User:Codename Noreste/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
+ some scripts, one was brought back. |
Update. |
||
| Line 2: | Line 2: | ||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterDiff.js&action=raw&ctype=text/javascript'); |
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterDiff.js&action=raw&ctype=text/javascript'); |
||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterTest.js&action=raw&ctype=text/javascript'); |
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterTest.js&action=raw&ctype=text/javascript'); |
||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2Fbatchtest-plus |
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2Fbatchtest-plus.js&action=raw&ctype=text/javascript'); |
||
importScript('MediaWiki:Gadget-AllInOne.js'); // Backlink: [[MediaWiki:Gadget-AllInOne.js]] |
importScript('MediaWiki:Gadget-AllInOne.js'); // Backlink: [[MediaWiki:Gadget-AllInOne.js]] |
||
if (typeof(p4js_all_in_one) === 'undefined') p4js_all_in_one = {}; |
if (typeof(p4js_all_in_one) === 'undefined') p4js_all_in_one = {}; |
||
| Line 12: | Line 12: | ||
// You can select these suffixes to append to your block and (revision) delete rationales. |
// You can select these suffixes to append to your block and (revision) delete rationales. |
||
p4js_all_in_one.suffixes = ["", " (bureaucrat action)", " <!-- Bureaucrat action, but can be changed as a steward action if necessary. -->"]; |
p4js_all_in_one.suffixes = ["", " (bureaucrat action)", " <!-- Bureaucrat action, but can be changed as a steward action if necessary. -->"]; |
||
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor |
|||
(function () |
|||
{ |
|||
var script = document.createElement('script'); |
|||
script.src = 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript'; |
|||
script.async = true; |
|||
document.getElementsByTagName('head')[0].appendChild(script); |
|||
} |
|||
) (); |
|||