가리키는 글의 최근 바뀜

IT 위키

해당 문서에 연결된 문서의 변경사항을 확인하려면 문서 이름을 입력하십시오. (분류에 들어있는 문서를 보려면 분류:분류명으로 입력하십시오). 내 주시문서 목록에 있는 문서의 변경사항은 굵게 나타납니다.

최근 바뀜 설정최근 1 | 3 | 7 | 14 | 30일간의 50 | 100 | 250 | 500개 바뀐 문서 보기
등록된 사용자 숨기기 | 익명 사용자를 숨기기 | 내 편집 숨기기 | 보이기 | 사소한 편집 숨기기
2026년 9월 16일 (수) 08:37부터 시작하는 새로 바뀐 문서 보기
 
문서 이름:
약어 목록:
새글
새 문서 (새 문서 목록도 보세요)
잔글
사소한 편집
봇이 수행한 편집
(±123)
바이트 수로 표현한 문서 크기의 차이

2026년 9월 14일 (월)

2026년 9월 12일 (토)

2026년 9월 11일 (금)

     14:25  틀:전거 통제 차이역사 +45 2001:2D8:F193:6149:3CAB:CD51:418B:717B 토론
새글    14:24  모듈:Authority control/config 차이역사 +36,859 2001:2D8:F193:6149:3CAB:CD51:418B:717B 토론 (새 문서: require('strict') local p = {} p.auxiliary = 'Module:Authority control/auxiliary' p.i18n = { aclink = '전거 통제', ACmodule = '모듈:Authority control', attentioncat = '주의가 필요한 전거 통제 식별자가 포함된 문서', All_articles = '모든 위키백과 문서', allfaultycat = '잘못된 전거 통제 정보를 포함한 모든 위키백과 문서', Appears_as = '표시', -- used on documentation table to show example A...)
새글    14:13  모듈:Authority control 차이역사 +13,328 2001:2D8:F193:6149:3CAB:CD51:418B:717B 토론 (새 문서: require('strict') local p = {} local frame = mw.getCurrentFrame() local config_file = frame.args.config and frame.args.config~='' and ('/' .. frame.args.config) or '' local config = mw.loadData('Module:Authority control/config' .. config_file) local title = mw.title.getCurrentTitle() local namespace = title.namespace local testcases = title.subpageText == config.i18n.testcases local wikilink = function(target, label) return label and '' .. label .. '' or '...)
새글    11:42  틀:Ifempty 차이역사 +30 2001:2D8:F193:6149:3CAB:CD51:418B:717B 토론 (틀:If empty 문서로 넘겨주기) 태그: 새 넘겨주기
새글    09:39  틀:긴 항목 차이역사 +379 2001:2D8:F193:6149:3CAB:CD51:418B:717B 토론 (새 문서: <noinclude>{{#tag: code| </noinclude>{{#ifeq: {{{1|+}}} | {{{1|-}}} | <div style="}}display: inline-block; line-height: 1.2em; padding: .1em 0; {{#ifeq: {{{1|+}}} | {{{1|-}}} | {{{style|}}}">{{{1|}}}</div> | <includeonly>width: 100%;</includeonly> }}{{#if:{{{2|}}}|분류:2번 변수를 사용 중인 긴 항목 틀}}<noinclude> |lang=wikitext}} {{설명문서}} </noinclude>)
새글    09:39  틀:Longitem 차이역사 +32 2001:2D8:F193:6149:3CAB:CD51:418B:717B 토론 (틀:긴 항목 문서로 넘겨주기) 태그: 새 넘겨주기
새글    08:59  틀:Br 분리 기입 차이역사 +115 2001:2D8:F193:6149:3CAB:CD51:418B:717B 토론 (새 문서: {{<includeonly>safesubst:</includeonly>#invoke:br separated entries|main}}<noinclude> {{설명문서}} </noinclude>)
새글    08:59  모듈:Br separated entries 차이역사 +1,545 2001:2D8:F193:6149:3CAB:CD51:418B:717B 토론 (새 문서: local p = {} local function _main( args ) local sep = '<br />' local lastsep local t = {} for i, v in ipairs( args ) do table.insert( t, v ) if mw.ustring.match( v, '%S' ) then table.insert( t, sep ) lastsep = #t end end if lastsep then table.remove( t, lastsep ) end return table.concat( t ) end function p.main( frame ) local origArgs if frame == mw.getCurrentFrame() then --...)