Peter Blaise wrote : adding a link to Mediawiki:Sidebar, how to make a relative link to any namespace rather than a specific page URL? For instance, this works: ** special:allpages|Article index but how to show all TALK pages, for instance?
Alexis wrote: simply ...
{{SERVER}}{{localurl:Special:Allpages}}?&from=&namespace=1
... [and later] ... Oops, after some further testing, it seems that we all missed the easy one:
[[Special:Allpages/Talk:]]
(there is a semi-colon at the end), moreover,
[[Special:Allpages/Talk:Nn]]
will display only the discussion pages that are alphabetically after Nn (Nn being any character)
--
Peter Blaise responds:
THANK YOU, Alexis,
Wow, I am not worthy! I've been searching and reading about templates and variables at the scattered resources at MediaWiki.org and Wikipedia.org and Meta.MediaWiki.org and there is much power in those simple tools. Great exploration and simplification, and JUST what I was after!
Thank you!
- Peter Blaise
Hello,
howto allow all registered users only to work on discussions, not on the wiki-webpages? any config hint?
kind regards jens
On 19/06/07, Jens Vieler jens.vieler@fernuni-hagen.de wrote:
howto allow all registered users only to work on discussions, not on the wiki-webpages? any config hint?
$wgGroupPermissions['sysop']['editmain'] = true; $wgNamespaceProtection[NS_MAIN] = array( 'editmain' );
This still permits users to edit the project, help, etc. namespaces, but keeps them out of the article namespace.
Rob Church
mediawiki-l@lists.wikimedia.org