[pmwiki-users] pagelist q.

Patrick R. Michaud pmichaud at pobox.com
Tue May 1 09:29:28 CDT 2007


On Tue, May 01, 2007 at 04:21:15PM +0200, noskule wrote:
> hi list
> Is there a way to get a pagelist that shows pages that links to PageA 
> AND PageB
> 
>     (:pagelist name=CategoryA&CategoryB:)

To just list pages that contain the strings "CategoryA" and
"CategoryB", one can do:

    (:pagelist CategoryA CategoryB:)

If you're looking specifically for links to CategoryA and CategoryB,
that hasn't been implemented yet (but it's on my to-do list).
When implemented the syntax will be:

    (:pagelist links=+Category.CategoryA,+Category.CategoryB :)

Pm



More information about the pmwiki-users mailing list