Jump to content

Edniwunga stær "Module:Lua banner"

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (nu) = difference with latest revision, (ær) = difference with preceding revision, ly = minor edit.

29 Haligmonað 2024

  • nuær 22:1122:11, 29 Haligmonað 2024 Rylesbourne motung adihtunge 3,908 lytelbitena +3,908 Nīwe tramet: -- 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) local...