Test /
PagelistByCategory
List pages by their categories
Summary: List pages by their categories Version: 0.0 Prerequisites: PmWiki 2.2 Status: not working Maintainer: [~Simon] License: Cookbook Licenses Categories: PageList Users: (view / edit) Discussion: PagelistByCategory-Talk
Description
How do I list pages by their category?
Use the following page list template to create a a list with category headings.
Installation
Add the following to your Site.LocalTemplates.
Configuration
>>comment<<
[[#listbycategory]]
(:template defaults ForGroup=* group=Category name=-HomePage order=$Name:)
(:template first {=$Name}:)
!! {=$Namespaced}
(:template each:)
(:pagelist group={$$ForGroup} link={=$FullName} fmt=#titlesummary:)
[[#listbycategoryend]]
>><<
|
Usage
(:pagelist ForGroup=PmWiki fmt=#listbycategory count=12:) |
2003200820092015777AdministrationAdvanced AuthoringAgentAjaxAllApplicationAsministration |
Notes
Change log / Release notes
See also
Contributors
Comments
See discussion at PagelistByCategory-Talk