模組:沙盒/a2569875/Module:Test

local p = {}
function p.test(frame)
	return "測試" .. mw.ustring.lower(frame.args["1"] or frame.args[1])
end
return p