Content deleted Content added
DemonDays64 (talk | contribs) Does htis work at all |
DemonDays64 (talk | contribs) Gave up on the basic thing, formatting |
||
Line 1:
// Make sure the utilities module is loaded (will only load if not already)
mw.loader.using('mediawiki.util', function () {
Line 12 ⟶ 6:
var modifiedPage;
var previousSummary;
//add a tab on the left
Line 58 ⟶ 51:
makeAndRunRegex(/(“|”)/g, '"');
▲ //‹Single guillemets›
▲ makeAndRunRegex(/(‹|›)/g, "'");
▲ //«Double guillemets»
▲ makeAndRunRegex(/(«|»)/g, '"');
doEdit();
setEditSummary("
showDiff();
}
|