Difference between pages "Help:Editing" and "Fight spam"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
m (New page: * Greylisting)
 
Line 1: Line 1:
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.
+
* [[Greylisting]]
 
 
= Format text =
 
 
 
== Headings ==
 
To make headings:
 
{| border=1
 
! This markup !! produces
 
|-
 
| <nowiki>= Header =</nowiki> ||
 
= Header =
 
|-
 
| <nowiki>== Sub-Header ==</nowiki> ||
 
== Sub-Header ==
 
|-
 
| <nowiki>=== Sub-sub-Header ===</nowiki> ||
 
== Sub-sub-Header ==
 
|-
 
|}
 
 
 
== Font Face ==
 
To make bold or italic font:
 
{| border=1
 
! This markup !! produces
 
|-
 
| <nowiki>This is ''italic'' and this is '''bold'''.</nowiki> || This is ''italic'' and this is '''bold'''.
 
|-
 
|}
 
 
 
== Code ==
 
To make clear text is meant as code or computer in/output just prepend a space at the beginning of the line:
 
<- here is a space at the beginning of the line.
 
 
 
= Creating links =
 
To link to another article in this wiki:
 
{| border=1
 
! This markup !! produces
 
|-
 
| <nowiki>Have a look at our [[application]] section.</nowiki> || Have a look at our [[applications]] section.
 
|-
 
|}
 
To link to another namespace, e.g. a category:
 
{| border=1
 
! This markup !! produces
 
|-
 
| <nowiki>Have a look at our [[:Category:Guides]] section.</nowiki> || Have a look at our [[:Category:Guides]] section.
 
|-
 
|}
 
 
 
= Magic words =
 
Magic words are for example
 
<nowiki>__TOC__</nowiki>
 
to insert the table of content. And
 
<nowiki>{{</nowiki>DISPLAYTITLE:''title''}}
 
to change the title that is displayed. See http://www.mediawiki.org/wiki/Help:Magic_words
 
 
 
= Creating tables =
 
Make a sortable table. This input:
 
<pre>
 
{| class="wikitable sortable" border=1
 
! col1 !! col2 !! col3
 
|-
 
| field1 || field2 || field3
 
|-
 
| ZZZ    || AAA    || MMM
 
|-
 
|}
 
</pre>
 
Produces:
 
{| class="wikitable sortable" border=1
 
! col1 !! col2 !! col3
 
|-
 
| field1 || field2 || field3
 
|-
 
| ZZZ    || AAA    || MMM
 
|-
 
|}
 
 
 
[http://www.mediawiki.org/wiki/Help:Tables => Complete table reference <=]
 

Revision as of 10:06, 12 October 2008