Benutzer:Dirk123456/Baustellenbaustelle 001/Baustelle-A/Baustelle-A.2

aus Wikipedia, der freien Enzyklopädie

Formatierungen, Styles („Vorlagen“) u. ä.

Wikitext, Ergebnis und „copy code 4 code“. „copy code 4 code“ meint, kopiere dies, um den sichtbaren Ergebnis-Text als Quellcode einzufügen.

Wikitext, Ergebnis und „copy code 4 code“.
Wikitext Ergebnis copy code 4 code
[[ ]] [[ ]] <code><nowiki>[[ ]]</nowiki></code>
{{ }} {{ }} <code><nowiki>{{ }}</nowiki></code>
{{j}} Grünes Häkchensymbol für ja <code><nowiki>{{j}}</nowiki></code>
{{x}} Rotes X oder Kreuzchensymbol für nein <code><nowiki>{{x}}</nowiki></code>
<span style=""></span> unvollständig <code><nowiki><span style=""></span></nowiki></code>

Span-Styles, "color" und "background-color"

Wikitext Ergebnis
<span style="color:green">Xyz</span> Xyz
<span style="color:red">Xyz</span> Xyz
<span style="color:blue">Xyz</span> Xyz
<span style="color:yellow">Xyz</span> Xyz
<span style="color:brown">Xyz</span> Xyz
<span style="color:yellow; background-color:blue">Xyz</span> Xyz
<span style="color:yellow; background-color:red">Xyz</span> Xyz
<span style="color:yellow; background-color:black">Xyz</span> Xyz
<span style="color:white; background-color:blue">Xyz</span> Xyz
<span style="color:white; background-color:red">Xyz</span> Xyz
<span style="color:white; background-color:black">Xyz</span> Xyz
<span style="color:green">'''XyZ'''</span> XyZ
<span style="color:red">'''XyZ'''</span> XyZ
<span style="color:blue">'''XyZ'''</span> XyZ
<span style="color:yellow">'''XyZ'''</span> XyZ
<span style="color:brown">'''XyZ'''</span> XyZ
<span style="color:yellow; background-color:blue">'''XyZ'''</span> XyZ
<span style="color:yellow; background-color:red">'''XyZ'''</span> XyZ
<span style="color:yellow; background-color:black">'''XyZ'''</span> XyZ
<span style="color:white; background-color:blue">'''XyZ'''</span> XyZ
<span style="color:white; background-color:red">'''XyZ'''</span> XyZ
<span style="color:white; background-color:black">'''XyZ'''</span> XyZ
<span style="color:#ffffff; background-color:black">'''XyZ'''</span> XyZ
<span style="color:#ffffa0; background-color:black">'''XyZ'''</span> XyZ
<span style="color:#ffa0ff; background-color:black">'''XyZ'''</span> XyZ
<span style="color:#a0ffff; background-color:black">'''XyZ'''</span> XyZ
<span style="color:#ffa0a0; background-color:black">'''XyZ'''</span> XyZ
<span style="color:#a0ffa0; background-color:black">'''XyZ'''</span> XyZ
<span style="color:#a0a0ff; background-color:black">'''XyZ'''</span> XyZ
<span style="color:#404000; background-color:#e0ffe0">'''XyZ'''</span> XyZ

Span-Style "font-family"

Quoted Quotes

..."Courier new" "> ist falsch <span style="font-family: Courier new" ">xYz</span> xYz Rotes X oder Kreuzchensymbol für nein
..."Courier new""> ist falsch <span style="font-family: "Courier new"">xYz</span> xYz Rotes X oder Kreuzchensymbol für nein
...'Courier new'"> ist richtig <span style="font-family: 'Courier new'">xYz</span> xYz Grünes Häkchensymbol für ja
...'Courier new';"> ist besser <span style="font-family: 'Courier new';">xYz</span> xYz Grünes Häkchensymbol für ja

"font-family" + normal

