Plugin Superscript

Use this wiki plugin to render characters as superscript text. It is the equivalent of using <sup></sup> tags in HTML.

Parameters

Apply superscript font to text
Introduced in Tiki 2.
Go to the source code
Preferences required: wikiplugin_sup

Parameters
(body of plugin) - text
no parameters

Examples

Basic Example

This code:

Copy to clipboard
This is regular text{SUP()}and this is superscript{SUP}


Produces:

This is regular fontand this is superscript

Example with Formatted Superscript

This code,

Copy to clipboard
This is regular text{SUP()}''and this is italic superscript''{SUP}


Produces:

This is regular textand this is italic superscript


 Tip
To use superscript footnote numbers, consider using PluginFootnote and PluginFootnotearea, which work together to create and display automatically numbered footnotes.