https://bugzilla.wikimedia.org/show_bug.cgi?id=22911
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |need-review Component|Categories |Extension setup Product|MediaWiki |Wikimedia Summary|Default "sort key" for |Install |namespaces should be more |extension:SubpageSortkey on |customizable |wikibooks --- Comment #12 from Bawolff <[email protected]> 2011-09-28 22:18:53 UTC --- (In reply to comment #11) > 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...) Correct. So all that would need to be done for this bug is to get this extension reviewed and deployed on Wikibooks. -- 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
