(Die Seite wurde neu angelegt: „{{#invoke:Su|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>“) |
imported>Oetterer K (Schützte „Vorlage:Su“: Automatic protection of selected project pages ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt))) |
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |
(kein Unterschied)
|
Aktuelle Version vom 7. Oktober 2022, 16:56 Uhr
This template uses Lua: |
Purpose[Quelltext bearbeiten]
Template for creating two smaller lines of text on one actual line.
It was named after the <sup> and <sub> HTML tags, which share the first two letters of their name with this template. This template uses the third letter of the name of these tags, p and b, as the name of the argument that drives the output of the top and bottom line, respectively.
Arguments[Quelltext bearbeiten]
|p= |
The contents of the top line. |
|b= |
The contents of the bottom line. |
|a= |
The alignment of both lines (|a=r : right-aligned; |a=c : center-aligned; default is left-aligned).
|
|w= |
The size of the characters (|w=f : fixed-width (monospace), otherwise template inherits the current font and context by default).
|
Note on fractions[Quelltext bearbeiten]
Usually, when using vulgar fractions it is MOS habit to use ⁄ ⁄
(MOS:FRAC).
However, in <sub> or <sup> tags, best use the keyboard slash /
for readibility in most browsers:
- X1⁄2
7⁄8 (fraction slash) NO
and
- X1/2
7/8 (keyboard slash) YES
Examples[Quelltext bearbeiten]
- Simple
X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X
- Xa
X
bXa
bX
- Left-aligned (default)
X{{su|p=aaaaa|b=b}}X{{su|p=a|b=bbbbb}}X
- Xaaaaa
bXa
bbbbbX
- Right-aligned
X{{su|a=r|p=aaaaa|b=b}}X{{su|a=r|p=a|b=bbbbb}}X
- Xaaaaa
bXa
bbbbbX
- Center-aligned
X{{su|a=c|p=aaaaa|b=b}}X{{su|a=c|p=a|b=bbbbb}}X
- Xaaaaa
bXa
bbbbbX
- Smaller font
{{small|X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X}}
- Xa
X
bXa
bX
- Larger font
{{big|X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X}}
- Xa
X
bXa
bX
- Fixed-width
X{{su|p=...|b=www}}X{{su|w=f|p=...|b=www}}X
- X...
wwwX...
wwwX
Line breaks[Quelltext bearbeiten]
Unlike <sup> and <sub> tags, this template does not prevent line breaks between the two small lines and the preceding text. Thus, if this template is used to supply a subscript and superscript over a base symbol, the whole structure has to be enclosed in a {{nowrap}}, or this template should be invoked through another template that takes care of the wrapping in an appropriate way.
Example: {{nowrap|X{{su|p=a|b=b}}}}
→ Xa
b