Closed
Bug 770076
Opened 12 years ago
Closed 10 years ago
MDN prefix missing from wiki.mozilla.org interwiki table
Categories
(Websites :: wiki.mozilla.org, enhancement)
Websites
wiki.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
2014-Q4
People
(Reporter: info, Unassigned)
References
Details
(Whiteboard: [featurerequest][prod=2014-10-02])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120621 Firefox/14.0 SeaMonkey/2.11
Build ID: 20120621204936
Steps to reproduce:
On wiki.mozilla.org you can present links to Mozilla Developer Network pages using an "MDC" prefix, e.g. [[MDC:Developer Guide/Coding Style]] in https://wiki.mozilla.org/Gaia ; these "interwiki" links don't appear as external links with an arrow. But "MDC" is the obsolete term, it's now MDN, which the wiki doesn't support.
Actual results:
Edit a wiki page, try [[MDN:Developer Guide/Coding Style]], click [Show preview] , see that it doesn't work.
Expected results:
wiki.mozilla.org's interwiki map should support an MDN prefix as well as the outdated MDC. Note also bug 639114 to support a [[wikipedia:]] interwiki prefix, and there may be other useful ones.
https://wiki.mozilla.org/api.php?action=query&meta=siteinfo&siprop=interwikimap presents w.m.o's set of interwiki prefixes (only one item); details are at http://www.mediawiki.org/wiki/Interwiki
Comment 1•12 years ago
|
||
There's a MediaWiki extension that makes maintaining interwiki prefixes very easy:
https://www.mediawiki.org/wiki/Extension:Interwiki
I happen to be one of its developers.
Updated•11 years ago
|
Whiteboard: [featurerequest]
Updated•10 years ago
|
Severity: normal → enhancement
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•10 years ago
|
||
There is now an entry for MDN in the interwiki table:
https://wiki.mozilla.org/api.php?action=query&meta=siteinfo&siprop=interwikimap
Prefix is mdc, not mdn, however, so links need to be entered as:
[[mdc:Developer Guide/Coding Style]]
Is this sufficient, or do we want to change the prefix to mdn?
Comment 3•10 years ago
|
||
This bug is to add an additional 'mdn' entry. We'll keep the 'mdc' entry for legacy purposes.
Updated•10 years ago
|
Whiteboard: [featurerequest] → [featurerequest][prod=2014-10-02]
Comment 4•10 years ago
|
||
this has been added:
https://wiki.mozilla.org/Special:Log/interwiki
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → 2014-Q4
You need to log in
before you can comment on or make changes to this bug.
Description
•