2012-05-26: Because of issues the with source code management for MediaWiki extensions, no exports of translations can be made at the moment.
Our apologies. All your translations will of course be updated as soon as the issue is resolved. (Other news...)
User:Siebrand/queries
From translatewiki.net
All authors on MediaWiki namespace
select user.user_name from revision,page,user where page_id = rev_page and rev_user = user_id and page_namespace = '8' group by rev_user;