Content deleted Content added
Mike Dillon (talk | contribs) m doesn't require User:Mike Dillon/Scripts/addlilink.js; uses addPortletLink |
Mike Dillon (talk | contribs) use i18n.js |
||
Line 1:
// Requires: [[User:Mike Dillon/Scripts/i18n.js]]
/* <pre><nowiki> */
/* Messages */
wfMsg("en", "purgeTabLabel", "Purge");
wfMsg("en", "purgeTabTitle", "Purge this page from the server cache");
wfMsg("en", "lastDiffTabLabel", "Last");
wfMsg("en", "lastDiffTabTitle", "Show differences between this version and the previous revision");
// Duplicate link tab from the top to the bottom of the content area
Line 35 ⟶ 44:
addTab(x.replace(/action=history/, "action=purge"),
addTab(x.replace(/action=history/, "diff=
});
|