|
add Test Extensions page
|
KWTL Question Vars
Category: Extensions
example
(:pagelist group=Trips fmt="Test/TTCTLQuestionVars#testcaption" list=normal count=2 wrap=none:)
| |
example
(:pagelist group=* fmt={$FullName}#testcaption list=normal count=1 wrap=none:)
| group=* name= count=1 order=random
|
example
(:pagelist group=* fmt=#testcaption list=normal count=4 wrap=none:)
| group=* name= count=4 order=random
?x_ttccaption
?x_ttctitle Filename = '2017-03-05 10.54.08 IMG_20170305_105408302 Simon - Morison Bush campsite'
?x_ttccaption
?x_ttctitle Filename = '2016-02-25 09.40.41 P1000444 Simon - on King Lift 4'
|
(:pagelist group={$Group} name={$Name} fmt=#testcaption wrap=none order=name count=111:)
| |
Messages
kwtlquestionvars.php
<hr>D:\Home\KiwiWiki\pmwiki\extensions\KWTLQuestionVars\KWTLQuestionVars.php: '2025-02-20'
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
)
kwtlquestionvars\tlqvparsefilename()
theFilename: '"2017-03-05 10.54.08 IMG_20170305_105408302 Simon - Morison Bush campsite"'
theDate: '"2017-03-05"; "10.54.08 IMG_20170305_105408302 Simon - Morison Bush campsite"'
theTime: '"10.54.08"; "IMG_20170305_105408302 Simon - Morison Bush campsite"'
theDevice: '""; "IMG_20170305_105408302 Simon - Morison Bush campsite"'
theImageIdentifier: '"IMG_20170305_105408302"; "Simon - Morison Bush campsite"'
thePhotographer: '"Simon"; "Morison Bush campsite"'
thePanoramaSignifier: '""; "Morison Bush campsite"'
theJunk: '""; "Morison Bush campsite"'
theSuffix: '""; "Morison Bush campsite"'
theFilename: '"2016-02-25 09.40.41 P1000444 Simon - on King Lift 4"'
theDate: '"2016-02-25"; "09.40.41 P1000444 Simon - on King Lift 4"'
theTime: '"09.40.41"; "P1000444 Simon - on King Lift 4"'
theDevice: '""; "P1000444 Simon - on King Lift 4"'
theImageIdentifier: '"P1000444"; "Simon - on King Lift 4"'
thePhotographer: '"Simon"; "on King Lift 4"'
thePanoramaSignifier: '""; "on King Lift 4"'
theJunk: '""; "on King Lift 4"'
theSuffix: '""; "on King Lift 4"'
theFilename: '"2016-02-26 16.42.56 P1000502 Simon - Don't Blink course Q1"'
theDate: '"2016-02-26"; "16.42.56 P1000502 Simon - Don't Blink course Q1"'
theTime: '"16.42.56"; "P1000502 Simon - Don't Blink course Q1"'
theDevice: '""; "P1000502 Simon - Don't Blink course Q1"'
theImageIdentifier: '"P1000502"; "Simon - Don't Blink course Q1"'
thePhotographer: '"Simon"; "Don't Blink course Q1"'
thePanoramaSignifier: '"Q1"; "Don't Blink course"'
theJunk: '""; "Don't Blink course"'
theSuffix: '""; "Don't Blink course"'
theFilename: '"2022-03-11 09.26.18 LG6 Simon - Brian on benched track to Hamers Flat"'
theDate: '"2022-03-11"; "09.26.18 LG6 Simon - Brian on benched track to Hamers Flat"'
theTime: '"09.26.18"; "LG6 Simon - Brian on benched track to Hamers Flat"'
theDevice: '"LG6"; "Simon - Brian on benched track to Hamers Flat"'
theImageIdentifier: '""; "Simon - Brian on benched track to Hamers Flat"'
thePhotographer: '"Simon"; "Brian on benched track to Hamers Flat"'
thePanoramaSignifier: '""; "Brian on benched track to Hamers Flat"'
theJunk: '""; "Brian on benched track to Hamers Flat"'
theSuffix: '""; "Brian on benched track to Hamers Flat"'
theFilename: '"day05-030-dsc00448-jrs"'
theDate: '""; "day05-030-dsc00448-jrs"'
theTime: '""; "day05-030-dsc00448-jrs"'
theDevice: '""; "day05-030-dsc00448-jrs"'
theImageIdentifier: '""; "day05-030-dsc00448-jrs"'
thePhotographer: '""; "day05-030-dsc00448-jrs"'
thePanoramaSignifier: '""; "day05-030-dsc00448-jrs"'
theJunk: '""; "day05-030-dsc00448-jrs"'
theSuffix: '""; "day05-030-dsc00448-jrs"'
theFilename: '"2018-03-31 13.05.35 P1010226 Brian - Simon lunching in Punga Hut"'
theDate: '"2018-03-31"; "13.05.35 P1010226 Brian - Simon lunching in Punga Hut"'
theTime: '"13.05.35"; "P1010226 Brian - Simon lunching in Punga Hut"'
theDevice: '""; "P1010226 Brian - Simon lunching in Punga Hut"'
theImageIdentifier: '"P1010226"; "Brian - Simon lunching in Punga Hut"'
thePhotographer: '"Brian"; "Simon lunching in Punga Hut"'
thePanoramaSignifier: '""; "Simon lunching in Punga Hut"'
theJunk: '""; "Simon lunching in Punga Hut"'
theSuffix: '""; "Simon lunching in Punga Hut"'
#testcaption
display a random image
>>comment<<
[[#testcaption]]
(:template default order=random count=1 group=Trips if="attachments" list=normal:)
(:template first:)
!!!! group={$$group} name={$$name} count={$$count} order={$$order}
(:template each:)
!!!!! [[{=$FullName}]]
(:thumblist captionfmt="?x_ttccaption?n?n?x_ttctitle?nFilename = '?i'" titlefmt="?x_ttctitle" {=$FullName} px=20 link=2 order={$$order} order2=name count=1:)
[[#testcaptionend]]
>><<
(:pagelist fmt=#testcaption list=normal count=8 px=32:)
|
(:template default order=random count=1 group=Trips if="attachments" list=normal:)
(:template first:)
group={$$group} name={$$name} count={$$count} order={$$order}
(:template each:)
group=Trips name= count=8 order=random
?x_ttccaption
?x_ttctitle Filename = '2016-02-26 16.42.56 P1000502 Simon - Don't Blink course Q1'
?x_ttccaption
?x_ttctitle Filename = '2022-03-11 09.26.18 LG6 Simon - Brian on benched track to Hamers Flat'
?x_ttccaption
?x_ttctitle Filename = 'day05-030-dsc00448-jrs'
?x_ttccaption
?x_ttctitle Filename = '2018-03-31 13.05.35 P1010226 Brian - Simon lunching in Punga Hut'
|
|