[pmwiki-users] Parameters in Pagelists

Martin Fick mogulguy at yahoo.com
Fri Jul 14 22:31:56 CDT 2006


--- The Editor <editor at fast.st> wrote:
> I'm working on a fairly complex scheduling system
> for PmWiki but ran
> into a small snag.  Is there any way to send
> parameters to a pagelist
> template, such as the following:
> 
> (:pagelist fmt=#tasks group=Projects Date
> param1=begin param2=end:)

Actually, you can do this with the PageListExtensions
recipe!
http://pmwiki.org/wiki/Cookbook/PageListExtensions

You can play with this recipe here:
http://www.theficks.name/test/PageListExtensions/pmwiki.php?n=Test.PageListOption


> Enabling a custom pagelist like the following:
> 
> (:include {=$FullName}#param1#param2 :)

But it would look like this:

(:include {=$FullName}#{$$param1}#{$$param2} :)


-Martin


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




More information about the pmwiki-users mailing list