On 22/06/07, Frederik Dohr fdg001@gmx.net wrote:
I want to transclude [[Special:Newpages]], but rather than the default Main namespace, I need it to return the results from a different namespace.
There's no consistent parameter handling for most includable special pages. In the case of Special:Newpages, the following should work:
{{Special:Newpages/namespace=XXX/limit=XXX}}
Rob Church