Difference between revisions of "Template:Code"

From James Dooley's Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<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 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;">
 
{{{1|}}}
 
{{{1|}}}
</div><noinclude>
+
</div>{{#if: {{{2|}}}|
 +
----
 +
'''Example'''
 +
<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|}}}
 +
</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.

Latest revision as of 18:33, 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