Changes

From Amahi Wiki
Jump to: navigation, search
578 bytes added ,  00:33, 6 February 2011
Created page with "---- = Code Formatting = To add formatting to code, we have a little code template that can be used like this: <!-- <pre> {{Code|bash$ ls -l total 696 ... bas..."
----

= Code Formatting =

To add formatting to code, we have a little [[Template:Code|code template]] that can be used like this:
<!--
<pre>
{{Code|bash$ ls -l
total 696
...
bash$
}}
</pre>

Which should look like this:

{{Code|bash$ ls -l
total 696
...
bash$
}}
-->
{|style="width: 99%; border-width: 1px; border-style: solid; border-color: #aaa"
! Description
! width=40% | You type
! width=40% | You get
|-
|boxed link
|
<pre>
{{Link|http://wiki.amahi.org/index.php/Help:Contents}}
</pre>
|
{|
{{Link|http://wiki.amahi.org/index.php/Help:Contents}}
|}
|}
[[Category:Help]]
287

edits