#default
This redefines the default page list output for pmwiki.org. Basically we redefine the list to include any summary that may exist for the page.
(:if false:)
[[#default]]
(:template first {=$Group}:)
:[[{=$Groupspaced}/]] /:
(:template each:)
: :[[{=$Group}/{=$Namespaced}]]
[- {=$:Summary}-]
[[#defaultend]]
(:ifend:)
(:pagelist group={$Group} fmt=#default
list=normal count=7:)
|
|
#numbered
(:if false:)
[[#numbered]]
(:template first {=$Group}:)
#[[{=$Groupspaced}]] /
(:template each:)
##[[{=$Group}/{=$Namespaced}]]
[-{=$:Summary}-]
[[#numbered]]
(:ifend:)
(:pagelist group={$Group} fmt=#numbered
list=normal count=7:)
|
|
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!)
[[#listoffaq]]
*[[{=$FullName}#faq | {=$Titlespaced}]]
[[#listoffaqend]]
fmt=#titlesummary
A simple bullet list of page title and summary.
(:if false:)
[[#titlesummary]]
* [[{=$FullName} | {=$Titlespaced}]]
[-{=$:Summary}-]
[[#titlesummaryend]]
(:ifend:)
(:pagelist group=Site fmt=#titlesummary
list=normal count=8:)
|
|
fmt=#summarylist
List of pages and summary, one per line.
(:if false:)
[[#summarylist]]
(:template first {=$Group}:)
(:template each:)
-< [[{=$Group}/{=$Namespaced}]]
[-{=$:Summary}-]
[[#summarylistend]]
(:ifend:)
(:pagelist group={$DefaultGroup}
fmt=#summarylist list=normal count=6:)
|
|
fmt=#csvlist
List of pages and summary, comma separated, on one line.
(:if false:)
[[#csvlist]]
(:template first {=$Group}:)
(:template each:)
[[{=$Group}/{=$Namespaced}]],
[[#csvlistend]]
(:ifend:)
(:pagelist group={$DefaultGroup}
fmt=#csvlist list=normal count=16:)
|
|