Mark soldier edit help text for mobile CSS hide
Use mw.util.getUrl for team links (short URLs)
Line 918: Line 918:


function teamHref(name) {
function teamHref(name) {
return '/index.php?title=' + encodeURIComponent('Team ' + name).replace(/%20/g, '_');
return mw.util.getUrl('Team ' + name);
}
}
function teamLink(name, label) {
function teamLink(name, label) {