Recent Changes - Search:

add Site page

hide Site

Site


hide Topics

Topics

show Changed

Changed

Visitor's book Site map pmwiki-2.3.37

Local Templates

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

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

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

(:template first {=$Group}:)

{=$Groupspaced}? /

(:template each:)

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

Site /
Aotearoa  Site wide PmWiki:page text variables
Auth Form  
Auth User  
Edit Form  contains the edit page layout form
Edit Quick Reference  quick reference for editing pages
Footer  Website page footer
Header  Wiki website page header

#groupspaced

A bullet list of groups (will not work with count=...).

>>comment<<
[[#groupspaced]]
(:template default order=title name={$DefaultName}:)
(:template first {=$Group}:)
(:if equal "{=$Title}" "Home Page":)
* [[{=$Group}/ | {=$Groupspaced}]]
(:else:)
* [[{=$Group}/ | {=$Titlespaced}]]
(:ifend:)
[[#groupspacedend]]
>><<

(:pagelist fmt=#groupspaced list=normal count=16:)

(:template default order=title name=HomePage:) (:template first {=$Group}:)

#grouptrail

Use the parameter trail to set the return or parent page. If not set it will default to the group of the pagelist.

>>comment<<
[[#grouptrail]]
(:template default wrap=inline trail="{*$Groupspaced}" :)
(:template first:)
%comment%** [-"{$$trail}" '''{*$FullName}'''-]
(:template each:)
%comment%-> [-- {=$FullName} --] (:if equal "{*$FullName}" "{=$FullName}":)✓(:ifend:) [-(:if ontrail {$$trail} {=$FullName}:)''ontrail''(:ifend:)-]
(:if equal "{*$FullName}" "{=$FullName}":)
%wikitrail%[[ {<$FullName} | {<$Titlespaced} ]] < '*[[{$$trail}]]*' > [[{>$FullName} | {>$Titlespaced} ]]
(:ifend:)
[[#grouptrailend]]
>>smaller<<

(:pagelist group={*$Group} list=all fmt=#grouptrail:)

(:template default wrap=inline trail="Site" :) (:template first:) ** "{$$trail}" Site.LocalTemplates (:template each:) -> {=$FullName}

#pages

A simple bullet list of page title and summary.

>>comment<<
[[#pages]]
(:template each:)
(:if equal "{=$Title}" "Home Page":)
* [[{=$FullName}|{=$Groupspaced}]] [-&nbsp;{=$:Summary}-]
(:else:)
* [[{=$FullName}|{=$Titlespaced}]] [-&nbsp;{=$:Summary}-] [--&nbsp;([[{=$Groupspaced}]])--]
(:ifend:)
[[#pagesend]]
>>smaller<<

(:pagelist group=Site fmt=#pages list=normal count=8:)

(:template each:)

#pagetrail

Use the parameter TrailPage to set the return or parent page. If not set it will default to the group of the pagelist.

>>comment<<
[[#pagetrail]]
(:template default wrap=inline TrailPage="{*$Groupspaced}" name=-HomePage,-RecentChanges,-RecentUploads,-SideBar,-Template,-GroupHeader,-GroupFooter,-GroupAttributes:)
(:template each:)
(:if false:)-< [-- *'{*$FullName}' ='{=$FullName}' --](:ifend:)
(:if equal "{*$FullName}" "{=$FullName}":)
%wikitrail%[[{<$FullName} | {<$Titlespaced}]] < '*[[{$$TrailPage}]]*' > [[{>$FullName}| {>$Titlespaced}]]
(:ifend:)
[[#pagetrailend]]
>>smaller<<

(:pagelist group={*$Group} list=all fmt=#pagetrail:)

(:template default wrap=inline TrailPage="Site" name=-HomePage,-RecentChanges,-RecentUploads,-SideBar,-Template,-GroupHeader,-GroupFooter,-GroupAttributes:) (:template each:)

#randomimage

display a random image

>>comment<<
[[#randomimage]]
(:template default order=random count=1 group=Trips if="attachments" list=normal:)
(:template each:)
(:thumblist captionfmt='?x_kwcaption' titlefmt='?x_kwtitle' {=$FullName} px={$$px} link=2 order=random count=1 skip="*.png|*.gif":)
[[#randomimageend]]
>><<

(:pagelist fmt=#randomimage list=normal count=8 px=128:)

(:template default order=random count=1 group=Trips if="attachments" list=normal:) (:template each:)

Hot Pools Complex
Photo: Simon
2014-01-24 14.55.18; '2014 Jan 24 14:55'
Original size: 4,000 x 3,000; 6,918 kB
2014-01-24 14.55.18 P1000155 Simon - hot pools complex.jpeg
Hot Pools Complex

Photo: Simon

In the An'nupuri trees
Photo: Simon
2016-02-25 11.15.56; '2016 Feb 25 11:15'
Original size: 3,456 x 4,608; 5,101 kB
2016-02-25 11.15.56 P1000466 Simon - in the An'nupuri trees P3.jpeg
In the An'nupuri trees

Photo: Simon

Chamonix statue of Balmat and Saussure
Photo: Simon
2018-01-28 08.34.15; '2018 Jan 28 08:34'
Original size: 4,160 x 3,120; 6,247 kB
2018-01-28 08.34.15_HDR LG6 Simon - Chamonix statue of Balmat and Saussure.jpeg
Chamonix statue of Balmat and Saussure

Photo: Simon

Bazza
Photo: Simon
2011-01-26 12.45.39; '2011 Jan 26 12:45'
Original size: 4,000 x 3,000; 7,147 kB
2011-01-26 12.45.39 P1020036 Simon Bazza.jpeg
Bazza

Photo: Simon

Lichen in the Waiheke River
Photo: Philip
2013-04-24 09.53.58; '2013 Apr 24 09:53'
Original size: 3,240 x 4,320; 4,888 kB
2013-04-24 09.53.58 P1020106 Philip - Lichen in the Waiheke River.jpeg
Lichen in the Waiheke River

Photo: Philip

Hakuba  47 base
Photo: Simon
2015-02-11 09.00.00; '2015 Feb 11 09:00'
Original size: 10,288 x 2,986; 4,564 kB; stitch
2015-02-11 09.00.00 Panorama Simon - Hakuba 47 base_stitch.jpg
Hakuba 47 base

Photo: Simon

#recentchanges

>>comment<<
[[#recentchanges]]
(:template defaults order=-time name=-GroupAttributes,-Site.AllRecentChanges,-Site.LastChanged,-RecentChanges,-RecentUploads,-SiteAdmin.Blocklist-*:)
(:template first:)
||width=* style="font-size:smaller;"
||!Page ||!Time ||!By ||!Change ||
(:template each:)
||''[[{=$FullName} | {=$Groupspaced}.{=$Namespaced}]]'' ||[-[[{=$FullName}?action=diff | {=$LastModified}]]-] ||(:if !equal {=$LastModifiedBy}:)[[~{=$LastModifiedBy}]] (:ifend:) ||{=$LastModifiedSummary} ||
[[#recentchangesend]]
>><<

(:pagelist fmt=#recentchanges count=10:)

(:template defaults order=-time name=-GroupAttributes,-Site.AllRecentChanges,-Site.LastChanged,-RecentChanges,-RecentUploads,-SiteAdmin.Blocklist-*:) (:template first:)

PageTimeByChange

(:template each:)

{=$Groupspaced}.{=$Namespaced}?{=$LastModified}{=$LastModifiedBy}?{=$LastModifiedSummary}

PageTimeByChange
Te Reo Rangatira.Rauemi Ipurangi2024 Nov 18 20:43skiwi* Five things I didn’t know about Te Tiriti o Waitangi (e-Tangata) (+196)
Trips.2017-01-10 Nozawa Onsen2024 Nov 13 07:14skiwitypo (+2)
Snow.Group Footer2024 Nov 13 06:42skiwi(+3)
Test.Total Counter2024 Nov 12 08:29skiwi
autotelnew\autotelnew

autotelnew\autotelnew


D:\Home\KiwiWiki\pmwiki\cookbook\autotelnew.php: 2024-04-10new
defaults: +64; 4; 0
ignorePrefix: "(?:(?<![:=#0-9"'\]\)])|(?<![0-9\)]\s))"
ignoreSuffix: (?!\s?[0-9])
visualSeparatorVal: \s|[-]|\&nbsp;|\&\#8209;
visualSeparator: (?:\s|[-]|\&nbsp;|\&\#8209;)
openParen: [\(]?
closParen: (?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) )
countryCode: (\+\d{1,3})
countryCodeSep: (?:(\+\d{1,3}) (?:\s|[-]|\&nbsp;|\&\#8209;) ? )
areaCodeMobl: ((?:[\(]0?\d{2}[\)] | [\(]? 0?\d{2}(?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) ) (?:\s|[-]|\&nbsp;|\&\#8209;) ?)
areaCodeLand: ((?:[\(]0?\d{1}[\)] | [\(]? 0\d{1}(?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) ) (?:\s|[-]|\&nbsp;|\&\#8209;) ?)
serviceCode: (0[58]\d{2,2})
subscriberNumberMobile: (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{5}|\d{3,4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3,4})
subscriberNumberLand: (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{4}|\d{4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3})
srve: /(?:(?<![:=#0-9"'\]\)])|(?<![0-9\)]\s))[\(]? (0[58]\d{2,2}) (?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{5}|\d{3,4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3,4}) (?!\s?[0-9])/xi
mobl: /(?:(?<![:=#0-9"'\]\)])|(?<![0-9\)]\s))(?:(\+\d{1,3}) (?:\s|[-]|\&nbsp;|\&\#8209;) ? ) ? ((?:[\(]0?\d{2}[\)] | [\(]? 0?\d{2}(?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) ) (?:\s|[-]|\&nbsp;|\&\#8209;) ?) (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{5}|\d{3,4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3,4}) (?!\s?[0-9])/xi
land: /(?:(?<![:=#0-9"'\]\)])|(?<![0-9\)]\s))(?:(?:(\+\d{1,3}) (?:\s|[-]|\&nbsp;|\&\#8209;) ? ) ? ((?:[\(]0?\d{1}[\)] | [\(]? 0\d{1}(?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) ) (?:\s|[-]|\&nbsp;|\&\#8209;) ?) )? (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{4}|\d{4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3}) (?!\s?[0-9])/xi
pmwikiplus

pmwikiplus


D:\Home\KiwiWiki\pmwiki\extensions\PmWikiPlus\PmWikiPlus.php= 2024-08-19
confPmWikiPlus[debugPmWikiPlus]= true
confPmWikiPlus[=dir]= D:\Home\KiwiWiki\pmwiki\extensions/PmWikiPlus
confPmWikiPlus[=url]= https://kiwiwiki.nz/pmwiki/extensions/PmWikiPlus
confPmWikiPlus[enableCREOL]= false
confPmWikiPlus[enableDBRCH]= true
confPmWikiPlus[enableDDMUP]= true
confPmWikiPlus[enableDOBML]= true
confPmWikiPlus[enableEDHLP]= false
confPmWikiPlus[enableFIXUR]= true
confPmWikiPlus[enableLOCTM]= true
confPmWikiPlus[enableNSAVW]= true
confPmWikiPlus[enablePMFRM]= false
confPmWikiPlus[enablePMSYN]= true
confPmWikiPlus[enablePVCHA]= false
confPmWikiPlus[enableRFCNT]= false
confPmWikiPlus[enableRWSPN]= false
confPmWikiPlus[enableSKNCH]= false
confPmWikiPlus[enableSRTBL]= false
confPmWikiPlus[enableURLAP]= false
confPmWikiPlus[enableWFATM]= false
confPmWikiPlus[enableWFDC]= false
confPmWikiPlus[enableWFRDF]= false
confPmWikiPlus[enableWFRSS]= false
confPmWikiPlus[muAtch]= true
confPmWikiPlus[muBrk]= true
confPmWikiPlus[muBrkCL]= true
confPmWikiPlus[muBrkCR]= true
confPmWikiPlus[muLnBold]= true
confPmWikiPlus[muLnItalic]= true
confPmWikiPlus[setBLKLST]= true
confPmWikiPlus[setBLKWHY]= true
confPmWikiPlus[setCOPYCD]= false
confPmWikiPlus[setGUIBTN]= true
confPmWikiPlus[setMRGLME]= false
param= enableCREOL $ EnableCreole             not changed to ""
global= enableDBRCH $ EnableRCDiffBytes        is already enabled (1)
global= enableDDMUP $ EnableUploadDrop         set to "1"
global= enableDOBML $ LinkFunctions            is already enabled (ObfuscateLinkIMap)
param= enableEDHLP $ EnableEditAutoText       not changed to "1"
global= enableFIXUR $ EnableGuiEditFixUrl      is already enabled (2000)
global= enableLOCTM $ EnableLocalTimes         is already enabled (1)
global= enableNSAVW $ EnableNotSavedWarning    is already enabled (1)
param= enablePMFRM $ EnablePmForm             not changed to ""
global= enablePMSYN $ EnablePmSyntax           is already enabled (2)
param= enablePVCHA $ EnablePreviewChanges     not changed to "1"
param= enableRFCNT $ EnableRefCount           not changed to ""
param= enableRWSPN $ EnableSimpleTableRowspan not changed to "1"
param= enableSKNCH $ EnableAutoSkinList       not changed to "1"
param= enableSRTBL $ EnableSortable           not changed to "1"
param= enableURLAP $ EnableUrlApprove         not changed to ""
param= enableWFATM $ EnableFeeds atom         not changed to ""
param= enableWFDC $ EnableFeeds dc           not changed to ""
param= enableWFRDF $ EnableFeeds rdf          not changed to ""
param= enableWFRSS $ EnableFeeds rss          not changed to ""
global= setBLKLST  $ EnableBlocklist          is already enabled (10)
global= setBLKWHY  $ EnableWhyBlocked         is already enabled (1)
param= setCOPYCD  $ EnableCopyCode           not changed to "1"
global= setGUIBTN  $ EnableGUIButtons         is already enabled (1)
param= setMRGLME  $ EnableMergeLastMinorEdit not changed to "1"
markup= muAtch     Attach     configured
markup= muBrk      [[\\]]     configured
markup= muBrkCL    [[<]]      configured
markup= muBrkCR    [[>]]      configured
markup= muLnBold   '* *'      configured
markup= muLnItalic '~ ~'      configured
messagesreplacementnew

messagesreplacementnew


= D:\Home\KiwiWiki\pmwiki\extensions\MessagesReplacementnew\MessagesReplacementnew.php 2024-09-16new
confMessagesReplacement[MessagesReplacementDebug]= off
confMessagesReplacement[MessagesReplacementHeading]= on
confMessagesReplacement[MessagesReplacementDetail]= hide
confMessagesReplacement[=dir]= D:\Home\KiwiWiki\pmwiki\extensions/MessagesReplacementnew
confMessagesReplacement[=url]= https://kiwiwiki.nz/pmwiki/extensions/MessagesReplacementnew
kwtlquestionvars.php

kwtlquestionvars.php

<hr>D:\Home\KiwiWiki\pmwiki\extensions\KWTLQuestionVars\KWTLQuestionVars.php: '2024-06-30'
conf[]: akey: debugKWTLQuestionVars, =dir, =url, KWTLQuestionVarsHidden
Array ( [debugKWTLQuestionVars] => true [=dir] => D:\Home\KiwiWiki\pmwiki\extensions/KWTLQuestionVars [=url] => https://kiwiwiki.nz/pmwiki/extensions/KWTLQuestionVars [KWTLQuestionVarsHidden] => hidden )

pmwikiinfo.php

pmwikiinfo.php

<hr>D:\Home\KiwiWiki\pmwiki\extensions\PmWikiInfo\PmWikiInfo.php: '2024-09-10'
conf[]: akey: debugKWTLQuestionVars, debugPmWikiInfo, stylesPmWikiInfo, =dir, =url
Array ( [debugKWTLQuestionVars] => [debugPmWikiInfo] => false [stylesPmWikiInfo] => [=dir] => D:\Home\KiwiWiki\pmwiki\extensions/PmWikiInfo [=url] => https://kiwiwiki.nz/pmwiki/extensions/PmWikiInfo )

PmWiki Info markup: '/\(:pmwikiinfo(.*)?:\)/i'

Getting cache for Site.LocalTemplates, gallery-trail 2

Getting cache for Site.LocalTemplates, gallery-trail 3

Getting cache for Site.LocalTemplates, gallery-trail 5

Getting cache for Site.LocalTemplates, gallery-trail 6

Caching gallery-trail 7 for Site.LocalTemplates

Getting cache for Site.LocalTemplates, gallery-trail 9

kwtlquestionvars\tlqvparsefilename()

kwtlquestionvars\tlqvparsefilename()

theFilename: '"2014-01-24 14.55.18 P1000155 Simon - hot pools complex"'
theDate: '"2014-01-24"; "14.55.18 P1000155 Simon - hot pools complex"'
theTime: '"14.55.18"; "P1000155 Simon - hot pools complex"'
theDevice: '""; "P1000155 Simon - hot pools complex"'
theImageIdentifier: '"P1000155"; "Simon - hot pools complex"'
thePhotographer: '"Simon"; "hot pools complex"'
thePanoramaSignifier: '""; "hot pools complex"'
theJunk: '""; "hot pools complex"'
theSuffix: '""; "hot pools complex"'
theFilename: '"2016-02-25 11.15.56 P1000466 Simon - in the An'nupuri trees P3"'
theDate: '"2016-02-25"; "11.15.56 P1000466 Simon - in the An'nupuri trees P3"'
theTime: '"11.15.56"; "P1000466 Simon - in the An'nupuri trees P3"'
theDevice: '""; "P1000466 Simon - in the An'nupuri trees P3"'
theImageIdentifier: '"P1000466"; "Simon - in the An'nupuri trees P3"'
thePhotographer: '"Simon"; "in the An'nupuri trees P3"'
thePanoramaSignifier: '"P3"; "in the An'nupuri trees"'
theJunk: '""; "in the An'nupuri trees"'
theSuffix: '""; "in the An'nupuri trees"'
theFilename: '"2018-01-28 08.34.15_HDR LG6 Simon - Chamonix statue of Balmat and Saussure"'
theDate: '"2018-01-28"; "08.34.15_HDR LG6 Simon - Chamonix statue of Balmat and Saussure"'
theTime: '"08.34.15"; "LG6 Simon - Chamonix statue of Balmat and Saussure"'
theDevice: '"LG6"; "Simon - Chamonix statue of Balmat and Saussure"'
theImageIdentifier: '""; "Simon - Chamonix statue of Balmat and Saussure"'
thePhotographer: '"Simon"; "Chamonix statue of Balmat and Saussure"'
thePanoramaSignifier: '""; "Chamonix statue of Balmat and Saussure"'
theJunk: '""; "Chamonix statue of Balmat and Saussure"'
theSuffix: '""; "Chamonix statue of Balmat and Saussure"'
theFilename: '"2011-01-26 12.45.39 P1020036 Simon Bazza"'
theDate: '"2011-01-26"; "12.45.39 P1020036 Simon Bazza"'
theTime: '"12.45.39"; "P1020036 Simon Bazza"'
theDevice: '""; "P1020036 Simon Bazza"'
theImageIdentifier: '"P1020036"; "Simon Bazza"'
thePhotographer: '"Simon"; "Bazza"'
thePanoramaSignifier: '""; "Bazza"'
theJunk: '""; "Bazza"'
theSuffix: '""; "Bazza"'
theFilename: '"2013-04-24 09.53.58 P1020106 Philip - Lichen in the Waiheke River"'
theDate: '"2013-04-24"; "09.53.58 P1020106 Philip - Lichen in the Waiheke River"'
theTime: '"09.53.58"; "P1020106 Philip - Lichen in the Waiheke River"'
theDevice: '""; "P1020106 Philip - Lichen in the Waiheke River"'
theImageIdentifier: '"P1020106"; "Philip - Lichen in the Waiheke River"'
thePhotographer: '"Philip"; "Lichen in the Waiheke River"'
thePanoramaSignifier: '""; "Lichen in the Waiheke River"'
theJunk: '""; "Lichen in the Waiheke River"'
theSuffix: '""; "Lichen in the Waiheke River"'
theFilename: '"2015-02-11 09.00.00 Panorama Simon - Hakuba 47 base_stitch"'
theDate: '"2015-02-11"; "09.00.00 Panorama Simon - Hakuba 47 base_stitch"'
theTime: '"09.00.00"; "Panorama Simon - Hakuba 47 base_stitch"'
theDevice: '""; "Panorama Simon - Hakuba 47 base_stitch"'
theImageIdentifier: '"Panorama"; "Simon - Hakuba 47 base_stitch"'
thePhotographer: '"Simon"; "Hakuba 47 base_stitch"'
thePanoramaSignifier: '""; "Hakuba 47 base_stitch"'
theJunk: '""; "Hakuba 47 base"'
theSuffix: '"stitch"; "Hakuba 47 base"'
(+1226)
Trips.2016-02-22 Niseko2024 Nov 11 17:24skiwilink (+0)
Test.Simple Recipe Template2024 Nov 11 17:22skiwilink (+10)
Snow.Whakapapa2024 Nov 11 06:37skiwifix link (-35)
Test Extensions.Pm Wiki Info2024 Nov 04 19:40skiwifix link (+71)
Trips.2024-09-28 Huxley Otamatapaio, Day 052024 Oct 31 19:56skiwinew (-35)
Trips.Day Template2024 Oct 19 08:34skiwisummary (-179)

#recentlychanged

>>comment<<
[[#recentlychanged]]
(:template defaults trail=Site.AllRecentChanges:)
(:template first:)
||width=* style="font-size:smaller;"
||!Page ||! Time||!By ||!Change ||
(:template each:)
||''[[{=$FullName} | {=$Groupspaced}.{=$Namespaced}]]'' ||[-[[{=$FullName}?action=diff | {=$LastModified}]]-] ||(:if !equal {=$LastModifiedBy}:)[[~{=$LastModifiedBy}]] (:ifend:) ||{=$LastModifiedSummary} ||
[[#recentlychangedend]]
>><<

(:pagelist fmt=#recentlychanged count=10:)

(:template defaults trail=Site.AllRecentChanges:) (:template first:)

PageTimeByChange

(:template each:)

{=$Groupspaced}.{=$Namespaced}?{=$LastModified}{=$LastModifiedBy}?{=$LastModifiedSummary}

PageTimeByChange
Te Reo Rangatira.Rauemi Ipurangi2024 Nov 18 20:43skiwi* Five things I didn’t know about Te Tiriti o Waitangi (e-Tangata) (+196)
Trips.2017-01-10 Nozawa Onsen2024 Nov 13 07:14skiwitypo (+2)
Snow.Group Footer2024 Nov 13 06:42skiwi(+3)
Test.Total Counter2024 Nov 12 08:29skiwi
autotelnew\autotelnew

autotelnew\autotelnew


D:\Home\KiwiWiki\pmwiki\cookbook\autotelnew.php: 2024-04-10new
defaults: +64; 4; 0
ignorePrefix: "(?:(?<![:=#0-9"'\]\)])|(?<![0-9\)]\s))"
ignoreSuffix: (?!\s?[0-9])
visualSeparatorVal: \s|[-]|\&nbsp;|\&\#8209;
visualSeparator: (?:\s|[-]|\&nbsp;|\&\#8209;)
openParen: [\(]?
closParen: (?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) )
countryCode: (\+\d{1,3})
countryCodeSep: (?:(\+\d{1,3}) (?:\s|[-]|\&nbsp;|\&\#8209;) ? )
areaCodeMobl: ((?:[\(]0?\d{2}[\)] | [\(]? 0?\d{2}(?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) ) (?:\s|[-]|\&nbsp;|\&\#8209;) ?)
areaCodeLand: ((?:[\(]0?\d{1}[\)] | [\(]? 0\d{1}(?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) ) (?:\s|[-]|\&nbsp;|\&\#8209;) ?)
serviceCode: (0[58]\d{2,2})
subscriberNumberMobile: (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{5}|\d{3,4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3,4})
subscriberNumberLand: (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{4}|\d{4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3})
srve: /(?:(?<![:=#0-9"'\]\)])|(?<![0-9\)]\s))[\(]? (0[58]\d{2,2}) (?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{5}|\d{3,4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3,4}) (?!\s?[0-9])/xi
mobl: /(?:(?<![:=#0-9"'\]\)])|(?<![0-9\)]\s))(?:(\+\d{1,3}) (?:\s|[-]|\&nbsp;|\&\#8209;) ? ) ? ((?:[\(]0?\d{2}[\)] | [\(]? 0?\d{2}(?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) ) (?:\s|[-]|\&nbsp;|\&\#8209;) ?) (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{5}|\d{3,4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3,4}) (?!\s?[0-9])/xi
land: /(?:(?<![:=#0-9"'\]\)])|(?<![0-9\)]\s))(?:(?:(\+\d{1,3}) (?:\s|[-]|\&nbsp;|\&\#8209;) ? ) ? ((?:[\(]0?\d{1}[\)] | [\(]? 0\d{1}(?:[\)]|[\)]?(?:\s|[-]|\&nbsp;|\&\#8209;) ) ) (?:\s|[-]|\&nbsp;|\&\#8209;) ?) )? (\d{3}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{4}|\d{4}(?:\s|[-]|\&nbsp;|\&\#8209;) \d{3}) (?!\s?[0-9])/xi
pmwikiplus

pmwikiplus


D:\Home\KiwiWiki\pmwiki\extensions\PmWikiPlus\PmWikiPlus.php= 2024-08-19
confPmWikiPlus[debugPmWikiPlus]= true
confPmWikiPlus[=dir]= D:\Home\KiwiWiki\pmwiki\extensions/PmWikiPlus
confPmWikiPlus[=url]= https://kiwiwiki.nz/pmwiki/extensions/PmWikiPlus
confPmWikiPlus[enableCREOL]= false
confPmWikiPlus[enableDBRCH]= true
confPmWikiPlus[enableDDMUP]= true
confPmWikiPlus[enableDOBML]= true
confPmWikiPlus[enableEDHLP]= false
confPmWikiPlus[enableFIXUR]= true
confPmWikiPlus[enableLOCTM]= true
confPmWikiPlus[enableNSAVW]= true
confPmWikiPlus[enablePMFRM]= false
confPmWikiPlus[enablePMSYN]= true
confPmWikiPlus[enablePVCHA]= false
confPmWikiPlus[enableRFCNT]= false
confPmWikiPlus[enableRWSPN]= false
confPmWikiPlus[enableSKNCH]= false
confPmWikiPlus[enableSRTBL]= false
confPmWikiPlus[enableURLAP]= false
confPmWikiPlus[enableWFATM]= false
confPmWikiPlus[enableWFDC]= false
confPmWikiPlus[enableWFRDF]= false
confPmWikiPlus[enableWFRSS]= false
confPmWikiPlus[muAtch]= true
confPmWikiPlus[muBrk]= true
confPmWikiPlus[muBrkCL]= true
confPmWikiPlus[muBrkCR]= true
confPmWikiPlus[muLnBold]= true
confPmWikiPlus[muLnItalic]= true
confPmWikiPlus[setBLKLST]= true
confPmWikiPlus[setBLKWHY]= true
confPmWikiPlus[setCOPYCD]= false
confPmWikiPlus[setGUIBTN]= true
confPmWikiPlus[setMRGLME]= false
param= enableCREOL $ EnableCreole             not changed to ""
global= enableDBRCH $ EnableRCDiffBytes        is already enabled (1)
global= enableDDMUP $ EnableUploadDrop         set to "1"
global= enableDOBML $ LinkFunctions            is already enabled (ObfuscateLinkIMap)
param= enableEDHLP $ EnableEditAutoText       not changed to "1"
global= enableFIXUR $ EnableGuiEditFixUrl      is already enabled (2000)
global= enableLOCTM $ EnableLocalTimes         is already enabled (1)
global= enableNSAVW $ EnableNotSavedWarning    is already enabled (1)
param= enablePMFRM $ EnablePmForm             not changed to ""
global= enablePMSYN $ EnablePmSyntax           is already enabled (2)
param= enablePVCHA $ EnablePreviewChanges     not changed to "1"
param= enableRFCNT $ EnableRefCount           not changed to ""
param= enableRWSPN $ EnableSimpleTableRowspan not changed to "1"
param= enableSKNCH $ EnableAutoSkinList       not changed to "1"
param= enableSRTBL $ EnableSortable           not changed to "1"
param= enableURLAP $ EnableUrlApprove         not changed to ""
param= enableWFATM $ EnableFeeds atom         not changed to ""
param= enableWFDC $ EnableFeeds dc           not changed to ""
param= enableWFRDF $ EnableFeeds rdf          not changed to ""
param= enableWFRSS $ EnableFeeds rss          not changed to ""
global= setBLKLST  $ EnableBlocklist          is already enabled (10)
global= setBLKWHY  $ EnableWhyBlocked         is already enabled (1)
param= setCOPYCD  $ EnableCopyCode           not changed to "1"
global= setGUIBTN  $ EnableGUIButtons         is already enabled (1)
param= setMRGLME  $ EnableMergeLastMinorEdit not changed to "1"
markup= muAtch     Attach     configured
markup= muBrk      [[\\]]     configured
markup= muBrkCL    [[<]]      configured
markup= muBrkCR    [[>]]      configured
markup= muLnBold   '* *'      configured
markup= muLnItalic '~ ~'      configured
messagesreplacementnew

messagesreplacementnew


= D:\Home\KiwiWiki\pmwiki\extensions\MessagesReplacementnew\MessagesReplacementnew.php 2024-09-16new
confMessagesReplacement[MessagesReplacementDebug]= off
confMessagesReplacement[MessagesReplacementHeading]= on
confMessagesReplacement[MessagesReplacementDetail]= hide
confMessagesReplacement[=dir]= D:\Home\KiwiWiki\pmwiki\extensions/MessagesReplacementnew
confMessagesReplacement[=url]= https://kiwiwiki.nz/pmwiki/extensions/MessagesReplacementnew
kwtlquestionvars.php

kwtlquestionvars.php

<hr>D:\Home\KiwiWiki\pmwiki\extensions\KWTLQuestionVars\KWTLQuestionVars.php: '2024-06-30'
conf[]: akey: debugKWTLQuestionVars, =dir, =url, KWTLQuestionVarsHidden
Array ( [debugKWTLQuestionVars] => true [=dir] => D:\Home\KiwiWiki\pmwiki\extensions/KWTLQuestionVars [=url] => https://kiwiwiki.nz/pmwiki/extensions/KWTLQuestionVars [KWTLQuestionVarsHidden] => hidden )

pmwikiinfo.php

pmwikiinfo.php

<hr>D:\Home\KiwiWiki\pmwiki\extensions\PmWikiInfo\PmWikiInfo.php: '2024-09-10'
conf[]: akey: debugKWTLQuestionVars, debugPmWikiInfo, stylesPmWikiInfo, =dir, =url
Array ( [debugKWTLQuestionVars] => [debugPmWikiInfo] => false [stylesPmWikiInfo] => [=dir] => D:\Home\KiwiWiki\pmwiki\extensions/PmWikiInfo [=url] => https://kiwiwiki.nz/pmwiki/extensions/PmWikiInfo )

PmWiki Info markup: '/\(:pmwikiinfo(.*)?:\)/i'

Getting cache for Site.LocalTemplates, gallery-trail 2

Getting cache for Site.LocalTemplates, gallery-trail 3

Getting cache for Site.LocalTemplates, gallery-trail 5

Getting cache for Site.LocalTemplates, gallery-trail 6

Caching gallery-trail 7 for Site.LocalTemplates

Getting cache for Site.LocalTemplates, gallery-trail 9

kwtlquestionvars\tlqvparsefilename()

kwtlquestionvars\tlqvparsefilename()

theFilename: '"2014-01-24 14.55.18 P1000155 Simon - hot pools complex"'
theDate: '"2014-01-24"; "14.55.18 P1000155 Simon - hot pools complex"'
theTime: '"14.55.18"; "P1000155 Simon - hot pools complex"'
theDevice: '""; "P1000155 Simon - hot pools complex"'
theImageIdentifier: '"P1000155"; "Simon - hot pools complex"'
thePhotographer: '"Simon"; "hot pools complex"'
thePanoramaSignifier: '""; "hot pools complex"'
theJunk: '""; "hot pools complex"'
theSuffix: '""; "hot pools complex"'
theFilename: '"2016-02-25 11.15.56 P1000466 Simon - in the An'nupuri trees P3"'
theDate: '"2016-02-25"; "11.15.56 P1000466 Simon - in the An'nupuri trees P3"'
theTime: '"11.15.56"; "P1000466 Simon - in the An'nupuri trees P3"'
theDevice: '""; "P1000466 Simon - in the An'nupuri trees P3"'
theImageIdentifier: '"P1000466"; "Simon - in the An'nupuri trees P3"'
thePhotographer: '"Simon"; "in the An'nupuri trees P3"'
thePanoramaSignifier: '"P3"; "in the An'nupuri trees"'
theJunk: '""; "in the An'nupuri trees"'
theSuffix: '""; "in the An'nupuri trees"'
theFilename: '"2018-01-28 08.34.15_HDR LG6 Simon - Chamonix statue of Balmat and Saussure"'
theDate: '"2018-01-28"; "08.34.15_HDR LG6 Simon - Chamonix statue of Balmat and Saussure"'
theTime: '"08.34.15"; "LG6 Simon - Chamonix statue of Balmat and Saussure"'
theDevice: '"LG6"; "Simon - Chamonix statue of Balmat and Saussure"'
theImageIdentifier: '""; "Simon - Chamonix statue of Balmat and Saussure"'
thePhotographer: '"Simon"; "Chamonix statue of Balmat and Saussure"'
thePanoramaSignifier: '""; "Chamonix statue of Balmat and Saussure"'
theJunk: '""; "Chamonix statue of Balmat and Saussure"'
theSuffix: '""; "Chamonix statue of Balmat and Saussure"'
theFilename: '"2011-01-26 12.45.39 P1020036 Simon Bazza"'
theDate: '"2011-01-26"; "12.45.39 P1020036 Simon Bazza"'
theTime: '"12.45.39"; "P1020036 Simon Bazza"'
theDevice: '""; "P1020036 Simon Bazza"'
theImageIdentifier: '"P1020036"; "Simon Bazza"'
thePhotographer: '"Simon"; "Bazza"'
thePanoramaSignifier: '""; "Bazza"'
theJunk: '""; "Bazza"'
theSuffix: '""; "Bazza"'
theFilename: '"2013-04-24 09.53.58 P1020106 Philip - Lichen in the Waiheke River"'
theDate: '"2013-04-24"; "09.53.58 P1020106 Philip - Lichen in the Waiheke River"'
theTime: '"09.53.58"; "P1020106 Philip - Lichen in the Waiheke River"'
theDevice: '""; "P1020106 Philip - Lichen in the Waiheke River"'
theImageIdentifier: '"P1020106"; "Philip - Lichen in the Waiheke River"'
thePhotographer: '"Philip"; "Lichen in the Waiheke River"'
thePanoramaSignifier: '""; "Lichen in the Waiheke River"'
theJunk: '""; "Lichen in the Waiheke River"'
theSuffix: '""; "Lichen in the Waiheke River"'
theFilename: '"2015-02-11 09.00.00 Panorama Simon - Hakuba 47 base_stitch"'
theDate: '"2015-02-11"; "09.00.00 Panorama Simon - Hakuba 47 base_stitch"'
theTime: '"09.00.00"; "Panorama Simon - Hakuba 47 base_stitch"'
theDevice: '""; "Panorama Simon - Hakuba 47 base_stitch"'
theImageIdentifier: '"Panorama"; "Simon - Hakuba 47 base_stitch"'
thePhotographer: '"Simon"; "Hakuba 47 base_stitch"'
thePanoramaSignifier: '""; "Hakuba 47 base_stitch"'
theJunk: '""; "Hakuba 47 base"'
theSuffix: '"stitch"; "Hakuba 47 base"'
(+1226)
Trips.2016-02-22 Niseko2024 Nov 11 17:24skiwilink (+0)
Test.Simple Recipe Template2024 Nov 11 17:22skiwilink (+10)
Snow.Whakapapa2024 Nov 11 06:37skiwifix link (-35)
Test Extensions.Pm Wiki Info2024 Nov 04 19:40skiwifix link (+71)
Trips.Recent Uploads2024 Nov 02 06:51  
Trips.2024-09-28 Huxley Otamatapaio, Day 052024 Oct 31 19:56skiwinew (-35)

#simplename

Simple bullet list of spaced page names, without the Group name.

>>comment<<
[[#simplename]]
* [[({=$Group}/){=$Namespaced}]]
[[#simplenameend]]
>>smaller<<

(:pagelist group=Site fmt=#simplename list=normal count=8:)

#simpletitle

Simple bullet list of page titles, without the Group name.

>>comment<<
[[#simpletitle]]
* [[{=$Group}/{=$Name} | {=$Titlespaced}]]
[[#simpletitleend]]
>>smaller<<

(:pagelist group=Site fmt=#simpletitle list=normal count=8:)

#sitemap

Site map? showing number of pages

>>comment<<
[[#sitemap]]
(:template first {=$Group}:)
[[#{=$Group}]]
!!! [[{=$Groupspaced}/]] [--((:pagelist fmt=count group={=$Group} list=normal:) pages)--] [-&nbsp;{{=$Group}/$:Summary} -]
(:template each:)
(:if ! equal {=$Name} {$DefaultName} :)
-< [[{=$Group}/{=$Name}|{=$Titlespaced}]] [-&nbsp;{=$:Summary} -]
(:ifend:)
[[#sitemapend]]
>>smaller<<

(:pagelist group={$Group} fmt=#sitemap list=normal count=12:)

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

{=$Groupspaced}? (0 pages)  {{=$Group}/$:Summary}

(:template each:)

{=$Titlespaced}?  {=$:Summary}

Site (24 pages)  Website configuration

Edit Form  contains the edit page layout form
Edit Quick Reference  quick reference for editing pages
Footer  Website page footer
Header  Wiki website page header
Image Template  Thumblist image template
Inter Map  InterMap link definition to other wikis, directories, and protocols
Old Website configuration  Website configuration

#titlename

Outputs wiki page titles with spaces between the words in the title.

>>comment<<
[[#titlename]]
(:if equal "{=$Title}" "Home Page":)
[[{=$FullName} | {=$Groupspaced}]]
(:else:)
[[{=$FullName} | {=$Titlespaced}]]
(:ifend:)
[[#titlenameend]]
>>smaller<<

(:pagelist group=Site fmt=#titlename list=normal count=8:)

#titlespaced

Outputs wiki page titles with spaces between the words in the title.

>>comment<<
[[#titlespaced]]
-< [[{=$FullName} | {=$Titlespaced}]]
[[#titlespacedend]]
>>smaller<<

(:pagelist group=Site fmt=#titlespaced list=normal count=8:)

#titlesummary

A simple bullet list of page title and summary.

>>comment<<
[[#titlesummary]]
(:template each:)
(:if equal "{=$Title}" "Home Page":)
* [[{=$FullName} | {=$Groupspaced}]] [-&nbsp;{=$:Summary}-]
(:else:)
* [[{=$FullName} | {=$Titlespaced}]] [-&nbsp;{=$:Summary}-]
(:ifend:)
[[#titlesummaryend]]
>>smaller<<

(:pagelist group=Site fmt=#titlesummary list=normal count=8:)

(:template each:)

Based on original at https://kiwiwiki.nz/pmwiki/pmwiki.php/Administration/ Please make changes to the original

tahi Page last modified on 2024 Jun 03 09:14

Edit - History - Recent Changes - WikiHelp - Search - email page as link -> mailto:?Subject="KiwiWiki: Local Templates"&Body=