Template:Codef

From "PTTLink Wiki"
Revision as of 08:48, 21 January 2022 by Kg7qin (talk | contribs) (Created page with "<code>{{{1}}}</code><noinclude> [http://commons.wikimedia.org/w/index.php?title=Template:Code&oldid=34010504 Copied from] {{tl|Code}} and modified, can be used in place of {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{1}}}

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 HTML/XML tags in the argument if you escape them with &lt;

  • {{codef|1=<span style="font-weight:bold">TEXT</span>}} yields TEXT
  • {{codef|1=&lt;span style="font-weight:bold">TEXT&lt;/span>}} yields <span style="font-weight:bold">TEXT</span>

Template calls may work if you escape the pipe character |

  • {{codef|{{shortcuts|COM:SCOPE}}}} yields Template:Shortcuts
  • {{codef|{{shortcuts{{!}}COM:SCOPE}}}} yields {{shortcuts|COM:SCOPE}}

Template calls without parameter won't work.

See also

  • {{code}} Same as this, but adds nowiki functionality, may save escaping.