Tags

Description

The Tag Plugin lets you assign category tags to wiki pages. It will display a list of links to the tag pages in the tag namespace specified in the configuration.

This plugin is the successor of the tag and archive components of the old Blog Plugin. It is also the successor of the obsolete Category Plugin, which was rolled into the Blog Plugin.

Components

Tag

{{tag>[list of tags]}}
[list of tags] a space separated list of tags that describe the content of the current page required

Allows you to categorize your wiki pages. The resulting links point to the corresponding page in the specified tag namespace. If you want a link to point to a page in another namespace, you have to indicate the namespace before the tag name.

Site-wide Tag List

{{tag>list of tags}}
{{topic>list of tags}}

To make a list of tags site-wide (regardless of the position of the list/tags in namespaces) remove the brackets.

Topic

{{topic>[tag]&[flags]}}
[tag] the category tag(s) for which you want a list of pages; multiple tags with logical operators are allowed – see refinements for more on this required
[flags] pagelist flags delimited by &, see http://www.wikidesign.ch/en/plugin/pagelist/start#flags flags optional

This displays a list of all pages that contain the given category tag. The list is sorted alphabetically by page ID.

Refinements

{{topic>foo bar}}
all pages tagged either foo or bar
{{topic>foo +bar}}
all pages tagged foo and bar
{{topic>foo -bar}}
all pages tagged foo, but not also bar

Ping

This plugin can ping Technorati on the creation of a new page.

Demo

Try this plugin on the playground at Wikidesign.

 
wiki/tags.txt · Last modified: 2008/01/04 13:44 (external edit)     Back to top