ProtectionLocks
Jump to navigation
Jump to search
protectionLocks is a gadget for wikis to display lock indicators on protected pages.
Installation instructions
Important
Remember, JavaScript can be used maliciously; please make sure you trust the source of any JS you're copying to your wiki! A protected namespace on the wiki.gg Support Wiki should be safe, but it's still a good idea to check the version history and make sure there aren't any suspect recent changes (e.g., if someone's account was compromised).
- You need to be a local/community admin on your wiki to follow these steps, since it involves editing pages in the MediaWiki namespace.
- Copy the source code to your wiki. This includes the contents of the following pages:
- Copy the contents of MediaWiki:Gadget-protectionLocks to your wiki. This is the translation string that will display when people look at information about the gadget, so you can modify it if needed.
- At MediaWiki:Gadgets-definition on your wiki, APPEND ONE of the following three options, depending on what config option you want.
* protectionLocks[ResourceLoader|default|hidden|type=general|dependencies=mediawiki.util]|protectionLocks.js
= it's available to everyone with no opt-out ability* protectionLocks[ResourceLoader|default|type=general|dependencies=mediawiki.util]|protectionLocks.js
= it's available to everyone but you can opt out in your user page* protectionLocks[ResourceLoader|type=general|dependencies=mediawiki.util]|protectionLocks.js
= by default it's not turned on, but you can turn it on in settings
- You may have to wait somewhere between 5 and 15 minutes at this time for server-side cache to update.
- Done! Make sure you cache refresh on your browser (Ctrl+F5) on the upload page to see changes.