모든 공개 기록

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

기록 목록
  • 2024년 4월 9일 (화) 06:03 젊은리버럴 토론 기여님이 모듈:Authority control 문서를 만들었습니다 (새 문서: require('strict') local p = {} local configfile = '모듈:Authority control/config' -- default configuation module local arg = mw.getCurrentFrame().args.config if arg and arg~='' then configfile = '모듈:Authority control/config/' .. arg end local config if mw.title.new(configfile).exists then config = mw.loadData(configfile) else return error('유효하지 않은 구성 파일',0) end local title = mw.title.getCurrentTitle() local namespace = title.namespace local testcases...)