Module:Infobox country

From Runnina
Revision as of 06:12, 9 July 2025 by Administrator (talk | contribs) (Created page with "local p = {} function p.main(frame) return "Infobox module is working." end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local p = {}

function p.main(frame)
    return "Infobox module is working."
end

return p