Template:Sub
Appearance
{{{1}}}
Usage
[edit]{{sub|text}}
Example
[edit]Lorem {{sub|ipsum dolor}} sit amet.
Lorem ipsum dolor sit amet.
Comparison with HTML tags
[edit]The HTML tag equivalent of this template uses a slightly different font-size, as can be seen here:
Lorem {{sub|ipsum dolor}} sit amet.
Lorem ipsum dolor sit amet.
Lorem <sub>ipsum dolor</sub> sit amet.
Lorem ipsum dolor sit amet.
See also
[edit]- {{lowered text}}
- {{superscript-small}} — superscript with slightly larger font-size (for example Template:Sups)
- {{^}} — decreases font-size and raises text, but not above the text (for example Template:^)
- {{raised text}} — single raised line of text with regular font-size (for example Template:Raised text)
- {{sup}}
- {{dual line}} — double line, one raised above the other, with regular font-size
Subscript text
Parameter | Description | Type | Status | |
---|---|---|---|---|
text | text 1 | Text to be made subscript. | Content | optional |