(: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 [[{$SiteGroup}.PageListTemplates]] page. See also: Cookbook:PagelistTemplateSamples !!fmt=#default The default template for pagelists when [@fmt=@] isn't specified. (:markup class="horiz":) (:pagelist group={$Group} fmt=#default count=7:) (:markupend:) !!fmt=#bygroup Display pages by group/name. (:markup class="horiz":) (:pagelist group={$Group} fmt=#bygroup count=7:) (:markupend:) !!fmt=#simple A simple bullet list of page names. (:markup class="horiz":) (:pagelist group={$Group} fmt=#simple count=5:) (:markupend:) !!fmt=#title A simple bullet list of page titles. (:markup class="horiz":) (:pagelist group={$Group} fmt=#title count=5:) (:markupend:) !!fmt=#titlespaced Outputs wiki page titles with spaces between the words in the title. (:markup class="horiz":) (:pagelist group={$Group} fmt=#titlespaced count=5:) (:markupend:) !!fmt=#group A bullet list of groups. (:markup class="horiz":) (:pagelist fmt=#group count=5:) (:markupend:) !!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!) (:markup class="horiz":) (:pagelist name=$[PmWiki.AccessKeys] fmt=#includefaq:) (:markupend:) !!fmt=#description List pages and append the page's description if it exists. (:markup class="horiz":) (:pagelist group={$Group} fmt=#description count=7:) (:markupend:) !!fmt=#simplename Simple bullet list of page names, without the Group name. (:markup class="horiz":) (:pagelist group={$Group} fmt=#simplename count=5:) (:markupend:) !!fmt=#simplenamespaced Simple bullet list of spaced page names, without the Group name. (:markup class="horiz":) (:pagelist group={$Group} fmt=#simplenamespaced count=5:) (:markupend:)