Mòdul:Wikidata: diferència entre les revisions
Contingut suprimit Contingut afegit
Línia 1:
-- version
local p = {}
Línia 317:
if not property or not entity or not entity.claims then return end
if not mw.ustring.match(property, "^P%d+$") then
--
end
return entity.claims[property]
end
|