Plugin Mono
This Wiki Plugin displays text in a monospace font. By default, the monospace font specified by the browser is displayed, but another monospace font recognized by the browser may be used as well.Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:Syntax for the MONO plugin
{MONO(font=> )text{MONO}| Parameter | Accepted values | Default | Effect | Required? | Since |
|---|---|---|---|---|---|
| font | any monospace font recognized by the browser | monospace font used by the browser | If the parameter is not set or if the browser doesn't recognize the font parameter, then the monospace font specified by the browser is applied, otherwise the font setting is applied to the text. | n |
Examples
No Font Parameter
This code,With no font parameter set
{MONO()}This is the browser's default monospace font.{MONO}Would produce:
This is the browser's default monospace font.
With Font Parameter Set
This code,With font parameter set
{MONO(font=>Lucida Console)}This is the monospace font called Lucida Console.{MONO}Would produce this:
This is the monospace font called Lucida Console.
Related pages
- Wiki Plugin
- Mods Type Wikiplugins
- Wiki-Syntax Text: Quick Reference Basic Text Formatting - which shows a wiki-syntax shortcut to producing monospace text
- PluginFont - set the font and size of text
