Module:CountryAdjectiveDemonym/test
MyWikiBiz, Author Your Legacy — Monday September 01, 2025
Jump to navigationJump to searchDocumentation for this module may be created at Module:CountryAdjectiveDemonym/test/doc
local p = {} function p.hello( frame ) s = require ('Module:CountryNameDemonym').getCountryFromAdjective(frame) return s end return p