Difference between revisions of "Module:CountryAdjectiveDemonym/test"

MyWikiBiz, Author Your Legacy — Saturday September 06, 2025
Jump to navigationJump to search
(Pywikibot 6.4.0)
 
(No difference)

Latest revision as of 21:11, 15 July 2021

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