Difference between revisions of "Template talk:Code"

From Amahi Wiki
Jump to: navigation, search
Line 20: Line 20:
 
}}
 
}}
 
-->
 
-->
----
 
 
{|style="width: 99%; border-width: 1px; border-style: solid; border-color: #aaa"
 
{|style="width: 99%; border-width: 1px; border-style: solid; border-color: #aaa"
 
! Description
 
! Description

Revision as of 20:27, 2 January 2011


Code Formatting

To add formatting to code, we have a little code template that can be used like this:

Description You type You get
boxed code
{{Code|bash$ ls -l
total 696
...
bash$ 
}}
bash code
​bash$ ls -l total 696 ... bash$ ​