Main public logs
Jump to navigation
Jump to search
This is a combined display of all logs except the patrol, review, tag and thanks logs: :Who performed the action – enter their name without prefix under "Performer". :The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 02:10, 15 January 2022 Tachyony talk contribs created page Module:Arbcom election banner (Created page with "local messageBox = require('Module:Message box') local navbarModule = require('Module:Navbar') local p = {} -- Get constants. local lang = mw.language.getContentLanguage() local currentUnixDate = lang:formatDate('U') currentUnixDate = tonumber(currentUnixDate) local function err(msg) return mw.ustring.format('<b class="error">%s</b>', msg) end local function getUnixDate(date) local success, unixDate = pcall(lang.formatDate, lang, 'U', date) if success then retur...")