Difference between revisions of "Template:Code"

From James Dooley's Wiki
Jump to: navigation, search
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; {{{style|}}}">
 
<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; {{{style|}}}">
<syntaxhighlight lang="bash">
 
 
{{{code|}}}
 
{{{code|}}}
</syntaxhighlight>
 
lang="{{#if: {{{lang|}}} |{{{lang}}}|bash}}"
 
 
</div>
 
</div>

Revision as of 16:28, 27 February 2013