Recent Changes - Search:

PmWiki

pmwiki.org

PageListExamples

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:)
Pm Wiki /
Accept Path Info  
Access Keys  Access keys are keyboard shortcuts for tasks that would otherwise require a mouse
Admin Task  List of Pmwiki administration related tasks organized in alphabetical order
Analyze Results  Instructions and possible responses from using the Site Analyzer
AQ  Repository for questions about PmWiki that have been answered, see also FAQ
Audiences  Patrick Michaud's comments regarding the "audiences" for which PmWiki was designed
Authoring Philosophy  Patrick Michaud on the reasons behind Author variables

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

AccessKeys

How can I change the keyboard shortcuts for editing and saving a page?

See Customizing access keys.

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

Edit - History - Print - Recent Changes - Search
Page last modified on August 13, 2007, at 09:37 AM