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 textIntroduced in Tiki 2.
Go to the source code
Preferences required: wikiplugin_sup
Parameters |
---|
(body of plugin) - text |
no parameters |
Examples
Basic Example
This code:
This is regular text{SUP()}and this is superscript{SUP}
Produces:
This is regular fontand this is superscript
Example with Formatted Superscript
This code,
This is regular text{SUP()}''and this is italic superscript''{SUP}
Produces:
This is regular textand this is italic superscript
Related pages
- PluginFootnote and PluginFootnotearea - these plugins work together to add automatically numbered footnotes to a page
- PluginSub - applies subscript formatting to text