Loading...
 
Diplay text in a monospace font

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

Introduced 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,

Copy to clipboard
{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,

Copy to clipboard
{MONO(font="Lucida Console")}This is the monospace font called Lucida Console.{MONO}

Would produce this:
This is the monospace font called Lucida Console.