[pmwiki-users] How can I define a wiki trail inside a wikipage using some kind of markup?

Patrick R. Michaud pmichaud at pobox.com
Sat Jun 16 09:54:36 CDT 2007


On Sat, Jun 16, 2007 at 05:32:07PM +0800, Martin Spindler wrote:
> Hi list,
> 
> I would like to do something like this in a wikipage:
> 
> --- snipplet of Singapore/MyFirstDay -------------------------------------
> 
> ...some content...
> (:wikitrail MyImagesOfTheFirstDay:)
> *[[Pics/Singapore-Image002]]
> *[[Pics/Singapore-Image005]]
> *[[Pics/Singapore-Image010]]
> (:wikitrailend:)
> ...more content...
> 
> --- end of snipplet 
> -------------------------------------------------------------
> 
> Then I would like to use this wikitrail as an input for my pagelist, e.g.
> 
> (:pagelist fmt=#MyPicturePageFormat 
> trail=Singapore.MyFirstDay&MyImagesOfTheFirstDay:)
> 
> Does anybody know, whether or how this could be done?

You can specify a trail as input to pagelist:

    (:pagelist trail=Singapore.MyFirstDay fmt=#MyPicturePageFormat:)

As yet there's not a way to use a trail in only a portion of
a page (nobody's needed it yet).  Pages tend to contain
just a single trail.

Pm



More information about the pmwiki-users mailing list