Changes
Jump to navigation
Jump to search
if statement.mainsnak.datavalue ~= nil then if statement.mainsnak.datavalue.value['numeric-id'] == qid then return true end end
dont throw script errors on novalue or somevalue
if item.claims[property] ~= nil then
for _, statement in pairs ( item.claims[property] ) do
end
end