Module:CountryAdjectiveDemonym/test

MyWikiBiz, Author Your Legacy — Monday September 30, 2024
< Module:CountryAdjectiveDemonym
Revision as of 21:11, 15 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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