Module:Sandbox/Zyxw/test
Appearance
< Module:Sandbox | Zyxw
local p = {}
function p.main(frame)
local entity = mw.wikibase.getEntityObject() or {}
local qid = entity.id or ''
if qid then
return ' [[File:Blue pencil.svg |frameless |text-top |10px |alt=Edit this at Wikidata |link=https://www.wikidata.org/wiki/' .. qid .. '#P856|Edit this at Wikidata]]'
else
return ''
end
end
return p