Module:sandbox/getProps
Revision as of 01:00, 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)
return mw.wikibase.entity:getProperties ('Q4896')
end
return p