Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
Diplay text in a monospace font | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content
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

Tiki Doc From Code error: mono not found

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.

Show PHP error messages