Difference between revisions of "Template:Code"

From RogueBasin
Jump to navigation Jump to search
(Created page)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly><div style="font-size:1.5em;"><source lang="{{{1|c}}}">{{{2|/* No code given! See Template:Code for more information. */}}</source></div></includeonly><noinclude>
<includeonly>
 
<div style="font-size:1.5em;">{{#tag:source|lang={{{1|c}}}|{{{2|/* No code given! See Template:Code for more information. */}}}}}</div></includeonly><noinclude>
Usage:
Usage:
<pre>{{code|(language)|(code)}}</pre>
<pre>{{code|(language)|(code)}}</pre>
{{code|python|a{{=}}5}}
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 13:07, 3 December 2018

Usage:

{{code|(language)|(code)}}


lang=python