시스템 메시지 목록
보이기
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다.
미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화나 translatewiki.net에 참가해주세요.
| 이름 | 기본 메시지 글 |
|---|---|
| 현재 문자열 | |
| apihelp-query+linterrors-param-namespace (토론) (번역) | 지정된 이름공간의 린트 오류만 포함합니다 |
| apihelp-query+linterrors-param-pageid (토론) (번역) | 특정 문서 ID의 린트 오류만 포함합니다 |
| apihelp-query+linterrors-param-title (토론) (번역) | Only include lint errors from the specified page title |
| apihelp-query+linterrors-summary (토론) (번역) | 린트 오류 목록을 가져옵니다 |
| apihelp-query+linterstats-example-1 (토론) (번역) | Get number of lint errors in each category |
| apihelp-query+linterstats-summary (토론) (번역) | Get number of lint errors in each category |
| apihelp-query+logevents-example-simple (토론) (번역) | List recent log events. |
| apihelp-query+logevents-param-action (토론) (번역) | Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/). |
| apihelp-query+logevents-param-end (토론) (번역) | The timestamp to end enumerating. |
| apihelp-query+logevents-param-ids (토론) (번역) | Filter entries to those matching the given log ID(s). |
| apihelp-query+logevents-param-limit (토론) (번역) | How many total event entries to return. |
| apihelp-query+logevents-param-namespace (토론) (번역) | Filter entries to those in the given namespace. |
| apihelp-query+logevents-param-prefix (토론) (번역) | Filter entries that start with this prefix. |
| apihelp-query+logevents-param-prop (토론) (번역) | 얻고자 하는 속성: |
| apihelp-query+logevents-param-start (토론) (번역) | The timestamp to start enumerating from. |
| apihelp-query+logevents-param-tag (토론) (번역) | Only list event entries tagged with this tag. |
| apihelp-query+logevents-param-title (토론) (번역) | Filter entries to those related to a page. |
| apihelp-query+logevents-param-type (토론) (번역) | Filter log entries to only this type. |
| apihelp-query+logevents-param-user (토론) (번역) | Filter entries to those made by the given user. |
| apihelp-query+logevents-paramvalue-prop-comment (토론) (번역) | Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
| apihelp-query+logevents-paramvalue-prop-details (토론) (번역) | Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned. |
| apihelp-query+logevents-paramvalue-prop-ids (토론) (번역) | 로그 이벤트의 ID를 추가합니다. |
| apihelp-query+logevents-paramvalue-prop-parsedcomment (토론) (번역) | Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
| apihelp-query+logevents-paramvalue-prop-tags (토론) (번역) | Lists tags for the log event. |
| apihelp-query+logevents-paramvalue-prop-timestamp (토론) (번역) | Adds the timestamp for the log event. |
| apihelp-query+logevents-paramvalue-prop-title (토론) (번역) | Adds the title of the page for the log event. |
| apihelp-query+logevents-paramvalue-prop-type (토론) (번역) | 로그 이벤트의 유형을 추가합니다. |
| apihelp-query+logevents-paramvalue-prop-user (토론) (번역) | Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
| apihelp-query+logevents-paramvalue-prop-userid (토론) (번역) | Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
| apihelp-query+logevents-summary (토론) (번역) | 기록에서 이벤트를 가져옵니다. |
| apihelp-query+mystashedfiles-example-simple (토론) (번역) | Get the filekey, file size, and pixel size of files in the current user's upload stash. |
| apihelp-query+mystashedfiles-param-limit (토론) (번역) | 가져올 파일의 개수입니다. |
| apihelp-query+mystashedfiles-param-prop (토론) (번역) | Which properties to fetch for the files. |
| apihelp-query+mystashedfiles-paramvalue-prop-size (토론) (번역) | 파일 크기와 이미지 크기를 가져옵니다. |
| apihelp-query+mystashedfiles-paramvalue-prop-type (토론) (번역) | 파일의 MIME 유형과 미디어 유형을 가져옵니다. |
| apihelp-query+mystashedfiles-summary (토론) (번역) | Get a list of files in the current user's upload stash. |
| apihelp-query+pagepropnames-example-simple (토론) (번역) | Get first 10 property names. |
| apihelp-query+pagepropnames-param-limit (토론) (번역) | 반환할 이름의 최대 수. |
| apihelp-query+pagepropnames-summary (토론) (번역) | 위키에서 사용 중인 모든 문서 속성 이름을 나열합니다. |
| apihelp-query+pageprops-example-simple (토론) (번역) | Get properties for the pages <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>. |
| apihelp-query+pageprops-param-prop (토론) (번역) | Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property. |
| apihelp-query+pageprops-summary (토론) (번역) | 문서 내용에 정의된 다양한 문서 속성을 가져옵니다. |
| apihelp-query+pageswithprop-example-generator (토론) (번역) | Get additional information about the first 10 pages using <code>__NOTOC__</code>. |
| apihelp-query+pageswithprop-example-simple (토론) (번역) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
| apihelp-query+pageswithprop-param-dir (토론) (번역) | 정렬 순서 |
| apihelp-query+pageswithprop-param-limit (토론) (번역) | 나타낼 문서의 최대 수입니다. |
| apihelp-query+pageswithprop-param-prop (토론) (번역) | 포함할 정보: |
| apihelp-query+pageswithprop-param-propname (토론) (번역) | Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). |
| apihelp-query+pageswithprop-paramvalue-prop-ids (토론) (번역) | 페이지 ID를 추가합니다. |
| apihelp-query+pageswithprop-paramvalue-prop-title (토론) (번역) | 문서의 제목과 이름공간 ID를 추가합니다. |