Difference between revisions of "Template:Code"

From RogueBasin
Jump to navigation Jump to search
(Created page)
 
m (+example)
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>
 
'''{{{1}}} {{{2}}}'''
 
<div style="font-size:1.5em;"><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>
{{code|python|abc}}
</noinclude>
</noinclude>

Revision as of 20:56, 10 April 2013

Usage:

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


python abc

{{{2|/* No code given! See Template:Code for more information. */}}