Variants
Actions

Template:sup

From cppreference.com
[edit] [{{purge}}]Template documentation

Adds formatting to the enclosed text:

Usage Preview DescriptionResulting HTML/MediaWiki elements
''text '' texttext in italic normal font <i>text</i>
'''text ''' texttext in bold normal font <b>text</b>
{{i|text}} text text in italic normal font <i>text</i>{{sep}}
{{tt|text}} texttext in monospace font <code>text</code>
{{ttb|text}} texttext in bold monospace font <code><b>text</b></code>
{{tti|text}} texttext in italic monospace font <code><i>text</i></code>
{{normal|text}} texttext in normal font weight ... font-weight: normal; ...
{{ttn|text}} texttext in monospace font of normal weight {{normal|{{tt|text}}}}
{{ttni|text}} texttext in italic monospace font of normal weight {{normal|{{tti|text}}}}
{{petty|text}} textsmall-ish text<small>text</small>
{{small|text}} textsmall text... font-size: 0.7em;line-height: 130%; ...
{{smalltt|text}} textsmall text in monospace font {{small|{{tt|text}}}}
{{sub|text}} textsubscripted text in normal font <sub>text</sub>
{{sup|text}} textsuperscripted text in normal font <sup>text</sup>
{{p|text}}

text

text in a new paragraph <p>text</p>
close