차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2024년 4월 9일 (화)

  • 최신이전 06:032024년 4월 9일 (화) 06:03젊은리버럴 토론 기여 15,636 바이트 +15,636 새 문서: 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...