Plugin Fancy List
Use this wiki plugin, introduced in Tiki3, to produce a fancy looking numbered list.
Parameters
Create a formatted numbered listIntroduced in Tiki 3.
Go to the source code
Preferences required: wikiplugin_fancylist
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
(body of plugin) | One item per line starting with anything followed by ")". | |||
class |
text | CSS class for the fancylist | 3.0 | |
div |
(blank) 1 0 |
Use the HTML div tag instead of the HTML ordered list tag (ol) | 3.0 |
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,
{FANCYLIST()} ''__Antiquity__'' ''__Middle Ages__'' ''__Renaissance__'' ''__Age of Enlightenment__'' ''__Romantic Era__'' ''__20th Century__'' ''__Present Day__'' {FANCYLIST}
Would produce:
Antiquity
Middle Ages
Renaissance
Age of Enlightenment
Romantic Era
20th Century
Present Day