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
Line 1: Line 1:
<noinclude>
<noinclude>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>
<div style="border: dashed 1px green; padding: 1em;">
<div style="border: dashed 1px green; padding: 1em;">
<syntaxhighlight lang="c">
<syntaxhighlight lang="c"<nowiki>>
//sample code
//sample code
</nowiki>
{{{code}}}
{{{code}}}
<nowiki>
</syntaxhighlight>
</syntaxhighlight>
</div></nowiki></includeonly>
</div></nowiki></includeonly>

Revision as of 03:39, 25 February 2010

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