Module:Antarctic Union

From EarthMC
Revision as of 17:37, 18 October 2023 by upgradewastaken#0 (talk | contribs) (Created page with "local p = {} --p stands for package local ministers = {"Gris_"} function p.minister( frame ) local arg = frame.args[1] if arg == "pm" then return ministers[1] end end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is module is to edit every page ASAP without manually editing all. I did this module because I was bored manually editing every AU page.


local p = {} --p stands for package
local ministers = {"Gris_"}

function p.minister( frame )
    local arg = frame.args[1]
    if arg == "pm" then
        return ministers[1]
    end
end

return p