Module:Infobox country: Difference between revisions

From Runnina
Jump to navigation Jump to search
Created page with "local p = {} function p.main(frame) return "Infobox module is working." end return p"
 
(No difference)

Latest revision as of 06:12, 9 July 2025

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