Difference between revisions of "Category Cloud"

From The Wiki Fire
Jump to navigation Jump to search
m
m (work in progress)
 
Line 14: Line 14:
 
minsize=55
 
minsize=55
 
</tagcloud>
 
</tagcloud>
 +
 +
(this one is not currently working ... I'll figure it out some day)
 
==Web site==
 
==Web site==
 
*[http://www.mediawiki.org/wiki/Extension:CategoryCloud MediaWiki.org page]
 
*[http://www.mediawiki.org/wiki/Extension:CategoryCloud MediaWiki.org page]

Latest revision as of 14:35, 6 February 2008

Category Cloud is an extension installed on this site that allows the user to make a tag cloud of sorts using categories. The categories with the most articles in them will display in a larger font, graphically showing what is popular, and dynamically changing sizes as category popularity changes.

Example[edit]

Click edit to see the code to make a cloud of your own.

This is a cloud of Category:People

<category-cloud category="People" minsize="80" maxsize="250"></category-cloud>

Wiki Category Tag Cloud[edit]

A different tag cloud extension. Looks like this:

<tagcloud> minsize=55 </tagcloud>

(this one is not currently working ... I'll figure it out some day)

Web site[edit]