Plugin Fancy List

Use this wiki plugin, introduced in Tiki3, to produce a fancy looking numbered list.

Parameters

Plugin Manager error: fancylist plugin not found

Example

In this example, additional formatting is applied to the items in the list: the double single quotes ( '') to produce italics, and the two underscores before and after the words ( __ ) to make the font bold. See Wiki Syntax for more information on text formatting.

This code,

Copy to clipboard
{FANCYLIST()} ''__Antiquity__'' ''__Middle Ages__'' ''__Renaissance__'' ''__Age of Enlightenment__'' ''__Romantic Era__'' ''__20th Century__'' ''__Present Day__'' {FANCYLIST}


Would produce:

  1. Antiquity

  2. Middle Ages

  3. Renaissance

  4. Age of Enlightenment

  5. Romantic Era

  6. 20th Century

  7. Present Day