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