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="{{#if: {{{lang|}}} |{{{lang}}}|bash}}">
 
<syntaxhighlight lang="{{#if: {{{lang|}}} |{{{lang}}}|bash}}">
{{{1|}}}
+
{{{code|}}}
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
lang="{{#if: {{{lang|}}} |{{{lang}}}|bash}}"
 
</div>
 
</div>

Revision as of 16:25, 27 February 2013

{{{code|}}}

lang="bash"