(Created page with " ein Leerzeichen am Anfang einer Zeile erstellt ein solches Textfeld") |
(Created page with "Verwendung: Für Textteile, die eingerückt und mit einem kleinen Rahmen versehen werden sollen. Text erscheint kleiner als normal.") |
||
Line 136: | Line 136: | ||
erstellt ein solches | erstellt ein solches | ||
Textfeld | Textfeld | ||
− | |<small> | + | |<small>Verwendung: Für Textteile, die eingerückt und mit einem kleinen Rahmen versehen werden sollen. Text erscheint kleiner als normal.</small> |
|- | |- | ||
|Pre-formatted text block | |Pre-formatted text block |
Revision as of 15:53, 13 October 2014
Im TangoWiki können Texte mit Wiki-Code und HTML-Code formatiert werden. Für die Formatierung stehen Sonderzeichen der Tastatur zur Verfügung, außerdem kann im Bearbeitungsmodus die Formatierungsleiste verwendet werden.
Contents
Formatierung im Bearbeitungsmodus mit der Formatierungsleiste
Das TangoWiki bietet im Bearbeitungsmodus eine neue Formatierungsleiste, die das Formatieren einfacher macht:
Signatur mit Zeitstempel einfügen (nur in Diskussionsseiten verwenden, nicht in Artikeln!)
Internen oder externen Link einfügen
Quellennachweis einfügen (=Referenz)
In "Erweitert" können Überschriften und Listen eingefügt werden, nowiki-Code etc. Besonders hilfreich ist das automatische Erstellen einer Tabelle.
Formatierung mit Wiki-Code
Formatting with HTML code
In MediaWiki some HTML tags are allowed. For example <code>
, <div>
, <span>
und <font>
.
More infos on the help pages of MediaWiki.org.
Description | Wiki code | Output | Notes |
---|---|---|---|
Quotation | text text <blockquote>Quote</blockquote> text text |
text text Quote text text |
|
Comment | <!-- This is a comment --> Comments can only be seen in editing mode (source code). |
Comments can only be seen in editing mode (source code). |
Comments can also be used to hide certain text parts, i.e. to not delete, but only not show those parts. For this, wrap the comment code around the text to be hidden. |
Pre-formatted text | <pre>The text is already '''formatted''' and ''Wiki code'' won't have any affect.</pre> |
The text is already '''formatted''' and ''Wiki code'' won't have any affect. |
Corresponds to <nowiki>...</nowiki> . Style information can be added to the code <pre> .
|