View source for Module:Protection banner
MyWikiBiz, Author Your Legacy — Tuesday April 29, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-- This module implements {{pp-meta}} and its daughter templates such as
-- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}.
-- Initialise necessary modules.
require('Module:No globals')
local makeFileLink = require('Module:File link')._main
local effectiveProtectionLevel = require('Module:Effective protection level')._main
local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main
local yesno = require('Module:Yesno')
-- Lazily initialise modules and objects we don't always need.
local getArgs, makeMessageBox, lang
-- Set constants.
local CONFIG_MODULE = 'Module:Protection banner/config'
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
local function makeCategoryLink(cat, sort)
000
1:0
Templates used on this page:
- Template:Error (view source)
- Template:High-use (view source)
- Template:Lua (view source)
- Template:Module rating (view source)
- Template:Para (view source)
- Template:Protection templates (view source)
- Template:Tl (view source)
- Module:Protection banner/config (view source)
- Module:Protection banner/doc (view source)
- Module:Protection banner/documentation (view source)
- Module:Protection banner/documentation/config (view source)
Return to Module:Protection banner.