User:DR/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
ce Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 191: | Line 191: | ||
default: |
default: |
||
statusText += friendlyGroups.slice(0, -1).join(", ") + |
statusText += friendlyGroups.slice(0, -1).join(", ") + |
||
" |
" and " + friendlyGroups[friendlyGroups.length - 1]; |
||
break; |
break; |
||
} |
} |
||
| Line 211: | Line 211: | ||
et + "'>" + UserinfoJsFormatDateRel(registration) + "</a>"; |
et + "'>" + UserinfoJsFormatDateRel(registration) + "</a>"; |
||
} else { |
} else { |
||
statusText += ", |
statusText += ", account" + userf + " created <a href='" + mw.config.get("wgScriptPath") + |
||
"/index.php?title=Special:ListUsers&limit=1&username=" + |
"/index.php?title=Special:ListUsers&limit=1&username=" + |
||
et + "'>" + UserinfoJsFormatDateRel(registration) + "</a>"; |
et + "'>" + UserinfoJsFormatDateRel(registration) + "</a>"; |
||
| Line 219: | Line 219: | ||
// Compteur du nombre d'éditions. |
// Compteur du nombre d'éditions. |
||
if(editcount !== null) { |
if(editcount !== null) { |
||
statusText += " |
statusText += " with " + |
||
"<a href=\"https://fr.vikidia.org/wiki/Spécial:Contributions/" + |
"<a href=\"https://fr.vikidia.org/wiki/Spécial:Contributions/" + |
||
encodeURIComponent(user.name) + "\">" + |
encodeURIComponent(user.name) + "\">" + |
||