Help:Contents

From Linuxintro
Revision as of 04:38, 28 September 2011 by 84.241.52.218 (talk) (→‎Header)

This is a wiki. This means, depending on your priviledges, you can edit articles. You can use a special syntax to format text, include links and so on.

Format text

Headings

To make headings:

This markup produces
= Header =

Abostleuly first rate and copper-bottomed, gentlemen!

Creating links

To link to another article in this wiki:

This markup produces
Have a look at our [[application]] section. Have a look at our application section.

To link to another namespace, e.g. a category:

This markup produces
Have a look at our [[:Category:Guides]] section. Have a look at our Category:Guides section.

Including text

You include the article foo using the syntax

{{foo}}

See http://en.wikipedia.org/wiki/Wikipedia:Transclusion

Creating tables

Make a sortable table. This input:

{| class="wikitable sortable" border=1
! col1 !! col2 !! col3
|-
| field1 || field2 || field3
|-
| ZZZ    || AAA    || MMM
|-
|}

Produces:

col1 col2 col3
field1 field2 field3
ZZZ AAA MMM