주요 공개 기록

IT 위키

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

기록 목록
  • 2026년 8월 4일 (화) 21:04 2001:2d8:f22b:13ae:b1fd:9f2f:fe2f:9dd 토론님이 모듈:Protect 문서를 만들었습니다 (새 문서: local function processResult(options, success, ...) if not success then local message = tostring(... or '(메시지 없음)') if options.removeLocation then message = string.gsub(message, '^(Module|모듈):[^:]+:%d+: ', '', 1) end return string.format(options.errFormat, message) end return ... end local function protect(func, errFormat, options) if type(errFormat) == 'table' then options = options or errFormat errFormat = nil end options = mw.clone(options)...)