[pmwiki-users] Page List Templates
Patrick R. Michaud
pmichaud at pobox.com
Wed Sep 5 19:34:31 CDT 2007
On Wed, Sep 05, 2007 at 08:19:25PM -0400, Josh Miller wrote:
>
> I'm trying to add &action=edit to create an edit link after a page in
> the PageList Templates like so:
> [...]
> *[[{=$Group}/{=$Name}]] [[{=$Group}/{=$Name}&action=edit|edit]]
>
> But my output is: Group.PageNameAmpActionEdit
>
> How do I include actions in the PageListTemplate?
Use a ? instead of a & to indicate parameters.
* [[{=$Group}/{=$Name}]] [[{=$FullName}?action=edit | edit ]]
Pm
More information about the pmwiki-users
mailing list