Table of Contents
Pagelist
Description
The Pagelist Plugin does – as its name says – list wiki pages in a nice way. Besides its function as a stand-alone syntax plugin, it serves as helper plugin for the Blog, Discussion, Editor, Tag and Task plugins.
Syntax Plugin
Just wrap a regular unordered list of internal links with the <pagelist> tag:
<pagelist&[flags]> * [[..:discussion:|Discussion Plugin]] * [[..:tags:|Tag Plugin]] </pagelist>
| [flags] | flags can be used to alter the appearance of the pagelist, see flags | optional |
|---|
Flags
| Setting | Default | Alternative | ||
|---|---|---|---|---|
style | default | table with horizontal lines | table or list | standard DokuWiki table or list style |
showheader | noheader | hide the heading row of the pagelist table | header | show the header |
showdate | date | show the creation or last modification date | nodate | hide the date |
showuser | user | show creator or contributors | nouser | hide the user |
showdesc | nodesc | hide the description | desc | show the description (from metadata) |
showcomments | nocomments | hide the number of comments | comments | show the number of comments (if Discussion Plugin is installed) |
showtags | notags | hide the tags | tags | show the tags (if Tag Plugin is installed) |
Discussion