Recent Changes - Search:

PmWiki

pmwiki.org

LocalTemplates

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

>>comment<<
[[#default]]
(:template first {=$Group}:)

:[[{=$Group}/]] /:
(:template each:)
: :[[{=$Group}/{=$Name}]]
[-&nbsp;{=$:Summary} (:if ! equal
"{=$:Status}" "":)({=$:Status})(:if:)-]
(:template none:)
'''$[No results found.]'''
[[#defaultend]]
>>font-size:smaller<<

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

(:template first {=$Group}:)

{=$Group}? /

(:template each:)

{=$Name}?  {=$:Summary} ({=$:Status})

(:template none:) No results found.

Site /
AllRecentChangesMob  RecentChanges optimized for small screens and mobile devices.
AllRecentChangesPerAuthor  All pages changed by Author
AllRecentChangesShort  The 60 most recent pages changed
Analyze  
ApprovedUrls  Redirected to SiteAdmin.ApprovedUrls
AuthForm  form displayed when requesting a password or username/password
AuthList  Page list of all pages with access permissions set

#numbered

>>comment<<
[[#numbered]]
(:template first {=$Group}:)

# [[{=$Groupspaced}]] /
(:template each:)
## [[{=$Group}/{=$Namespaced}]]
[-&nbsp;{=$:Summary}-]
[[#numbered]]
>>font-size:smaller<<

(:pagelist group={$Group} fmt=#numbered
list=normal count=7:)

(:template first {=$Group}:)

  1. {=$Groupspaced}? /

(:template each:)

  1. {=$Namespaced}?  {=$:Summary}

  1. Site /
    1. All Recent Changes Mob  RecentChanges optimized for small screens and mobile devices.
    2. All Recent Changes Per Author  All pages changed by Author
    3. All Recent Changes Short  The 60 most recent pages changed
    4. Analyze  
    5. Approved Urls  Redirected to SiteAdmin.ApprovedUrls
    6. Auth Form  form displayed when requesting a password or username/password
    7. Auth List  Page list of all pages with access permissions set

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 | {=$Title}]] 
[[#listoffaqend]]

fmt=#summarylist

List of pages and summary, one per line.

>>comment<<
[[#summarylist]]
(:template first {=$Group}:)
(:template each:)
-< [[{=$Group}/{=$Name}]] &nbsp;
[-{=$:Summary}-]
[[#summarylistend]]
>>font-size:smaller<<

(:pagelist group={$DefaultGroup}
fmt=#summarylist list=normal count=6:)

(:template first {=$Group}:) (:template each:)

{=$Name}?   {=$:Summary}

AccessKeys   Access keys are keyboard shortcuts for tasks that would otherwise require a mouse
AccessKeys-Talk   Discussion of AccessKeys
AdminTask   List of PmWiki administration related tasks organized in alphabetical order
AnalyzeResults   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

fmt=#summarylistspaced

List of pages and summary, one per line.

>>comment<<
[[#summarylistspaced]]
(:template first {=$Group}:)
(:template each:)
-< [[{=$Group}/{=$Namespaced}]]
&nbsp; [-{=$:Summary}-]
[[#summarylistspacedend]]
>>font-size:smaller<<

(:pagelist group={$DefaultGroup}
fmt=#summarylistspaced list=normal
count=6:)

(:template first {=$Group}:) (:template each:)

{=$Namespaced}?   {=$:Summary}

Access Keys   Access keys are keyboard shortcuts for tasks that would otherwise require a mouse
Access Keys-Talk   Discussion of AccessKeys
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

fmt=#csvlist

List of pages and summary, comma separated, on one line.

>>comment<<
[[#csvlist]]
(:template first {=$Group}:)
(:template each:)
[[{=$Group}/{=$Namespaced}]],
[[#csvlistend]]
>>font-size:smaller<<

(:pagelist group={$DefaultGroup}
fmt=#csvlist list=normal count=16:)

(:template first {=$Group}:) (:template each:) {=$Namespaced}?,


fmt=#iuselist

List of pages containing PTV (to be used on RecipeName-Users pages)

>>comment<<
[[#iuselist]]
(:template first {=$Group}:)
(:template each:)
||[[{=$Group}/{=$Namespaced}]]
||[-{{=$FullName}$:I_Use_{(substr
{*$Name} 0 -6)}}-] ||
[[#iuselistend]]
>>font-size:smaller<<

(:pagelist group={$DefaultGroup}
fmt=#iuselist list=normal count=10:)

(:template first {=$Group}:) (:template each:)

{=$Namespaced}?{{=$FullName}$:I_Use_LocalTem}

Edit - History - Print - Recent Changes - Search
Page last modified on September 10, 2011, at 12:03 PM