Jump to content

User:Steel359/Protection js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.
Can this script be improved? Please make suggestions on my talk page. – Steel

Installation

// [[User:Steel359/protection.js]]
importScript('User:Steel359/protection.js');

Credit

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.