Hi, On 09/01/2009, Jan Steinman <[email protected]> wrote: > I hope this isn't a FAQ -- I did take the time to search through the > last year's worth of email, and a quick search of MediaWiki.org didn't > return anything obvious that didn't require an extension. > > Is there a way to include a listing of pages that are in a particular > Category? > > [[:Category:Xxx]] produces a link to the page Category:Xxx (of course) > > {{:Category:Xxx}} includes the text of the Category:Xxx page, but NOT > the listing of pages in category xxx. > > If this can only be done with an extension -- there seem to be a few > -- care to make a recommendation? All I want is the page titles, one > per line. >
Try DynamicPageList (DPL): http://www.mediawiki.org/wiki/DPL Works great for me. One remark though: when doing lots of fancy dynamic stuff on a small sized system the responsievness of the entire site can drop (solved it by adding a $wgJobRunRate = 0.25; to the LocalSettings, but YMMV). -- Regards, Jean-Marc -- ___ @@ // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
