Module:CountryAdjectiveDemonym/test
Documentation 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