Search:

Page List Examples

(:Summary: PmWiki group header. Includes styles and trail.:)

Documentation index

Variables

{PmWiki.PageListExamples$:Audience}

(:Summary: Examples of what is produced by default pagelist formats:) This page demonstrates the appearance of the default pagelist templates that are distributed on the Site.PageListTemplates page.

See also: Cookbook:PagelistTemplateSamples

fmt=#default

The default template for pagelists when fmt= isn't specified.

(:pagelist group={$Group} fmt=#default
count=7:)

fmt=#bygroup

Display pages by group/name.

(:pagelist group={$Group} fmt=#bygroup
count=7:)

fmt=#simple

A simple bullet list of page names.

(:pagelist group={$Group} fmt=#simple
count=5:)

fmt=#title

A simple bullet list of page titles.

(:pagelist group={$Group} fmt=#title
count=5:)

fmt=#titlespaced

Outputs wiki page titles with spaces between the words in the title.

(:pagelist group={$Group}
fmt=#titlespaced count=5:)

fmt=#group

A bullet list of groups.

(:pagelist fmt=#group count=5:)

fmt=#include

Concatenate the text of pages in the list. (Note, this can be an expensive operation!)

Not demonstrated.

fmt=#includefaq

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:)

fmt=#description

List pages and append the page's description if it exists.

(:pagelist group={$Group}
fmt=#description count=7:)

fmt=#simplename

Simple bullet list of page names, without the Group name.

(:pagelist group={$Group}
fmt=#simplename count=5:)

fmt=#simplenamespaced

Simple bullet list of spaced page names, without the Group name.

(:pagelist group={$Group}
fmt=#simplenamespaced count=5:)

Documentation index

Variables


Page last modified on 2008-08-31 23:36

Copyright© SIMB 2009.