This module is deprecated. Use the ListPages module with the tag and category selectors instead. Specifically:
[[module ListPages tags="@URL" OTHER PARAMETERS]]
MODULE BODY
[[/module]]
This module lists all pages, that are tagged1 with a specific tag. The scope can optionally be restricted to a single category.
attribute | required | allowed values | default | description |
---|---|---|---|---|
tag | no | an all-lowercase text string | none | limits displayed pages to the specified tag |
category | no | valid category name | none | limits displayed pages to the specified page category |
If you do not specify a tag attribute, PagesByTag
If you do not specify a category attribute, PagesByTag
If PagesByTag is specified without attributes (i. e. [[module PagesByTag]]), it works nicely together with [[module TagCloud]]. If correctly set up (like on a default system:page-tags page), TagCloud generates links of the form …/tag/any-tag, which PagesByTag then uses to list those pages.
what you get …
If you don't see any PagesByTag output here, try adding /tag/any-tag to the end of the …/doc:pagesbytag-module URL. An example would be doc:pagesbytag-module/tag/news
[[module PagesByTag]]
[[module PagesByTag tag="news"]]
[[module PagesByTag tag="news" category="_default"]]
The original text is located at the Wikidot Open Source Edition documentation pages.