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
  • 15:30, 21 October 2023 upgradewastaken#0 talk contribs created page Module:ItemIMG (Created page with "local fileModule = require("Module:FileExists") local function capitalizeFirstLetter(input) local firstLetter = input:sub(1, 1) local restOfString = input:sub(2) return firstLetter:upper() .. restOfString:lower() end function p.getItemNameAndIMG( frame ) local arg = string.lower(frame.args[1]) local fileExists = fileModule.fileExists("File:"..arg) if fileExists then return "File:"..arg.."|25px]] "..capitalizeFirstLetter(arg) end return capitalizeFirstLette...")