De/Help:Tutorial

Revision as of 00:15, 27 September 2009 by Flughund (talk | contribs) (created page and started translating)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Das Wiki ist eine Dokumentation welche unter Zusammenarbeit vieler zustande kommt. Dieses kleine Tutorial soll einem neuen Autor den Einstieg in die Welt der Wikis erleichtern.

Dieser Artikel ist nur eine kurze Einführung und keine umfangreiche Anleitung zum Wiki.


Text formatieren

Das Formatieren von Wiki Artikeln unterscheidet sich sehr vom Layouten von Texten in einer modernen Textverarbeitung. Anstelle des WYSIWYG-Systems verwenden die Wikis Formatierungszeichen um das Aussehen der Artikel zu beeinflussen. diese "Sprache" wird als Wikitext oder Wikimarkup bezeichnet. Sie wurde entworfen um den Autoren das Veröffentlichen von Artikeln und das Bearbeiten der Selbigen so einfach wie Möglich zu machen.


Fett und Kursiv

Sehr einfache Wege Text zu formatieren sind fett und kursiv. Dies wird im Wikitext dadurch erreicht, daß Bereiche des Textes mit mehreren Hochkommata (apostrophes (')) eingegrenzt werden:

Eingabetext Ausgabe
''kursiv'' kursiv

'''fett'''

fett

'''''kursiv fett'''''

kursiv fett


Überschriften

Falls ein Artikel in mehrere Bereiche geteilt werden soll sind Überschriften und Unterteilungen selbiger sehr einfach umzusetzen:

  • == Überschrift ==
  • === Unterteilung 1 ===
  • ==== Unterteilung 2 ====

Wenn ein Artikel mindestens vier Überschriften und/oder Unterteilungen enthält wird automatisch ein Inhaltsverzeichnis erstellt.


HTML

HTML-Code wird vom Wiki erkannt und kann dazu verwendet werden um die Artikel z.B. mit Farben und Tabellen zu gestalten. Allerdings werden keine HTML-Kenntnisse vorausgesetzt um mit dem Wiki zu arbeiten.


Wiki links

Linking Wiki articles together is very important. These easily created links allow users to access information related to the article they are reading and greatly add to Wiki's utility.


When to link

The easiest way to learn when to link may be to look at Wiki articles for examples.


How to link

If you want to make a link to another Wiki page (called a wiki link) you have to put it in double square brackets, like this:

[[Aircraft]] = Aircraft

If you want the display text of the link to have a different title, you can do so by adding the pipe "|" divider (SHIFT + BACKSLASH on English-layout and other keyboards) followed by the alternative name. For example:

[[Target page|display text]] = display text

You can make a link to a specific section of a page like so:

[[Target page#Target section|display text]] = display text

If you want the display text of the link to appear in italics or bold, nest the double square brackets for the link within the multiple apostrophes that delimit the italicized or bold text, like this:

''[[Main Page]]'' = Main Page

Please check your links to ensure they point to the correct article.


Categories

You can also put the article in a category with others in a related topic. Just type [[Category:]], and put the name of the category between the colon and the brackets.

To make a link to a Category page (for example, as a reference for further research), simply put a colon (:) at the beginning of the "Category" tag, like this:

[[:Category:Aircraft]]

The above code would produce the following:

Category:Aircraft


Redirects

Pages need redirects if:

  • they have abbreviations (eg. HUD redirect to Head-up display).
  • they have symonyms (eg. FlightGear Wizard redirect to FlightGear Launch Control).

With redirects we can decrease the time people will need to find the article they were looking for. Most people get discouraged if they have to search to a long list of possible results.

To make a redirect, add the following code to an empty page:

#REDIRECT[[page_name]]