Module:Lua banner: Revision history

Jump to navigation Jump to search

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.

22 February 2022

  • curprev 19:3119:31, 22 February 2022Procurator-Imperii-Romani talk contribsm 3,904 bytes 0 1 revision imported undo
  • curprev 15:5615:56, 22 February 2022Procurator-Imperii-Romani talk contribs 3,904 bytes +3,904 Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)..." undo

10 December 2021