User:Codename Noreste/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
More configuration for all-in-one. |
+ wikEd, another change to the all-in-one suffixes I use. |
||
Line 10: | Line 10: | ||
} |
} |
||
// 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)"]; |
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); |
|||
} |
|||
) (); |