시스템 메시지 목록

미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화translatewiki.net에 참가해주세요.
시스템 메시지 목록
처음 문서이전 문서다음 문서마지막 문서
이름 기본 메시지 글
현재 문자열
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.
apihelp-query+logevents-paramvalue-prop-details (토론) (번역) Lists additional details about the log event.
apihelp-query+logevents-paramvalue-prop-ids (토론) (번역) 로그 이벤트의 ID를 추가합니다.
apihelp-query+logevents-paramvalue-prop-parsedcomment (토론) (번역) Adds the parsed comment of the log event.
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.
apihelp-query+logevents-paramvalue-prop-userid (토론) (번역) Adds the user ID who was responsible for the log event.
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 (토론) (번역) Fetch the file size and image dimensions.
apihelp-query+mystashedfiles-paramvalue-prop-type (토론) (번역) Fetch the file's MIME type and media type.
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>Main Page</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를 추가합니다.
apihelp-query+pageswithprop-paramvalue-prop-value (토론) (번역) Adds the value of the page property.
apihelp-query+pageswithprop-summary (토론) (번역) 제시된 문서 속성을 사용하는 모든 문서를 나열합니다.
apihelp-query+prefixsearch-example-simple (토론) (번역) Search for page titles beginning with <kbd>meaning</kbd>.
apihelp-query+prefixsearch-extended-description (토론) (번역) Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.
apihelp-query+prefixsearch-param-limit (토론) (번역) 반환할 결과의 최대 수
apihelp-query+prefixsearch-param-namespace (토론) (번역) 검색할 이름공간입니다. <var>$1search</var>이 유효한 이름공간 접두사로 시작하면 무시합니다.
apihelp-query+prefixsearch-param-offset (토론) (번역) Number of results to skip.
apihelp-query+prefixsearch-param-profile (토론) (번역) 검색 프로파일 사용
apihelp-query+prefixsearch-param-search (토론) (번역) 문자열 검색
apihelp-query+prefixsearch-summary (토론) (번역) 문서 제목에 대해 두문자 검색을 수행합니다.
apihelp-query+protectedtitles-example-generator (토론) (번역) Find links to protected titles in the main namespace.
apihelp-query+protectedtitles-example-simple (토론) (번역) List protected titles.
apihelp-query+protectedtitles-param-end (토론) (번역) Stop listing at this protection timestamp.
apihelp-query+protectedtitles-param-level (토론) (번역) Only list titles with these protection levels.
apihelp-query+protectedtitles-param-limit (토론) (번역) How many total pages to return.
apihelp-query+protectedtitles-param-namespace (토론) (번역) Only list titles in these namespaces.
apihelp-query+protectedtitles-param-prop (토론) (번역) Which properties to get:
처음 문서이전 문서다음 문서마지막 문서