01091: Pagelist default does not handle variable in trail

Summary: Pagelist default does not handle variable in trail
Created: 2009-04-22 04:02
Status: Closed - duplicate of 00986
Category: Bug
From: simon
Assigned:
Priority: 2
Version: 2.2.1
OS: n/a

Description: Pagelist defaults does not handle a trail containing a variable, viz

Does not work
>>comment<<
[[#recentlychanged]]
(:template defaults trail={$Group}.RecentChanges:)
(:template first:)
||width=* 
||!Page ||! Time||!By ||!Change ||
(:template each:)
||''[[{=$FullName} | {=$Groupspaced}.{=$Namespaced}]]'' || [[{=$FullName}?action=diff | {=$LastModified}]]||[[~{=$LastModifiedBy}]] ||{=$LastModifiedSummary} ||
[[#recentlychangedend]]
>>font-size:smaller<<

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

(:template defaults trail=PITS.RecentChanges:) (:template first:)

PageTimeByChange

(:template each:)

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

PageTimeByChange
PITS.01569September 24, 2026, at 09:52 pmgnuzooHow could I do this for audio? (+114)
PITS.01570September 23, 2026, at 02:52 pmPetkoThanks, Closed (+242)
PITS.01568September 16, 2026, at 06:48 amPetkoDefine image attributes in hash fragments like Media files (+568)
PITS.01567September 01, 2026, at 08:56 pmsimon(+356)

Works!
>>font-size:smaller<<

(:pagelist fmt=#recentlychanged count=4 trail={$Group}.RecentChanges:)
PageTimeByChange
PITS.01569September 24, 2026, at 09:52 pmgnuzooHow could I do this for audio? (+114)
PITS.01570September 23, 2026, at 02:52 pmPetkoThanks, Closed (+242)
PITS.01568September 16, 2026, at 06:48 amPetkoDefine image attributes in hash fragments like Media files (+568)
PITS.01567September 01, 2026, at 08:56 pmsimon(+356)

Works
>>comment<<
[[#recentlychanged2]]
(:template defaults trail=PITS.RecentChanges:)
(:template first:)
||width=* 
||!Page ||! Time||!By ||!Change ||
(:template each:)
||''[[{=$FullName} | {=$Groupspaced}.{=$Namespaced}]]'' || [[{=$FullName}?action=diff | {=$LastModified}]]||[[~{=$LastModifiedBy}]] ||{=$LastModifiedSummary} ||
[[#recentlychanged2end]]
>>font-size:smaller<<

(:pagelist fmt=#recentlychanged2 count=4:)

(:template defaults trail=PITS.RecentChanges:) (:template first:)

PageTimeByChange

(:template each:)

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

PageTimeByChange
PITS.01569September 24, 2026, at 09:52 pmgnuzooHow could I do this for audio? (+114)
PITS.01570September 23, 2026, at 02:52 pmPetkoThanks, Closed (+242)
PITS.01568September 16, 2026, at 06:48 amPetkoDefine image attributes in hash fragments like Media files (+568)
PITS.01567September 01, 2026, at 08:56 pmsimon(+356)

This entry is similar PITS:00986 (PageVariables substitution in pagelist's (:template defaults:) ). See also the comments from Pm there. --Petko May 08, 2009, at 12:06 AM