Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Template:Code"

From NetSec
Jump to: navigation, search
(Usage)
(Usage)
Line 11: Line 11:
 
  }}
 
  }}
 
</pre>
 
</pre>
Would give you"
+
Would give you:
 
{{code
 
{{code
 
   |text=
 
   |text=

Revision as of 02:22, 19 October 2011

{{{text}}}

Usage

{{code
   |text=
   your code would go here.
   maybe some here too.
 }}

Would give you:

your code would go here.

maybe some here too.