This page (revision-1) was last changed on 2019-12-22 00:48 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 38 lines
The __TagPlugin__ (or simply "__Tag__" in use) is a [NeWikiPlugin] that provides a simple syntax for ''tagging'' a wiki page.
{{{
[{Tag TagName}]
}}}
To query the list of pages having a specific tag, use the HasTagOfPlugin (or simply "__HasTagOf__" in use).
The TagPlugin also declares the tag value(s) as metadata for the page using the {{DC.subject}} (keywords) property. You can obtain the value of this property via {{{[{$DC.subject}]}}}, as in
{{{
[{$DC.subject}]
}}}
See also: [HasTagOfPlugin], [TagCloudPlugin], [TagManager], [CategoryPlugin]
! Parameters
The plugin has no required parameters. Tags are included as one or more whitespace-delimited WikiWords.
If compiled with the compile-time flag {{REQUIRE_PAGE_FOR_TAG}} as true, will flag errors on undefined pages (i.e., all tags __must__ point to existing pages).
----
! Syntax/Test
For tests, see the [Burt Reynolds] page.
----
%%small
This is a page related to the TagManager.
%%
[{Tag WikiPlugin WikiDocumentation}]