Revision history of "Module:Arbcom election banner"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 02:10, 15 January 2022Tachyony talk contribs 8,475 bytes +8,475 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..."