Wikimedia
Support fragments in getUrl() of mw.Title
See https://phabricator.wikimedia.org/T103715
Currently getUrl() of mw.Title does not support fragments.
new mw.Title( 'Title Ä#Fragment Ä' ).getUrl( { useskin: 'vector' } )
evaluates to /wiki/Title_%C3%84?useskin=vector
.
Expected result: /wiki/Title_%C3%84?useskin=vector#Fragment_.C3.A4
NOTE: This task cannot be claimed or worked on until https://codein.withgoogle.com/dashboard/tasks/5656198728646656/ is resolved!
Task tags
Students who completed this task
unicornisaurous