Loading...
 
Skip to main content

History: PluginFancyList

Source of version: 10 (current)

Copy to clipboard
            ! Plugin Fancy List
Use this ((wiki plugin)), introduced in ((Tiki3)), to produce a fancy looking numbered list.

!! Parameters
{pluginmanager plugin="fancylist"}
!! Example
In this example, additional formatting is applied to the items in the list: the double single quotes ( ~np~''~/np~) to produce italics, and the two underscores before and after the words ( ~np~__~/np~ ) to make the font bold. See ((Wiki Syntax)) for more information on text formatting.

''This code,''

{CODE(colors="tiki")}
{FANCYLIST()} 
''__Antiquity__''
''__Middle Ages__''
''__Renaissance__''
''__Age of Enlightenment__''
''__Romantic Era__''
''__20th Century__''
''__Present Day__''
{FANCYLIST}
{CODE}

''Would produce:''

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