All public logs

Jump to navigation Jump to search

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

Logs
  • 17:31, 11 February 2024 upgradewastaken#0 talk contribs created page Module:PlayerIMG (Created page with "local p = {} --p stands for package local fileModule = require("Module:FileExists") --1: IGN 2: TYPE 3: VARIANT 4: SIZE function p.template( frame ) local ign = frame.args[1] local typeIMG = string.lower(frame.args[2]) local variant = string.lower(frame.args[3]) local size = "225px" if frame.args[4] ~= nil then size = frame.args[4] elseif typeIMG == "small" then size = "20px" end if typeIMG == "small" then typeIMG = "" end if string.sub(variant, 1, 1) =...")