Loading...
 
Skip to main content

History: PluginSub

Source of version: 9 (current)

Copy to clipboard
            ! Plugin Subscript
Use this ((wiki plugin)) to render characters as subscript text (slightly below the regular line of text and smaller). It is the equivalent of using -+~np~<sub></sub>~/np~+- tags in HTML.
!! Parameters
{pluginmanager plugin="sub"}
!! Examples
!!!! Basic Example
{SPLIT(colsize=>200|50|350)}
''This code,''

{CODE(colors="tiki")}
This is regular text{SUB()}and this is subscript text{SUB}
{CODE}
---
{icon name="arrow-right" size="2"}
---
''Produces:''
%%%
This is regular font{SUB()}and this is subscript{SUB}
@@@
!!!! Example with Formatted Subscript
@@@
''This code,''

{CODE(colors="tiki")}
This is regular text{SUB()}''and this is italic subscript''{SUB}
{CODE}
---
{icon name="arrow-right" size="2"}
---
''Produces:''
%%%
This is regular text{SUB()}''and this is italic subscript''{SUB}
{SPLIT}
!!Related pages
* ((PluginSup)) - applies superscript formatting to text