Module:WikidataCheck: Difference between revisions

no edit summary
(Undo revision 133689 by WikiDwarf (talk))
Tag: Undo
No edit summary
Line 24: Line 24:
return nil -- Using Wikidata
return nil -- Using Wikidata
end
end
local claims = entity.claims or {}
local hasProp = claims[property]
local hasProp = claims[property]
if not hasProp then -- no claim of that property
if not hasProp then -- no claim of that property