Module:Sandbox

Revision as of 18:07, 3 July 2022 by Bayugoon (talk | contribs) (Created page with "local p = {}; function p.test(frame) local qid = frame.args.qid; return mw.wikibase.getLabel(qid); end return p;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;