Plugin Fancy List
This Wiki Plugin produces a fancy looking list.Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:Syntax for FANCYLIST
{FANCYLIST(div=> 0|1, class=> )} {FANCYLIST}| Parameter | Accepted values | Default | Effect | Required? | Since |
|---|---|---|---|---|---|
| div | 0 or 1 | 0 | Zero is like using the
tag in HTML. |
n | |
| class | Name of a css class | none | Setting the class can affect the appearance of the list | n | |
| body (between the FANCYLIST tags) | Text of items to list, with each item on a new line. | none | Supplies the items to be listed. | y (otherwise, no list!) |
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,
Example FANCYLIST 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
