Module:GameInputs: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 20:
-- Function to generate a `[[File:...]]` tag for the given file
local function getFileTag(fileName, size)
size = size or "12px20px" -- Default size if none is provided
return mw.text.tag("span", {
["class"] = "image",