User:Steel359/Protection js
Appearance
2021 Update: Due to a procedural change at RFPP in 2021, the editing is now done at Wikipedia:Requests for page protection/Increase and the script no longer works. It's a very easy fix however, simply copy the code from User:Steel359/protection.js to your own subpage, and change the link at the top to have "/Increase" in the title. Example: User:Gfoley4/RFPP.js.
Current features
- Adds the Requests for page protection template responses to the sidebar for one click responses at WP:RFPP.
- Tag protected articles with those
{{pp-protected}}
templates that no-one can ever remember the names of in one click. - Adds a page protection version of ^demon's CSD AutoReason to the confirm protection page.
Installation
[edit]- Add the following to your monobook.js:
// [[User:Steel359/protection.js]] importScript('User:Steel359/protection.js');
Credit
[edit]Basic structure taken from WikiProject User scripts/Scripts/CloseAFD.js, regex from Eagle 101. Thanks to ^demon for letting me tear apart his autoreason script.