Module:Sandbox/Mmullie (WMF)/wb

Revision as of 11:31, 10 July 2019 by imported>Mmullie (WMF) (Created page with 'local p = {} function p.wb(frame) return mw.wikibase.getEntity( frame.args[1] ) end return p')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Mmullie (WMF)/wb/doc

local p = {}
function p.wb(frame)
    return mw.wikibase.getEntity( frame.args[1] )
end
return p