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

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
 
(7 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>
 
<noinclude>Uses the named parameters ''title'', ''description'' and ''code'' to display a code block & its information.</noinclude>
 
<includeonly>
 
<includeonly>
{{#if: {{{title|}}}|<p>&nbsp;</p><h2>{{{title}}}</h2>}}
+
{{#if: {{{title|}}}|<h2>{{{title}}}</h2>}}
 
{{#if: {{{description|}}}|<p>{{{description}}}</p>}}
 
{{#if: {{{description|}}}|<p>{{{description}}}</p>}}
 
<div style="border: dashed 1px green; padding: 1em;">
 
<div style="border: dashed 1px green; padding: 1em;">
 
{{{code}}}
 
{{{code}}}
 
</div></includeonly>
 
</div></includeonly>

Latest revision as of 11:43, 25 February 2010

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