| <AltGr>+
|
Name
|
Befehl
|
| Z |
RW_Zutat |
content.wrappedJSObject.insertTags('[[Zutat:','|]]','Name_der_Zutat');
|
| K |
RW_Zubereitung |
content.wrappedJSObject.insertTags('[[Zubereitung:','|]]','Name_der_Zubereitung');
|
| B |
W_Bold |
content.wrappedJSObject.insertTags('\'\'\'','\'\'\'','Fetter Text');
|
| I |
W_Italic |
content.wrappedJSObject.insertTags('\'\'','\'\'','Kursiver Text');
|
| L |
W_Link |
content.wrappedJSObject.insertTags('[[',']]','Link-Text');
|
| W |
W_Web |
content.wrappedJSObject.insertTags('[',']','http://www.beispiel.de Link-Text');
|
| Ü |
W_Überschrift |
content.wrappedJSObject.insertTags('=','=','Überschrift');
|
| P |
W_Picture |
content.wrappedJSObject.insertTags('[[Datei:','|thumb|250px|Text]]','Beispiel.jpg');
|
| N |
W_NoWiki |
content.wrappedJSObject.insertTags('<nowiki>','</nowiki>','Unformatierten Text hier einfügen');
|
| S |
W_Signatur |
content.wrappedJSObject.insertTags('-- ',' ~~~~','');
|
| V |
W_Vorlage |
content.wrappedJSObject.insertTags('{{','}}','Vorlage');
|
| # |
W_Break |
content.wrappedJSObject.insertTags('<br />','','');
|
| - |
W_NDash |
content.wrappedJSObject.insertTags(String.fromCharCode(8211),'','');
|
| C |
H_Comment |
content.wrappedJSObject.insertTags('<!--','-->','Kommentar');
|
| . |
H_Quotient |
content.wrappedJSObject.insertTags('<sup>1</sup>/<sub>','</sub>','2');
|
| X |
W_Kategorie |
content.wrappedJSObject.insertTags('[[Kategorie:',']]','Kategorie');
|
| R |
W_Quote |
content.wrappedJSObject.insertTags('<cite>','</cite>','Text');
|