Difference between revisions of "Template:Code"

From RogueBasin
Jump to navigation Jump to search
(test)
m
Line 3: Line 3:
'''{{{1}}} {{{2}}}'''
'''{{{1}}} {{{2}}}'''


<div style="font-size:1.5em;">{{#tag|lang="{{{1|c}}}"|{{{2|/* No code given! See Template:Code for more information. */}}}}}</source></div></includeonly><noinclude>
<div style="font-size:1.5em;">{{#tag:source|lang="{{{1|c}}}"|{{{2|/* No code given! See Template:Code for more information. */}}}}}</source></div></includeonly><noinclude>
Usage:
Usage:
<pre>{{code|(language)|(code)}}</pre>
<pre>{{code|(language)|(code)}}</pre>

Revision as of 18:42, 28 September 2013

Usage:

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


python a=5

lang="python"
</source>