模組:沙盒/逆襲的天邪鬼/test

local z = {}

function z.test( frame )
	return mw.text.nowiki(frame:preprocess(frame.args[1]))
end

return z