Difference between revisions of "Help:Editing"

From Linuxintro
imported>ThorstenStaerk
(Undo revision 2725 by 67.222.240.53 (talk))
imported>ThorstenStaerk
(Undo revision 2673 by 142.22.16.50 (talk))
Line 1: Line 1:
That's way more clever than I was expecting. Tnhaks!
+
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:
 +
{| 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.
 +
 
 +
You've hit the ball out the park! Incerdible!
 +
 
 +
= 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
 +
 
 +
You’re a real deep thinker. Thnkas for sharing.

Revision as of 07:02, 9 July 2011

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 =

Header

== Sub-Header ==

Sub-Header

=== Sub-sub-Header ===

Sub-sub-Header

Font Face

To make bold or italic font:

This markup produces
This is ''italic'' and this is '''bold'''. 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.

You've hit the ball out the park! Incerdible!

Magic words

Magic words are for example

__TOC__

to insert the table of content. And

{{DISPLAYTITLE:title}}

to change the title that is displayed. See http://www.mediawiki.org/wiki/Help:Magic_words

You’re a real deep thinker. Thnkas for sharing.