시스템 메시지 목록

이동: 둘러보기, 검색

미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화translatewiki.net에 참가해주세요.

필터
수정 상태로 거르기:    
처음 문서
마지막 문서
이름 기본 메시지 글
현재 문자열
apihelp-login-param-domain (토론) (번역) 도메인 (선택).
apihelp-login-param-name (토론) (번역) 계정 이름.
apihelp-login-param-password (토론) (번역) 비밀번호.
apihelp-login-param-token (토론) (번역) Login token obtained in first request.
apihelp-logout-description (토론) (번역) Log out and clear session data.
apihelp-logout-example-logout (토론) (번역) Log the current user out.
apihelp-main-description (토론) (번역) <div class="hlist plainlinks api-main-links"> * [[mw:API:Main_page|설명문서]] * [[mw:API:FAQ|FAQ]] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api 메일링 리스트] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API 알림 사항] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R 버그 및 요청] </div> <strong>상태:</strong> 이 페이지에 보여지는 모든 기능은 정상적으로 작동하지만, API는 여전히 활발하게 개발되고 있으며, 언제든지 변경될 수 있습니다. 업데이트 공지를 받아보려면 [https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ mediawiki-api-announce 메일링 리스트]를 구독하십시오. <strong>잘못된 요청:</strong> API에 잘못된 요청이 전송되면 HTTP 헤더에서 "MediaWiki-API-Error" 키를 보내고, 헤더 값과 오류 코드가 같게 설정됩니다. 자세한 정보에 대해서는 [[mw:API:Errors_and_warnings|API:오류와 경고]]를 참조하십시오. <strong>테스트하기:</strong> API 요청을 테스트의 편의를 위해, [[Special:ApiSandbox]]를 보세요.
apihelp-main-param-action (토론) (번역) 수행할 동작
apihelp-main-param-assert (토론) (번역) <kbd>user</kbd> 플래그가 설정되어 있다면 로그인 여부를 체크하며, <kbd>bot</kbd> 플래그가 설정되어 있다면 봇 사용자 권한이 설정되어 있는지 확인합니다.
apihelp-main-param-curtimestamp (토론) (번역) 결과의 타임스탬프를 포함합니다.
apihelp-main-param-format (토론) (번역) 출력값의 형식.
apihelp-main-param-maxage (토론) (번역) <code>max-age</code> HTTP 캐시 컨트롤 헤더를 설정합니다. 에러는 캐시되지 않습니다.
apihelp-main-param-maxlag (토론) (번역) 최대 랙은 미디어위키가 데이터베이스 복제된 클러스터에 설치되었을 때 사용될 수 있습니다. 특정한 행동이 사이트 복제 랙을 유발할 때, 이 변수는 클라이언트가 복제 랙이 설정된 숫자 아래로 내려갈 때까지 기다리도록 지시합니다. 과도한 랙의 경우, <samp>maxlag</samp> 오류 코드와 <samp>Waiting for $host: $lag seconds lagged</samp> 메시지가 제공됩니다.<br />[[mw:Manual:Maxlag_parameter|매뉴얼: Maxlag 변수]] 에서 더 많은 정보를 얻을 수 있습니다.
apihelp-main-param-origin (토론) (번역) When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). This must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, an <code>Access-Control-Allow-Origin</code> header will be set.
apihelp-main-param-requestid (토론) (번역) 주어진 요청 값은 응답에 포함됩니다. 요청을 구분하기 위해 사용될 수 있습니다.
apihelp-main-param-servedby (토론) (번역) 결과에 요청을 처리한 호스트네임을 포함합니다.
apihelp-main-param-smaxage (토론) (번역) <code>s-maxage</code> HTTP 캐시 컨트롤 헤더를 설정합니다. 에러는 캐시되지 않습니다.
apihelp-main-param-uselang (토론) (번역) Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user's language preference, or specify <kbd>content</kbd> to use this wiki's content language.
apihelp-managetags-description (토론) (번역) Perform management tasks relating to change tags.
apihelp-managetags-example-activate (토론) (번역) Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-create (토론) (번역) Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-deactivate (토론) (번역) Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>
apihelp-managetags-example-delete (토론) (번역) Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>
apihelp-managetags-param-ignorewarnings (토론) (번역) Whether to ignore any warnings that are issued during the operation.
apihelp-managetags-param-operation (토론) (번역) Which operation to perform: ;create:Create a new change tag for manual use. ;delete:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually.
apihelp-managetags-param-reason (토론) (번역) An optional reason for creating, deleting, activating or deactivating the tag.
apihelp-managetags-param-tag (토론) (번역) Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.
apihelp-mergehistory-description (토론) (번역) Merge page histories.
apihelp-mergehistory-example-merge (토론) (번역) Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.
apihelp-mergehistory-example-merge-timestamp (토론) (번역) Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.
apihelp-mergehistory-param-from (토론) (번역) Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.
apihelp-mergehistory-param-fromid (토론) (번역) Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.
apihelp-mergehistory-param-reason (토론) (번역) Reason for the history merge.
apihelp-mergehistory-param-timestamp (토론) (번역) Timestamp up to which revisions will be moved from the source page's history to the destination page's history. If omitted, the entire page history of the source page will be merged into the destination page.
apihelp-mergehistory-param-to (토론) (번역) Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.
apihelp-mergehistory-param-toid (토론) (번역) Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.
apihelp-move-description (토론) (번역) 문서 이동하기.
apihelp-move-example-move (토론) (번역) Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.
apihelp-move-param-from (토론) (번역) Title of the page to rename. Cannot be used together with <var>$1fromid</var>.
apihelp-move-param-fromid (토론) (번역) Page ID of the page to rename. Cannot be used together with <var>$1from</var>.
apihelp-move-param-ignorewarnings (토론) (번역) 모든 경고 무시하기
apihelp-move-param-movesubpages (토론) (번역) 하위 문서가 있다면, 하위 문서도 이름을 변경해주세요.
apihelp-move-param-movetalk (토론) (번역) 토론 문서가 존재한다면, 토론 문서도 이름을 변경해주세요.
apihelp-move-param-noredirect (토론) (번역) 넘겨주기 문서 만들지 않기
apihelp-move-param-reason (토론) (번역) 제목을 변경하는 이유
apihelp-move-param-to (토론) (번역) Title to rename the page to.
apihelp-move-param-unwatch (토론) (번역) 현재 사용자의 주시 문서에 이 문서와 넘겨주기 문서를 제거하기
apihelp-move-param-watch (토론) (번역) 현재 사용자의 주시 문서에 이 문서와 넘겨주기 문서를 추가하기
apihelp-move-param-watchlist (토론) (번역) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-no-such-module (토론) (번역) "$1" 모듈을 찾을 수 없습니다.
처음 문서
마지막 문서