Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 22:01, 9 January 2010 by commons>Paradoctor (it begins...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Copied from {{Code}} and modified, can be used in place of <code> ... </code> tags.

{{codef|FOR i:=1 TO ∞ & beyond}} yields FOR i:=1 TO ∞ & beyond


You can use <nowiki> and </nowiki> tags in the argument if you escape them with &lt;

  • {{code|&lt;nowiki> ... &lt;/nowiki>}} yields <nowiki> ... </nowiki>


Most other HTML/XML tags should work when you explicitly assign the parameter

  • {{code|<div style="float left; width:2em; height:2em">TEXT</div>}} yields {{{1}}}
  • {{code|1=<div style="float left; width:2em; height:2em">TEXT</div>}} yields <div style="float left; width:2em; height:2em">TEXT</div>


Template calls may work if you escape the pipe character |

  • {{code|{{shortcuts|COM:SCOPE}}}} yields [[:Template:Shortcuts]]
  • {{code|{{shortcuts{{!}}COM:SCOPE}}}} yields {{shortcuts|COM:SCOPE}}

See also

  • {{Codef}} Same as this, but without the nowiki functionality, useful when the code has extra formatting


Contents
Cookies help us deliver our services. By using our services, you agree to our use of cookies.