[pmwiki-users] Different Templates for $Group
Patrick R. Michaud
pmichaud at pobox.com
Sun Mar 20 18:16:08 CST 2005
On Mon, Mar 21, 2005 at 12:16:11AM +0100, Knut Alboldt wrote:
> Patrick R. Michaud schrieb:
> >On Thu, Mar 10, 2005 at 05:13:27PM -0500, Tom Holroyd wrote:
> > ... snip ...
> >stuff in the wiki itself. For example, one can generate a list
> >of editing-via-template items by using markup such as:
> >
> > * [[{$FullName}?action=edit&template=Group/SomeTemplate1]]
> > * [[{$FullName}?action=edit&template=Group/SomeTemplate2]]
> > * [[{$FullName}?action=edit&template=Group/SomeTemplate3]]
> >
>
> I tried to use this in a edit-specific SideBar (see another mail from
> Pm, text below)
Oops, FullName wasn't defined in stdmarkup.php. Fixed for 2.0.beta27.
> But when I create a new page, the edit-specific sidebar with the links
> above will be displayed but the "&template...." will be truncated from
> the link.
Oops, the link markup code doesn't handle &'s in arguments yet (they
get turned into & first). Also fixed for 2.0.beta27.
Pm
More information about the pmwiki-users
mailing list