I'm just getting aquainted with MediaWiki, so I appologize if I'm making a silly question, but:
How can I automate posting the top 10 entries from Special:Wantedpages in a table on my main page?
You can have a look at http://www.hackwurld.com/gwwiki to see what I have in place right now. I'd like the same thing, but with the (12 links) entry and automated so that I don't have to update the front page to keep it up to date.
Thanks, Emanuel
On 1/2/07, Emanuel Nordrum solers@gmail.com wrote:
I'm just getting aquainted with MediaWiki, so I appologize if I'm making a silly question, but:
How can I automate posting the top 10 entries from Special:Wantedpages in a table on my main page?
You can have a look at http://www.hackwurld.com/gwwiki to see what I have in place right now. I'd like the same thing, but with the (12 links) entry and automated so that I don't have to update the front page to keep it up to date.
Thanks, Emanuel -- "The best journalism is the first draft of history."
- John Pilger
http://www.xanga.com/legba _______________________________________________ Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
Try {{Special:Wantedpages/10}}.
On 03/01/07, Rory Stolzenberg rory096@gmail.com wrote:
Try {{Special:Wantedpages/10}}.
Query pages aren't inherited from IncludableSpecialPage, so that may not work. The user also wants their data in tabular format, which Wantedpages wouldn't output anyway.
At this stage, I would be inclined to recommend a parser hook extension...some of the code from SpecialWantedpages could probably be reused.
Rob Church
wikitech-l@lists.wikimedia.org