Documentation for this module may be created at Module:Sandbox/doc
local p = {}; function p.test(frame) local qid = frame.args.qid; return mw.wikibase.getLabel(qid); end return p;