Module:Sandbox

From Minecraft JE Data
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)
Jump to navigation Jump to search

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;