Jump to content

Մոդուլ:WikidataIB/nolinks

Վիքիպեդիայից՝ ազատ հանրագիտարանից

Documentation for this module may be created at Մոդուլ:WikidataIB/nolinks/doc

local p ={}

--[[
The values here are the Armenian sitelinks for items that should not be linked.
--]]
p.items = {}

--[[
This provides a convenient way to create a test whether an item is on the list.
--]]
p.itemsindex = {}
for i, v in ipairs(p.items) do
	p.itemsindex[v] = true
end

return p