From the Eliovir
This page demonstrates the appearance of the default pagelist templates that are distributed on the Site.PageListTemplates page.
See also: Cookbook:PagelistTemplateSamples
The default template for pagelists when fmt=
isn’t specified.
(:pagelist group={$Group} fmt=#default count=7:) |
Display pages by group/name.
(:pagelist group={$Group} fmt=#bygroup count=7:) |
A simple bullet list of page names.
(:pagelist group={$Group} fmt=#simple count=5:) |
A simple bullet list of page titles.
(:pagelist group={$Group} fmt=#title count=5:) |
Outputs wiki page titles with spaces between the words in the title.
(:pagelist group={$Group} fmt=#titlespaced count=5:) |
A bullet list of groups.
(:pagelist fmt=#group count=5:) |
Concatenate the text of pages in the list. (Note, this can be an expensive operation!)
Not demonstrated.
Include just the #faq sections from pages in the list. (This can also be expensive,
especially if the list includes pages that don’t have the [[#faq]]
anchor!)
(:pagelist name=$[PmWiki.AccessKeys] fmt=#includefaq:) |
List pages and append the page’s description if it exists.
(:pagelist group={$Group} fmt=#description count=7:) |
Simple bullet list of page names, without the Group name.
(:pagelist group={$Group} fmt=#simplename count=5:) |
Simple bullet list of spaced page names, without the Group name.
(:pagelist group={$Group} fmt=#simplenamespaced count=5:) |
Copyright © 2005–2025 the Main wiki and its authors
Retrieved from http://eliovir.free.fr/index.php5/PmWiki/PageListDefaultTemplates
Page last modified on October 20, 2009, at 07:19 PM EST