Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Code: Difference between revisions

Template page
No edit summary
Line 13: Line 13:


Would result in this:
Would result in this:
{{code|{{ foo | bar }}}}
{{code|<nowiki>{{ foo | bar }}</nowiki>}}
And this code:
And this code:


Line 21: Line 21:


Would result in this:
Would result in this:
<table style="border:1px dashed #555555; padding:5px; margin:5px;"><tr><td><pre style="padding:0px; margin:0px; border:0px;">Foo
{{code|Foo
bar
bar
   Hah!</pre></td></tr></table>
   Hah!}}
Similarly this code:
Similarly this code:


Line 30: Line 30:


Would result in this:
Would result in this:
<table style="border:1px dashed #555555; padding:5px; margin:5px;"><tr><td><pre style="padding:0px; margin:0px; border:0px;">10 PRINT "Hello World!"
{{code|10 PRINT "Hello World!"
20 END</pre></td></tr></table>
20 END}}


Using it inline, like this:
Using it inline, like this:
Line 38: Line 38:


Would result in this:
Would result in this:
{{co|grey|Foo}}<table style="border:1px dashed #555555; padding:5px; margin:5px;"><tr><td><pre style="padding:0px; margin:0px; border:0px;">Foo what? Huh? Huh!</pre></td></tr></table>{{co|grey| bar}}
{{co|grey|Foo}}{{code|Foo what? Huh? Huh!}}{{co|grey| bar}}


This as opposed to how <nowiki><pre></pre></nowiki> tags usually work:
This as opposed to how <nowiki><pre></pre></nowiki> tags usually work: