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.
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.


Page last modified on Friday 20 September, 2019 17:01:55 GMT-0000