模組:沙盒/Sunny00217/x1

维基百科,自由的百科全书
文档图示 模块文档[创建]
local p = {}

function p.void(frame)
	return frame.args[1]:gsub("\n","")
end

return p