Module:Sandbox: Difference between revisions

From Minecraft JE Data
Jump to navigation Jump to search
(Created page with "local p = {}; function p.test(frame) local qid = frame.args.qid; return mw.wikibase.getLabel(qid); end return p;")
(No difference)

Revision as of 18:07, 3 July 2022

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;