Hilfe:Formatierung: Unterschied zwischen den Versionen

1.045 Bytes hinzugefügt ,  17:27, 3. Jan. 2016
K
keine Bearbeitungszusammenfassung
K (Weitere Formatierungen)
K
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>&amp;רלמ;</code> and <code>&amp;رلم;</code> which are both considered equivalent to <code>&amp;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>&amp;רלמ;</code> and <code>&amp;رلم;</code> which are both considered equivalent to <code>&amp;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;amp;euro;</tt> &nbsp;&rarr; '''&amp;euro;'''
:<tt>&lt;span style="color: red; text-decoration: line-through;">Tippfehler, der korrigiert werden soll&lt;/span></tt> &nbsp;&rarr; '''<span style="color: red; text-decoration: line-through;">Tippfehler, der korrigiert werden soll</span>'''
:<tt><nowiki>&amp;lt;span style="color: red; text-decoration: line-through;">Tippfehler, der korrigiert werden soll</span></nowiki></tt> &nbsp;&rarr; '''&lt;span style="color: red; text-decoration: line-through;">Tippfehler, der korrigiert werden soll&lt;/span>'''
=== Nowiki für HTML ===
<<nowiki />nowiki /> can prohibit (HTML) tags:
* <nowiki><<</nowiki>nowiki />pre> &nbsp;&rarr; <<nowiki/>pre>
But ''not'' &amp; symbol escapes:
* &<<nowiki />nowiki />amp; &nbsp;&rarr; &amp;
To print &amp; symbol escapes as text, use "<tt>&amp;amp;</tt>" to replace the "&" character (eg. type "<tt>&amp;amp;nbsp;</tt>", which results in "<tt>&amp;nbsp;</tt>").


== Weitere Formatierungen ==
== Weitere Formatierungen ==