Jump to content

Module:Link with country

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hohum (talk | contribs) at 19:41, 19 May 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {} 

function p.countrynames( frame )
local test = frame.args[1] .. ", " .. frame.args.property
    return test
end

return p