Plugin Mono
Use this wiki plugin to display 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.
Parameters
Display text in a monospace fontIntroduced in Tiki 1.
Go to the source code
Preferences required: wikiplugin_mono
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
(body of plugin) | Text that the font will be applied to | |||
font |
text | Font name as recognized by browsers. | monospace | 1 |
Examples
No Font Parameter
This code,
{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,
{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-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