Open main menu

Changes

Module:Authority control

77 bytes added, 17:58, 14 September 2013
dont throw script errors on novalue or somevalue
if item.claims[property] ~= nil then
for _, statement in pairs ( item.claims[property] ) do
if statement.mainsnak.datavalue ~= nil then if statement.mainsnak.datavalue.value['numeric-id'] == qid then return true end end
end
end
Anonymous user