모듈:Curry 편집하기
Hsl0 (토론 | 기여)님의 2023년 8월 26일 (토) 19:05 판 (새 문서: function tfnew(source) return function(args) return mw.getCurrentFrame():preprocess(mw.text.decode(mw.text.unstripNoWiki(source)):gsub("{{{%f[^{](.-)}}}", function(exp) local group = mw.text.split(exp, "|") return args and args[tonumber(group[1]) or group[1]] or group[2] or '{{{' .. exp .. '}}}' end)) end end return setmetatable({}, { __index = function(tbl, source) return function(frame) local func = tfnew(source) return func(frame.args) end end }))
지금 옛날 버전의 문서를 고치고 있습니다. 이것을 저장하면 최근에 편집된 부분이 사라질 수 있습니다.