Changes between Version 4 and Version 5 of TagsPlugin/TagCloud


Ignore:
Timestamp:
Sep 1, 2007, 12:33:42 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin/TagCloud

    v4 v5  
    11= Display a tag cloud =
     2
     3You can specify the minimum count to cull the tag cloud to a reasonable level:
     4 * mincount=[minimum count]
    25
    36You can specify the smallest and largest font size to use in the cloud
     
    69
    710e.g.
    8 {{{[[TagCloud(smallest=-2,biggest=4)]]}}} creates a tag cloud where the tags  that are used the least use font size -2 and the ones with the most tags use font +4
     11{{{[[TagCloud(smallest=-2,biggest=4,mincount=10)]]}}} creates a tag cloud where the tags  that are used the least use font size -2 and the ones with the most tags use font +4
    912
    10 [[TagCloud(smallest=-2,biggest=4)]]
     13[[TagCloud(smallest=-2,biggest=32,mincount=10)]]