siddharthvp / mwn

A JavaScript & TypeScript MediaWiki bot framework for Node.js
https://mwn.toolforge.org
GNU Lesser General Public License v3.0
47 stars 9 forks source link

Add protect method #6

Closed siddharthvp closed 4 years ago

siddharthvp commented 4 years ago

Given that MW API treats protection levels absolutely and not relatively, this will have to implemented a bit smartly to be useful. See https://en.wikipedia.org/wiki/MediaWiki:Gadget-morebits.js for hints: functions this.protect and fnProcessProtect.

siddharthvp commented 4 years ago

tracked on the projects board, closing