모듈:JSON/cmd

리버티게임, 모두가 만들어가는 자유로운 게임

이 모듈에 대한 설명문서는 모듈:JSON/cmd/설명문서에서 만들 수 있습니다

return setmetatable({}, {
	__index = function(t, action)
		return function(frame)
			return mw.text.jsonEncode({
				[action] = frame.args
			}) .. ","
		end
	end
})