Module:CountryAdjectiveDemonym/test

MyWikiBiz, Author Your Legacy — Monday June 10, 2024
Jump to navigationJump to search

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