On Mon, Dec 5, 2011 at 8:16 PM, Daniel Barrett <[email protected]> wrote: > I see these functions are gone in 1.18.0, and I'm happy to do things the > "right way"... so is there any documentation on using the QueryPage class > within an extension? Or an example that's outside of the core? > Not really, but you should be able to create a QueryPage subclass in an extension, set $wgSpecialPages['specialpagename'] = 'SpecialPageClass'; , add to $wgQueryPages (I forget the exact format there), and you should be all set.
Roan _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
