https://bugzilla.wikimedia.org/show_bug.cgi?id=45748
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low Severity|normal |minor --- Comment #1 from Brad Jorsch <[email protected]> --- The hard part being that normalizing {{foo}} to Template:Foo is easy, but denormalizing Template:Foo to every accepted case variation is not. It's not even particularly easy to know whether the character after the colon can be case-changed. And then we'd have to iterate over all of those variations, testing if each one exists. And ignore the question of what to do if more than one does. I think the best thing to do would probably be to just document more explicitly that the canonical title must be used in the sandbox. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
