|
|
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
|
Zeile 700: |
Zeile 700: |
| |} | | |} |
| See the list of all HTML entities on the Wikipedia article [[wikipedia:List of HTML entities|List of HTML entities]]. Additionally, MediaWiki supports two non-standard entity reference sequences: <code>&רלמ;</code> and <code>&رلم;</code> which are both considered equivalent to <code>&rlm;</code> which is a [[wikipedia:Right-to-left mark|right-to-left mark]]. (Used when combining right to left languages with left to right languages in the same page.) | | See the list of all HTML entities on the Wikipedia article [[wikipedia:List of HTML entities|List of HTML entities]]. Additionally, MediaWiki supports two non-standard entity reference sequences: <code>&רלמ;</code> and <code>&رلم;</code> which are both considered equivalent to <code>&rlm;</code> which is a [[wikipedia:Right-to-left mark|right-to-left mark]]. (Used when combining right to left languages with left to right languages in the same page.) |
| | |
| | == HTML tags and symbol entities displayed themselves (with and without interpreting them) == |
| | :<tt>&amp;euro;</tt> → '''&euro;''' |
| | |
| | :<tt><span style="color: red; text-decoration: line-through;">Tippfehler, der korrigiert werden soll</span></tt> → '''<span style="color: red; text-decoration: line-through;">Tippfehler, der korrigiert werden soll</span>''' |
| | |
| | :<tt><nowiki>&lt;span style="color: red; text-decoration: line-through;">Tippfehler, der korrigiert werden soll</span></nowiki></tt> → '''<span style="color: red; text-decoration: line-through;">Tippfehler, der korrigiert werden soll</span>''' |
| | === Nowiki für HTML === |
| | <<nowiki />nowiki /> can prohibit (HTML) tags: |
| | * <nowiki><<</nowiki>nowiki />pre> → <<nowiki/>pre> |
| | But ''not'' & symbol escapes: |
| | * &<<nowiki />nowiki />amp; → & |
| | To print & symbol escapes as text, use "<tt>&amp;</tt>" to replace the "&" character (eg. type "<tt>&amp;nbsp;</tt>", which results in "<tt>&nbsp;</tt>"). |
| | |
| | == Weitere Formatierungen == |
| | *[[Hilfe:Links | Links]] |
| | *[[Hilfe:Bilder | Bilder]] |
| | *[[Hilfe:Tabellen | Tabellen]] |
|
| |
|
| [[Kategorie:Hilfe]] | | [[Kategorie:Hilfe]] |