Am Donnerstag, 25. Januar 2007 19:37 schrieb Patrick R. Michaud: > On Thu, Jan 25, 2007 at 06:26:27PM +0100, noskule wrote: > > hi list > > I try to build a pagelist with all pages that have the category "Tips und > > Tricks" AND "Beginner", so I try the following: > > > > (:pagelist link=Category.TipsUndTricks,Category.Beginner list=normal > > fmt=#simple:) > > > > this seams not to work. I get a list of all pages in the wiki. > > At present the link= option doesn't understand a list of pages, > it only works for a single page. I'm planning to change this, > but I don't have an estimate for when that will happen. > > There's also some ambiguity about how this should work. Some people > would expect the link= option above to show pages in either category, > while you seem to be requesting only those pages that are in both > categories. We might need to resolve that sort of confusion.
yes, there could be a syntax like category1,category2,category3 -> one or more of the list category1,category2,+category3 -> must contain category3 category1,category2,-category3 -> dont contain category3 ore somthing like that . . . > > At any rate, you may still be able to achieve the effect you're > looking for by using a search term: > > (:pagelist link=Category.TipsUndTricks "Category.Beginner" > list=normal fmt=#simple:) > > should find all of those pages in the TipsUndTricks category > that also contain "Category.Beginner" somewhere (the targets are > searched as well as the page text). > > Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