Formatanweisung Wikitext Ergebnis für "font-family"
serif <span style="font-family: serif;">xYz</span> xYz
sans-serif <span style="font-family: sans-serif;">xYz</span> xYz
monospace <span style="font-family: monospace;">xYz</span> xYz
cursive <span style="font-family: cursive;">xYz</span> xYz
fantasy <span style="font-family: fantasy;">xYz</span> xYz
inherit <span style="font-family: inherit;">xYz</span> xYz
Gill Sans Extrabold, sans-serif <span style="font-family: Gill Sans Extrabold, sans-serif;">xYz</span> xYz
'Goudy Bookletter 1911', sans-serif <span style="font-family: 'Goudy Bookletter 1911', sans-serif;">xYz</span> xYz
Consolas <span style="font-family: Consolas;">xYz</span> xYz
"Courier new" <span style="font-family: 'Courier new';">xYz</span> xYz
Courier <span style="font-family: Courier;">xYz</span> xYz
Calibri <span style="font-family: Calibri;">xYz</span> xYz
Cambria <span style="font-family: Cambria;">xYz</span> xYz


"font-family" + italic

Formatanweisung Wikitext Ergebnis für "font-family"
serif <span style="font-family: serif;">''xYz''</span> xYz
sans-serif <span style="font-family: sans-serif;">''xYz''</span> xYz
monospace <span style="font-family: monospace;">''xYz''</span> xYz
cursive <span style="font-family: cursive;">''xYz''</span> xYz
fantasy <span style="font-family: fantasy;">''xYz''</span> xYz
inherit <span style="font-family: inherit;">''xYz''</span> xYz
Gill Sans Extrabold, sans-serif <span style="font-family: Gill Sans Extrabold, sans-serif;">''xYz''</span> xYz
'Goudy Bookletter 1911', sans-serif <span style="font-family: 'Goudy Bookletter 1911', sans-serif;">''xYz''</span> xYz
Consolas <span style="font-family: Consolas;">''xYz''</span> xYz
"Courier new" <span style="font-family: 'Courier new';">''xYz''</span> xYz
Courier <span style="font-family: Courier;">''xYz''</span> xYz
Calibri <span style="font-family: Calibri;">''xYz''</span> xYz
Cambria <span style="font-family: Cambria;">''xYz''</span> xYz

"font-family" + bold

Formatanweisung Wikitext Ergebnis für "font-family"
serif <span style="font-family: serif;">'''xYz'''</span> xYz
sans-serif <span style="font-family: sans-serif;">'''xYz'''</span> xYz
monospace <span style="font-family: monospace;">'''xYz'''</span> xYz
cursive <span style="font-family: cursive;">'''xYz'''</span> xYz
fantasy <span style="font-family: fantasy;">'''xYz'''</span> xYz
inherit <span style="font-family: inherit;">'''xYz'''</span> xYz
Gill Sans Extrabold, sans-serif <span style="font-family: Gill Sans Extrabold, sans-serif;">'''xYz'''</span> xYz
'Goudy Bookletter 1911', sans-serif <span style="font-family: 'Goudy Bookletter 1911', sans-serif;">'''xYz'''</span> xYz
Consolas <span style="font-family: Consolas;">'''xYz'''</span> xYz
"Courier new" <span style="font-family: 'Courier new';">'''xYz'''</span> xYz
Courier <span style="font-family: Courier;">'''xYz'''</span> xYz
Calibri <span style="font-family: Calibri;">'''xYz'''</span> xYz
Cambria <span style="font-family: Cambria;">'''xYz'''</span> xYz

xYz <ref> ein reftag und <ref> noch einer

Mathematische Formeln u. ä.

(\,\sigma\,_{opp}\,)

(\,\sigma\,_{sim}\,)

(\,\sigma\,_{rand}\,)

(\,\sigma\,_{error}\,)

(\,\sigma\,_{opp}\,/\,\sigma\,_{error}\,)

(\,\sigma\,_{sim}\,/\,\sigma\,_{error}\,)

(\,\sigma\,_{rand}\,/\,\sigma\,_{error}\,)

(\,\sigma\,_{sim}^2\,)

(\,\sigma\,_{error}^2\,)

(\tfrac{A+T}{G+C}) - normal tfrag

(\tfrac{A+T}{G+C}) - big tfrag

(\frac{A+T}{G+C}) - normal frac

(\tfrac{Ap + Tp}{Gp + Cp}) Schwache Basenpaarung / starke Basenpaarung

