Template:Sup
Appearance
{{{1}}}
![]() | This template uses TemplateStyles: |
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
- Lowered text
- {{sub}}—subscript (for example this)
- {{lowered text}} (for example this)
- Raised text
- {{sup}}—superscript (for example this)
- {{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)
- {{dual line}}—double line, one raised above the other, with regular font-size (for example top line
lower line)
Superscript text
Parameter | Description | Type | Status | |
---|---|---|---|---|
text | text 1 | Text to be made superscript. | Content | optional |