Template:Su
| This template should not be used in citation templates such as Citation Style 1 and Citation Style 2, because it includes markup that will pollute the COinS metadata they produce; see COinS. |
| This template uses Lua: |
| This page was automatically imported from Commons any changes will be overwritten, the source page is here () |
Purpose[edit | edit source]
Template for creating two smaller lines of text on one actual line, this can be used for scientific notations of uncertainty and physics symbols, such as nuclides and particles.
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[edit | edit source]
|p= |
The contents of the top line. |
| b= | The contents of the bottom line. |
| a= | a=r: right-aligned; |a=c: center-aligned; default is left-aligned).
|
| w= | w=f: fixed-width (monospace), otherwise template inherits the current font and context by default). |
| lh= | The line height or distance from top to bottom (including top character). Default is 1.2em. |
Note on fractions[edit | edit source]
Usually, when using vulgar fractions it is MOS habit to use ⁄ ⁄ (MOS:FRAC) and {{frac}}.
However, in <sub> or <sup> tags, best use the keyboard slash / for readability in most browsers:
- X1⁄2
7⁄8 (fraction slash)
and
- X1/2
7/8 (keyboard slash)
Examples[edit | edit source]
Simple[edit | edit source]
X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X- Xa
X
bXa
bX
Left-aligned (default)[edit | edit source]
X{{su|p=aaaaa|b=b}}X{{su|p=a|b=bbbbb}}X- Xaaaaa
bXa
bbbbbX
Right-aligned[edit | edit source]
X{{su|a=r|p=aaaaa|b=b}}X{{su|a=r|p=a|b=bbbbb}}X- Xaaaaa
bXa
bbbbbX
Center-aligned[edit | edit source]
X{{su|a=c|p=aaaaa|b=b}}X{{su|a=c|p=a|b=bbbbb}}X- Xaaaaa
bXa
bbbbbX
Smaller font[edit | edit source]
{{small|X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X}}- Xa
X
bXa
bX
Larger font[edit | edit source]
{{big|X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X}}- Xa
X
bXa
bX
Fixed-width[edit | edit source]
X{{su|p=...|b=www}}X{{su|w=f|p=...|b=www}}X- X...
wwwX...
wwwX
Close-spacing[edit | edit source]
{{su|p=4|b=4}} {{su|lh=0.8em|p=4|b=4}}- 4
4 4
4
Line breaks[edit | edit source]
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