[Show/Hide Right Column]

Creates a fancy looking list
Print

Plugin Fancy List

This Wiki Plugin produces a fancy looking list.

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 <ol> tag in HTML, creating a highly formatted numbered list. Setting to 1 is like using the <div> 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:

  1. Antiquity

  2. Middle Ages

  3. Renaissance

  4. Age of Enlightenment

  5. Romantic Era

  6. 20th Century

  7. Present Day


Contributors to this page: lindon2331 points  .
Page last modified on Saturday 03 July, 2010 22:12:20 UTC by lindon2331 points .

Find by Page Name

Exact match

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki documentation and should correspond to development keywords (bug reports and feature requests):