The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu

The background art comes from Cherylann1960.

MediaWiki:Gadget-protectionLocks.js: Revision history

From The Codex

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 January 2024

  • curprev 16:3716:37, 30 January 2024GiverOfThePeace talk contribsm 1,865 bytes 0 Protected "MediaWiki:Gadget-protectionLocks.js" ([Edit=Allow only administrators] (indefinite))
  • curprev 16:3316:33, 30 January 2024GiverOfThePeace talk contribs 1,865 bytes +1,865 Created page with "// Code adopted from Minecraft Wiki ( https://minecraft.wiki/w/MediaWiki:Gadget-protectionLocks.js ) // Page protection indicators ;(function($, mw) { 'use strict'; const config = mw.config.get([ 'wgRestrictionEdit', 'wgIsMainPage', 'wgAction' ]); const protectionLevelData = config.wgRestrictionEdit; if ( // Null on nonexistent or special pages. Avoids a crash there. !protectionLevelData || config.wgIsMainPage || // No need to display the indicator when..."