Template:Codenowiki/doc: Difference between revisions
Template page
More actions
Merge documentation from {{code}} |
→Examples: Use {{tag}}, {{tld}}, {{tlf}}, {{magic word}}, and <syntaxhighlight> |
||
| Line 15: | Line 15: | ||
! Remarks | ! Remarks | ||
|- | |- | ||
| {{code|1= | | {{tld|nowrap=1|code|2=1=FOR i:=1 TO ∞ & beyond}} | ||
| {{code|1=FOR i:=1 TO ∞ & beyond}} | | {{code|1=FOR i:=1 TO ∞ & beyond}} | ||
| | | | ||
|- | |- | ||
| {{code| | | {{tld|nowrap=1|code|&lt;nowiki> ... &lt;/nowiki>}} | ||
| {{codef|<nowiki> ... </nowiki>}} | | {{codef|<nowiki> ... </nowiki>}} | ||
| You can use {{ | | You can use {{tag|nowiki|o}} and {{tag|nowiki|c}} tags in the argument if you escape them with <syntaxhighlight inline lang="html"><</syntaxhighlight> | ||
|- | |- | ||
| {{code|{{ | | {{tld|nowrap=1|code|{{#tag:span|{{tag|plain=1|table|content=TEXT}}|class=mw-highlight}}}} | ||
| {{code|<table>TEXT</table>}} | | {{code|<table>TEXT</table>}} | ||
| Most other HTML/XML tags should work without escaping | | Most other HTML/XML tags should work without escaping | ||
|- | |- | ||
| {{code|{{ | | {{tld|nowrap=1|code|{{tlf|shortcuts|COM:SCOPE}}}} | ||
| {{code|{{shortcuts|COM:SCOPE}}}} | | {{code|{{shortcuts|COM:SCOPE}}}} | ||
| rowspan="2" | Template calls may work if you escape the pipe character {{code|{{!}}}} | | rowspan="2" | Template calls may work if you escape the pipe character {{code|{{!}}}}, or the opening {{code|({{((}}}}) and closing brackets ({{code|{{))}}}}) | ||
|- | |- | ||
| {{code|{{ | | {{tld|nowrap=1|code|{{tld|((}}shortcuts{{magic word|!}}COM:SCOPE{{tld|))}}}} | ||
| {{code|{{shortcuts{{!}}COM:SCOPE}}}} | | {{code|{{((}}shortcuts{{!}}COM:SCOPE{{))}}}} | ||
|} | |} | ||
Revision as of 02:02, 21 July 2021
- This has been copied from the English Wikipedia's Codenowiki template. Some features may be missing.
This template provides a speedy way to wrap template source code in <code> markup.
<nowiki>...</nowiki></code>
Examples
| Code | Result | Remarks |
|---|---|---|
| {{code|1=FOR i:=1 TO ∞ & beyond}} | FOR i:=1 TO ∞ & beyond
|
|
| {{code|<nowiki> ... </nowiki>}} | <nowiki> ... </nowiki>
|
You can use <nowiki> and </nowiki> tags in the argument if you escape them with <
|
| {{code|<table>TEXT</table>}} | <table>TEXT</table>
|
Most other HTML/XML tags should work without escaping |
| {{code|{{shortcuts|COM:SCOPE}}}} | [[:Template:Shortcuts]]
|
Template calls may work if you escape the pipe character |, or the opening ({{) and closing brackets (}})
|
| {{code|{{((}}shortcuts{{!}}COM:SCOPE{{))}}}} | {{shortcuts|COM:SCOPE}}
|
Limitations
This template does not work with signatures. Typing {{subst:codenowiki|~~~~}} results in displaying your full signature's code.
See also
- {{codef}} Same as this, but without the nowiki functionality, useful when the argument needs processing, e. g. italicizing