Module:PlayerIMG: Revision history

Jump to navigation Jump to search

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.

11 February 2024

  • curprev 17:3117:31, 11 February 2024upgradewastaken#0 talk contribs 776 bytes +776 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) =..."