Here you find some links to Site configuration and administration pages. Add links to other pages you may need for your site's configuration here, as necessary. Some links may only apply to certain configurations or skins.
The Site group contains configuration pages, and the SiteAdmin group contains administrative pages.
Note to new administrators:
local/config.php a site wide admin password (see Passwords Admin). Then you can edit pages and change the access protection of individual pages by changing the page attributes with ?action=attr.
Configuration and Menu Pages
SideBar, header, and footer pages
Sidebar, headers and footers are used to display common content across a group or entire website. Form pages
Forms are used for display and entry of information. Quick reference pages
Quick reference pages are included in other pages to assist in the use of those pages. Template pages
Templates are used by page and form directives to control the output displayed. |
Site Administration
Here is the list of the pages in the SiteAdmin group. Some links may only apply to certain configurations. |
This page contains "templates" for PmWiki's (:pagelist:) directive. The Site.LocalTemplates? page can be created and used to store pagelist templates that are local to a site.
The default template for pagelists when fmt= isn't specified (and note that on the PmWiki.org wiki, this template is over-ridden by the one on the Site.LocalTemplates? page).
(:if false:)
[[#default]]
(:template first {=$Group}:)
:[[{=$Group}/]] /:
(:template each:)
: :[[{=$Group}/{=$Name}]]
[[#defaultend]]
(:ifend:)
(:pagelist group={$Group} fmt=#default
count=6:)
|
Display pages by group/name.
(:if false:)
[[#bygroup]]
(:template first {=$Group}:)
:[[{=$Group}/]] /:
(:template each:)
: :[[{=$Group}/{=$Name}]]
[[#bygroupend]]
(:ifend:)
(:pagelist group={$Group} fmt=#bygroup
count=6:)
|
A simple bullet list of page names.
(:if false:)
[[#simple]]
* [[{=$FullName}]]
[[#simpleend]]
(:ifend:)
(:pagelist group={$Group} fmt=#simple
count=5:)
|
A simple bullet list of page titles.
(:if false:)
[[#title]]
(:template defaults order=title:)
* [[{=$FullName}|+]]
[[#titleend]]
(:ifend:)
(:pagelist group={$Group} fmt=#title
count=5:)
|
Outputs wiki page titles with spaces between the words in the title.
(:if false:)
[[#titlespaced]]
(:template defaults order=title:)
* [[{=$FullName}|{=$Titlespaced}]]
[[#titlespacedend]]
(:ifend:)
(:pagelist group={$Group}
fmt=#titlespaced count=5:)
|
A bullet list of groups.
[[#group]]
(:template first {=$Group}:)
* [[{=$Group}/]]
[[#groupend]]
Concatenate the text of pages in the list. (Note, this can be an expensive operation!)
[[#include]]
(:include {=$FullName} self=0:)
[[#includeend]]
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!)
[[#includefaq]]
!![[{=$FullName}|+]]
>>faq<<
(:include {=$FullName}#faq#faqend self=0:)
>><<
[[#includefaqend]]
List pages and append the page's description if it exists. Creates dash by all names, but adding a nested loop to get rid of it causes markup problems (nested loops are not allowed).
(:if false:)
[[#description]]
* [[{=$FullName}|+]]
- {=$Description}
[[#descriptionend]]
(:ifend:)
(:pagelist group={$Group}
fmt=#description count=7:)
|
Simple bullet list of page names, without the Group name.
(:if false:)
[[#simplename]]
* [[({=$Group}/){=$Name}]]
[[#simplenameend]]
(:ifend:)
(:pagelist group={$Group}
fmt=#simplename count=5:)
|
Simple bullet list of spaced page names, without the Group name.
(:if false:)
[[#simplenamespaced]]
* [[({=$Group}/){=$Namespaced}]]
[[#simplenamespacedend]]
(:ifend:)
(:pagelist group={$Group}
fmt=#simplenamespaced count=5:)
|
A simple bullet list of page title and summary.
>>comment<<
[[#titlesummary]]
* [[{=$FullName} | {=$Titlespaced}]]
[-{=$:Summary}-]
[[#titlesummaryend]]
>>font-size:smaller<<
(:pagelist group=Site fmt=#titlesummary
list=normal count=8:)
|
Number of pages in pagelist
(:if false:)
[[#count]]
(:template defaults wrap=inline
list=normal :)
(:template last:)
{$$PageCount}
[[#countend]]
(:ifend:)
Number of pages in the {$Group} group:
(:pagelist group={$Group} fmt=#count :).
Number of pages in the {$Group} group:
(:pagelist group={$Group} fmt=count :).
There are (:pagelist group=PmWiki
fmt=#count wrap=html :) pages in the
PmWiki group.
| Number of pages in the Site group: .Number of pages in the Site group: 17. There are pages in the PmWiki group. |
Here you find some links to Site configuration and administration pages. Add links to other pages you may need for your site's configuration here, as necessary. Some links may only apply to certain configurations or skins.
The Site group contains configuration pages, and the SiteAdmin group contains administrative pages.
Note to new administrators:
local/config.php a site wide admin password (see Passwords Admin). Then you can edit pages and change the access protection of individual pages by changing the page attributes with ?action=attr.
Configuration and Menu Pages
SideBar, header, and footer pages
Sidebar, headers and footers are used to display common content across a group or entire website. Form pages
Forms are used for display and entry of information. Quick reference pages
Quick reference pages are included in other pages to assist in the use of those pages. Template pages
Templates are used by page and form directives to control the output displayed. |
Site Administration
Here is the list of the pages in the SiteAdmin group. Some links may only apply to certain configurations. |