Jump to content

Module:Sandbox/Zyxw/test

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Zyxw (talk | contribs) at 18:52, 12 June 2018 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

function p.main(frame)

	return mw.wikibase.getEntityObject().id .. " [[File:Blue pencil.svg |frameless |text-top |10px |alt=Edit this at Wikidata |link=https://www.wikidata.org/wiki/" .. mw.wikibase.getEntityObject().id .. "#P856|Edit this at Wikidata]]"

end

return p