Difference between revisions of "Template:Code"

From James Dooley's Wiki
Jump to: navigation, search
Line 3: Line 3:
 
</div>{{#if: {{{2|}}}|----<div style="font-family: monospace,sans-serif; background-color:#F9F9F9; border: 1px solid #2F6FAB; overflow: auto; padding: 1em; white-space: pre-wrap; word-wrap: break-word;">
 
</div>{{#if: {{{2|}}}|----<div style="font-family: monospace,sans-serif; background-color:#F9F9F9; border: 1px solid #2F6FAB; overflow: auto; padding: 1em; white-space: pre-wrap; word-wrap: break-word;">
 
{{{2|}}}
 
{{{2|}}}
</div><noinclude>
+
</div>}}<noinclude>
 
==Overview==
 
==Overview==
 
This is a simple wrapper template for use with <nowiki><syntaxhighlight></syntaxhighlight></nowiki> since it does not provide any styles.
 
This is a simple wrapper template for use with <nowiki><syntaxhighlight></syntaxhighlight></nowiki> since it does not provide any styles.

Revision as of 18:32, 27 February 2013

Overview

This is a simple wrapper template for use with <syntaxhighlight></syntaxhighlight> since it does not provide any styles. The same styles that are used on the <pre></pre> will be applied to a <div></div> tag

Usage

{{code
|style= Allows for style overrides
|code=  Code to put inside the div tag
}}

example