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:39, 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"]["mainsnak"]["datavalue"]["value"]["numeric-id"] 
-- |P463|1|mainsnak|datavalue|value|numeric-id
return snaks
end

return p