https://bugzilla.wikimedia.org/show_bug.cgi?id=46470
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy Priority|Unprioritized |Normal --- Comment #1 from Gabriel Wicke <[email protected]> --- This can be handled in the template handler (js/lib/ext.core.TemplateHandler.js). The key should be case-insensitive, and should support aliases. This is already partly handled in the TemplateHandler (search for translatedPrefix). A localized DEFAULTSORT call should also round-trip properly (preserving the original key and value. This will require adding some support for this in the WikitextSerializer. The expected output is described in http://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Category_default_sort_key. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
