Content deleted Content added
t |
t |
||
Line 5:
local entity = mw.wikibase.getEntity()
local out = {}
for
out[#out + 1] = "[[" .. mw.wikibase.sitelink("Q" .. v.mainsnak.datavalue.value["numeric-id"]) .. "]]"
end
|
t |
t |
||
Line 5:
local entity = mw.wikibase.getEntity()
local out = {}
for
out[#out + 1] = "[[" .. mw.wikibase.sitelink("Q" .. v.mainsnak.datavalue.value["numeric-id"]) .. "]]"
end
|