Tracking categories
Jump to navigation
Jump to search
This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the 미디어위키 namespace.
Tracking category | Message name | Category inclusion criteria |
---|---|---|
색인된 문서 | index-category | The page has a __INDEX__ on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn't be. |
색인에서 제외되는 문서 | noindex-category | The page is not indexed by robots because it has the magic word __NOINDEX__ on it and is in a namespace where that flag is allowed. |
중복된 인수를 사용한 틀의 호출을 포함한 문서 | duplicate-args-category | The page contains template calls that use duplicates of arguments, such as {{foo|bar=1|bar=2}} or {{foo|bar|1=baz}} . |
파서 함수 호출을 너무 많이 사용하는 문서 | expensive-parserfunction-category | The page uses too many expensive parser functions (like #ifexist ). See Manual:$wgExpensiveParserFunctionLimit. |
생략된 틀 변수를 포함한 문서 | post-expand-template-argument-category | The page is bigger than $wgMaxArticleSize after expanding a template argument (something in triple braces, like {{{Foo}}} ). |
사용한 틀의 크기가 지나치게 큰 문서의 목록 | post-expand-template-inclusion-category | The page size is bigger than $wgMaxArticleSize after expanding all the templates, so some templates were not expanded. |
숨은 분류 | hidden-category-category | The category contains __HIDDENCAT__ in its page content, which prevents it from showing up in the category links box on pages by default. |
깨진 파일 링크가 포함된 문서 | broken-file-category | The page contains a broken file link (a link to embed a file when the file does not exist). |
노드 횟수를 초과한 문서 | node-count-exceeded-category | The page exceeds the maximum node count. |
확장 깊이를 초과한 문서 | expansion-depth-exceeded-category | The page exceeds the maximum expansion depth. |
제목 표시가 무시된 문서 | restricted-displaytitle-ignored | The page has an ignored {{DISPLAYTITLE}} because it is not equivalent to the page's actual title. |
유효하지 않은, 스스로 닫는 HTML 태그를 사용하고 있는 문서 | deprecated-self-close-category | The page contains invalid self-closed HTML tags, such as <b/> or <span/> . The behavior of these will change soon to be consistent with the HTML5 specification, so their use in wikitext is deprecated. |
틀 루프가 있는 문서 | template-loop-category | The page contains a template loop, ie. a template which calls itself recursively. |
스크립트 오류가 있는 문서 | scribunto-common-error-category | There was an error when processing the modules included on the page. |
오류가 있는 Scribunto 모듈 | scribunto-module-with-errors-category | The module has an error in it. |