[pmwiki-users] Pagelist Newlines and Trailing Commas

DaveG pmwiki at solidgone.com
Sun May 20 08:43:02 CDT 2007


I'm trying to create a one-line list of recent group changes:
    MyGroup: pageA, pageB, pageC

I've created a template:
    [[#MRU_Group]][[{=$FullName}|+]], \
    [[#MRUend]]


And I use the template with a pagelist:
    [[{$Group}/{$DefaultName} | {$Groupspaced}]]:(:pagelist 
group={$Group} trail=Site.AllRecentChanges count=7 list=normal 
fmt=#MRU_Group:)

This produces something close to what I want:
    MyGroup:
    pageA, pageB, pageC,


Issue 1: I don't want the MyGroup on a separate line. I've tried every 
combination of "\" i can think of to keep the lines together. Why are 
the lines separating?

Issue 2: How do I prevent the trailing comma on the list of pages?

  ~ ~ Dave



More information about the pmwiki-users mailing list