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

            Bug ID: 66893
           Summary: VisualEditor: mw.Title invocations for template titles
                    should use template namespace as default namespace
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Technical Debt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Right now we have things like mw.Title.newFromText( template ); , while really
that should use something like mw.Title.newFromText( template, 10 ); or
whatever. This is probably fine in practice, but theoretically matters is
NS_MAIN and NS_TEMPLATE have different capitalization settings.

We also currently render the titles of {{foo}} (which points to Template:Foo,
renders as Foo) and {{:foo}} (which points to Foo, also renders as Foo) the
same, we should fix that.

-- 
You are receiving this mail because:
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