Difference between revisions of "Help:Contents"
From Amahi Wiki
| Line 5: | Line 5: | ||
* [http://www.mediawiki.org/wiki/Help:Images Images] | * [http://www.mediawiki.org/wiki/Help:Images Images] | ||
* [http://www.mediawiki.org/wiki/Help:Tables Tables] | * [http://www.mediawiki.org/wiki/Help:Tables Tables] | ||
| + | |||
| + | To add formatting to code, we have a little [[Template:Code code template]] that can be used like this: | ||
| + | |||
| + | <pre> | ||
| + | ::{{Code|$ this is a bash command | ||
| + | -bash: this: command not found | ||
| + | $ | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | Which should look like this: | ||
| + | |||
| + | ::{{Code|$ this is a bash command | ||
| + | -bash: this: command not found | ||
| + | $ | ||
| + | }} | ||
[http://meta.wikimedia.org/wiki/Help:Editing Complete editing help] | [http://meta.wikimedia.org/wiki/Help:Editing Complete editing help] | ||
Revision as of 00:05, 2 January 2011
Help Topics
Wiki Formatting:
To add formatting to code, we have a little Template:Code code template that can be used like this:
::{{Code|$ this is a bash command
-bash: this: command not found
$
}}
Which should look like this:
| bash code |
|---|
$ this is a bash command -bash: this: command not found $
|
