Module:Wd: Difference between revisions

Content deleted Content added
Fixed bug where calls to any function without any arguments caused an infinite loop
mNo edit summary
Line 1,236:
if not self.rawValue then
-- add <ref> tags with the reference's hash as its name (to deduplicate references)
value = mw.getCurrentFrame():extensionTag("ref", value, {name = "wikidata-" .. statement.hash})
end
else