Template:Code: Difference between revisions
syntax-highlight the code as {{{lang}}}/{{{2}}}
m>Hgrosser (include the active code of this template to show up directly when viewed) |
m>AoV2 (syntax-highlight the code as {{{lang}}}/{{{2}}}) |
||
Line 1: | Line 1: | ||
<includeonly><code>{{ | <includeonly><code>{{#if:{{{2|{{{lang|}}}}}} | ||
| {{#tag:syntaxhighlight|{{{1}}}|lang={{{2|{{{lang|}}}}}}|enclose=none}} | |||
| {{#tag:nowiki|{{{1}}}}} | |||
}}</code></includeonly><noinclude> | |||
<pre><code>{{nw|{{{1}}}}}</code></pre> | <pre><code>{{nw|{{{1}}}}}</code></pre> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |