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

The background art comes from Cherylann1960.

All public logs

From The Codex

Combined display of all available logs of The Codex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:33, 30 January 2024 GiverOfThePeace talk contribs created page MediaWiki:Gadget-protectionLocks.js (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...")