Difference between revisions of "User:StDoodle/Code sandbox"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
Line 2: Line 2:
 
Uses the named parameters ''title'', ''description'' and ''code'' to display a code block & its information.</noinclude>
 
Uses the named parameters ''title'', ''description'' and ''code'' to display a code block & its information.</noinclude>
 
<includeonly>
 
<includeonly>
 +
<nowiki>
 
&lt;div style="border: dashed 1px green; padding: 1em;&quot;&gt;
 
&lt;div style="border: dashed 1px green; padding: 1em;&quot;&gt;
 
&lt;syntaxhighlight lang&#x3d;&quot;c&quot;&gt;
 
&lt;syntaxhighlight lang&#x3d;&quot;c&quot;&gt;
 
//sample code
 
//sample code
 +
</nowiki>
 
{{{code}}}
 
{{{code}}}
 +
<nowiki>
 
&lt;/syntaxhighlight&gt;
 
&lt;/syntaxhighlight&gt;
&lt;/div&gt;</includeonly>
+
&lt;/div&gt;</nowiki></includeonly>

Revision as of 23:04, 24 February 2010

Uses the named parameters title, description and code to display a code block & its information.