Module:GuyPerfect

From Inkipedia, the Splatoon wiki
Revision as of 01:00, 16 April 2021 by GuyPerfect (talk | contribs)

Documentation for this module may be created at Module:GuyPerfect/doc

local GAMES = {
    S  = "Splatoon",
    S2 = "Splatoon 2"
}

return {
    gear = function(frame)
        local game     = frame.args[1]
        local category = frame.args[2]
        local name     = frame.args[3]
        local color    = frame:expandTemplate
            { title = "SiteColor", args = { GAMES[game] } }

        ret = ret .. "</div></div>"
        return ret
    end
}