Der Wiki-Formatierungs-Ratgeber
Alles was zwischen 2 gruppen von Doppelten Anführungszeichen steht, wird ignoriert und genauso dargestellt wie es eingegeben wurde. (Darum werden auch die Formatierungskommandos unten dargestellt)
Wenn Du das hier gelesen hast, kannst Du alles in der SandBox testen.
Grundlegende Formatierungen:
**Ich bin fetter Text!**
Ich bin fetter Text!
Ich bin fetter Text!
//Ich bin kursiver Text!//
Ich bin kursiver Text!
Ich bin kursiver Text!
Und ich bin __unterstrichen__!
Und ich bin unterstrichen!
Und ich bin unterstrichen!
##monospace Text##
monospace Text
monospace Text
''Hervorgehobener Text '' (Mit 2 einfachen Apostrophen)
highlight text
highlight text
++Durchgestrichener Text++
Durchgestrichener Text
Durchgestrichener Text
Press #%ANY KEY#%
Press ANY KEY
Press ANY KEY
@@Zentrierter Text@@
Zentrierter Text
Überschriften:
====== Wirklich große Überschrift ======
===== Ziemlich große Überschrift =====
==== Mittlere Überschrift ====
=== Nicht so große Überschrift ===
== Kleine Überschrift ==
Wirklich große Überschrift
===== Ziemlich große Überschrift =====
Ziemlich große Überschrift
==== Mittlere Überschrift ====
Mittlere Überschrift
=== Nicht so große Überschrift ===
Nicht so große Überschrift
== Kleine Überschrift ==
Kleine Überschrift
Waagerrechte Linie
---- (4 Striche)
Erzwungener Zeilenumbruch
--- (3 Striche)
Listen / Einrückungen:
Indent text using 4 spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):~- Liste mit Punkten:
- Punktliste
- Zweite Zeile
~1) numerirte Kiste:
- numerierte Liste
- Zweite Zeile
~A) Liste mit Großnuchstaben:
- Liste mit Großbuchstaben
- Zweite Zeile
~a) Liste mit Kleinbuchstaben:
- Using lowercase characters
- Line two
~I) Liste mit großgeschribenen römischen Zahlen:
- using Latin numbers
- Line two
~i) Liste mit kleingeschribenen römischen Zahlen:
- using Latin numbers
- Line two
Wiki Erweitrungen:
Bilder:
Um ein Bild auf eine Wiki-Seite zu setzen, folgendes Tag verwenden:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}

Links können externe oder interne Wiki-Links sein. Man kann auch gar keinen Link angeben, in diesem Fall wird bloss ein Bild eingefügt. Man kann die classes left, center und right verwenden, um die Ausrichtung des Bildes festzulegen. Es müssen nicht alle Attribute verwendet werden, nur der URL ist zwingend erforderlich.
Tablen:
Um eine Table darzustellen, werwendest du Code wie folgt::
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}} erzeugt:
BIG | GREEN | FROGS |
yes | yes | no |
no | no |
### Besdeutet, daß die Zelle leer ist.
Farbiger Text Text:
{{colour c="blue" text="This is a test."}} erzeugt:
Wenn Du Hexwerte verwenden willst:
{{colour hex="#DD0000" text="This is another test."}} erzeugt:
Left floated box - use two < signs before and after the block
Some text in a floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.Right floated box, use two > characters before and after the block
Some text in a floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.Use ::c:: to clear floated blocks...
Code Formatters:
%%code%%:
int main(int arc,char **argv) { printf("Hello, %s! ", (argc>1) ? argv[1] : "World"); return 0; }
%%(ini) INI file contents%%:
; Menu specification file for Opera 7.0
[Version]
File Version=2
[Info] #background info
Name=Munin++ Menu
Description=Munin++ Menu
Author=NonTroppo (originally by Rijk van Geijtenbeek)
Version=1.9
[Version]
File Version=2
[Info] #background info
Name=Munin++ Menu
Description=Munin++ Menu
Author=NonTroppo (originally by Rijk van Geijtenbeek)
Version=1.9
%%(php) PHP code%%:
%%(email) Email message%%:
Hi! >>>> My Llama loves foot massage. >>> You really think so? >> Yes, I know he does. >Are you sure? Of course, yes! Mr. Scruff
Forced links:
Inter Wiki Links:
See the InterWiki page for a full list of available engines. Here are some examples:
FAQ:
Question: How do you un-WikiName a word ?Answer: Add two pair of double-quotes around the word: WikiName
Question: How do you get a pair of double-quotes (without any text between them) to display properly ?
Answer: Use the entity literal " - ""
Question: How does Wakka Wiki know to what URL to send a visitor to if it wasn't specified ?
Answer: The link is to a forced WikiPage. That means a link to a page in this wiki is generated.
Question: So why does [[LALA_LELE]] send me to http://LALA_LELE∞ ?
Answer: The underscore breaks things. [[LALALELE]] doesn't have this problem.
Back Links
TrawWikiInfoWasIstEinWiki
Wiki Related Category
There are no comments on this page. [Add comment]