Plugin Superscript
This Wiki Plugin applies the superscript font to text. It is the equivalent of using <sup>...</sup> tags in HTML.Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:Syntax for the SUP plugin
{SUP()}text{SUP}There are no parameters required - only the text between the SUP tags is needed.
Examples
Basic Example
This code,Example basic syntax
This is regular font{SUP()}and this is superscript{SUP}Would produce on this site:
This is regular fontand this is superscript
Example with Formatted Superscript
This code,Example with italic superscript
This is regular font{SUP()}''and this is italic superscript''{SUP}Would produce on this site:
This is regular fontand this is italic superscript
To use superscript footnote numbers, consider using PluginFootnote and PluginFootnotearea, which work together to create and display automatically numbered footnotes.
Related pages
- Wiki Plugin
- Mods Type Wikiplugins
- PluginFootnote and PluginFootnotearea - these plugins work together to add automatically numbered footnotes to a page
- PluginSub - applies subscript formatting to text
