Loading...
 
Skip to main content

History: PluginMono

Source of version: 11 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # 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

{pluginmanager plugin="mono"}

## Examples

### No Font Parameter

*This code,*
{CODE(colors="tiki")}
{MONO()}This is the browser's default monospace font.{MONO}
{CODE} 
*Would produce:*
{MONO()}This is the browser's default monospace font.{MONO}

### With Font Parameter Set

*This code,*
{CODE(colors="tiki")}
{MONO(font="Lucida Console")}This is the monospace font called Lucida Console.{MONO}
{CODE} 
*Would produce this:*
{MONO(font="Lucida Console")}This is the monospace font called Lucida Console.{MONO}

## Related pages

- [http://doc.tiki.org/tiki-index.php?page=Wiki-Syntax+Text&structure=Documentation#Quick_Reference_Basic_Text_Formatting|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