주요 공개 기록

IT 위키

IT 위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.

기록 목록
  • 2026년 9월 17일 (목) 11:41 2001:2d8:f217:6c93:752b:84eb:36a4:6e79 토론님이 모듈:Tracked 문서를 만들었습니다 (새 문서: require('strict') local getArgs = require('Module:Arguments').getArgs local p = {} -- Entry point when #invoke'ed by a template or wikipage. function p.main(frame) local args = getArgs(frame) return p._main(args) end -- Entry point when called from other Lua modules. function p._main(args) -- Check if the template provided a status local manual_status if args[2] ~= nil and args[2] ~= '' then manual_status = args[2] end -- Check if the template provided a tracker num...)