All public logs

From Eco - English Wiki

Combined display of all available logs of Eco - English Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:57, 6 June 2023 LetterN talk contribs created page Module:Item (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...")