https://bugzilla.wikimedia.org/show_bug.cgi?id=22911

--- Comment #11 from [email protected] 2011-08-24 13:13:01 UTC ---
If I understood correctly, we could redefine the default sortkey for
wgContentNamespaces like this:
* On [[wikibooks:pt]], $wgSubpageSortkeyByNamespace[NS_MAIN] = '1..';
* On [[wikibooks:it]], $wgSubpageSortkeyByNamespace[NS_MAIN] = '-1';
* On [[wikibooks:es]], $wgSubpageSortkeyByNamespace[NS_MAIN] = '1,-1';
* On [[wikibooks:en]],
$wgSubpageSortkeyByNamespace[NS_MAIN] = '1..';
$wgSubpageSortkeyByNamespace[102] = '1..'; // Cookbook
$wgSubpageSortkeyByNamespace[110] = '1..'; // Wikijunior
(maybe also something else on this wiki, since [[wikibooks:Template:BookCat]]
has a #switch depending on namespace which seems to change the sortkey in other
specific cases...)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to