Module:sandbox/getProps
Revision as of 01:15, 9 May 2016 by Morgan McKeehan (talk | contribs)
Documentation for this module may be created at Module:sandbox/getProps/doc
local p = {}
function p.getProps(frame)
local props = mw.wikibase.entity:getProperties (Q4940)
return props
end
return p