Template talk:Code

From Amahi Wiki
Revision as of 01:10, 6 February 2011 by Smystaki (talk | contribs)
Jump to: navigation, search

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|Lang = bash |
Code = bash$ ls -l
total 696
...
bash$ 
}}
bash code
​bash$ ls -l total 696 ... bash$​