User:StDoodle/Code sandbox: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
mNo edit summary
imported>StDoodle
mNo edit summary
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Uses the named parameters ''title'', ''description'' and ''code'' to display a code block & its information.</noinclude>
<includeonly>
<includeonly>
{{#if: {{{title|}}}|<h2>{{{title}}}</h2>}}
{{#if: {{{description|}}}|<p>{{{description}}}</p>}}
<div style="border: dashed 1px green; padding: 1em;">
<div style="border: dashed 1px green; padding: 1em;">
&lt;syntaxhighlight lang=&#x3d;c&#x3d;&gt;
//sample code
{{{code}}}
{{{code}}}
&lt;/syntaxhighlight&gt;
</div></includeonly>
</div></includeonly>
<noinclude>
Uses the named parameters ''title'', ''description'' and ''code'' to display a code block & its information.</noinclude>

Latest revision as of 11:43, 25 February 2010

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