(\tfrac{Ap + Gp}{Tp + Cp}) - Purin / Pyrimidin

(\sigma\,|\,\theta\,|\,\lambda\,|\,\mu\,|\,\phi)

(\Sigma\,|\,\Theta\,|\,\Lambda\,|\,\Mu\,|\,\,\Phi)

(\tfrac{4\,4}{3})

Ohne Codierung, Griechische Buchstaben

μmole; mμmole; mμ; ()

λ; λ dg; λ+; ΦX174;

Ohne Codierung, Interpunktionszeichen u. ä.

+; ± ; − Minus (Minus sign) ; – Halbgeviertstrich (En dash); — Geviertstrich (Em dash);

× ; ƒ ; * ; † ; ‡ ; ° ; % ; ‰ ;

Anführungszeichen/ Quotation marks

‘ ’ | ′ | ″ | «» | ‹› | ⟨⟩ |

Beispiel Micro

https://www.fileformat.info/info/unicode/char/00b5/index.htm

| HTML Entity (decimal) | HTML Entity (hex) | HTML Entity (named) |

| &#181; |  &#xb5; |  &micro; |

| µ | µ | µ |

| &#xB5; | &#XB5; | &#xb5; | &#x0b5; |  &#x00b5; | &#x000b5; | | µ | µ | µ | µ |  µ | µ |

support U+00B5

Unicode Data
Name MICRO SIGN
Block Latin-1 Supplement
Category Letter, Lowercase [Ll]
Combine 0
BIDI Left-to-Right [L]
Decomposition <compat> GREEK SMALL LETTER MU (U+03BC)
Mirror N
Upper case U+039C
Title case U+039C
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) &#181;
HTML Entity (hex) &#xb5;
HTML Entity (named) &micro;
How to type in Microsoft Windows Alt +00B5

Alt 0181 Alt 230

UTF-8 (hex) 0xC2 0xB5 (c2b5)
UTF-8 (binary) 11000010:10110101
UTF-16 (hex) 0x00B5 (00b5)
UTF-16 (decimal) 181
UTF-32 (hex) 0x000000B5 (00b5)
UTF-32 (decimal) 181
C/C++/Java source code "\u00B5"
Python source code u"\u00B5"

Noten

| Vorlage:FN | Vorlage:FNZ | Vorlage:FNBox |

Dies ist der Fließtext mit der ersten Anwendunga für die Fußnote "a". Das erste {{FN|a}} ist ein Anker.

Dies ist der Fließtext mit der ersten Anwendungb für die Fußnote "b". Das erste a ist ein Anker.

Die Version von LilyPond konnte nicht ermittelt werden:

sh: /usr/bin/lilypond: No such file or directory

https://www.lieder-archiv.de/zeigt_her_eure_fuesschen-notenblatt_100041.html

a Das ist der FNZ-Text zu "a"
b Das ist der Text zum Fußnoten-Zitat (FNZ) "b"

Die a- und b-Fußnoten werden jetzt einfach wiederholt.ab Diese Wiederholung ab sind keine Anker.

a Das ist die zweite Verwendung von {{FNZ|a|... }}.
b Zweite Verwendung von "b"


Die c- und d-Fußnoten werden jetzt als Block angewendet.cd

c Verwendung von {{FNZ|c|... }} in FNBox.
d Verwendung von "d" in FNBox

Statistiken

Babel:
Dieser Benutzer kommt aus Deutschland.
de Diese Person spricht Deutsch als Muttersprache.
Farm-Fresh thumb up.svg
Diesem Benutzer wurde
bereits 36 gedankt.
Farm-Fresh thumb up.svg
Dieser Benutzer hat
sich 83 bedankt.
Benutzer nach Sprache

Ich habe vor 7.067 Tagen meinen ersten Beitrag erbracht und habe in der Zeit Benutzer:Dirk123.456/Beitragszahl Bearbeitungen vorgenommen.

xtools.wmflabs.org-Statistiken:

ich

allgemein

Und hier ein paar nützliche Links (von Benutzer:Ghilt angepasst):

xtools – articleinfo-authorship (2020-11-18 entdeckt)

„Rümpfe“:

Beispiele:

Vergleich: