Jump to content

Module:Sandbox/Cabayi

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cabayi (talk | contribs) at 08:20, 28 April 2016 (t). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

p.hansard = function(frame)
-- get from wikidata
local entity = mw.wikibase.getEntityObject()
local snaks = entity['claims']['P463']
-- |P463|1|mainsnak|datavalue|value|numeric-id
mw.wikibase.renderSnaks( snaks )
return snaks
end

return p