Module:Item: Revision history

From Eco - English Wiki

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.

6 June 2023

  • curprev 14:5714:57, 6 June 2023LetterN talk contribs 1,763 bytes +1,763 Created page with "local p = {} function p.item(f) local origArgs = f if f == mw.getCurrentFrame() then origArgs = f:getParent().args else f = mw.getCurrentFrame() end local args = {} for k,v in pairs(origArgs) do if type(k) == "string" then k = k:lower() end args[k] = v end local item = args[1] or args.item or args.i local alt = args[2] or item local link = args.link or item local nolink = args.nolink local title = item local imgsize = args.size or "21px" if not i..."