All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Church of God Knowledge Encyclopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:06, 20 July 2022 Kimjin0 talk contribs created page Module:Test (Created page with "local p = {} -- "Hello, World" 문자열을 반환하는 hello 함수 function p.hello(frame) return "Hello, world!" end -- 첫번째 파라미터와 두번째 파라미터를 더한 결과를 반환하는 sum 함수 function p.sum(frame) return frame.args[1] + frame.args[2] end -- hello함수와 sum 함수가 포함된 p 오브젝트 반환 return p")