시스템 메시지 목록
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화나 translatewiki.net에 참가해주세요.
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |
이름 | 기본 메시지 글 |
---|---|
현재 문자열 | |
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/ the mediawiki-api-announce 메일링 리스트]를 구독하십시오. <strong>잘못된 요청:</strong> API에 잘못된 요청이 전송되면 HTTP 헤더에서 "MediaWiki-API-Error" 키를 보내고, 헤더 값과 오류 코드가 같게 설정됩니다. 자세한 정보에 대해서는 [[mw:API:Errors_and_warnings|API:오류 및 경고]]를 참조하십시오. |
apihelp-main-param-action (토론) (번역) | 수행할 동작 |
apihelp-main-param-assert (토론) (번역) | Verify the user is logged in if set to <kbd>user</kbd>, or has the bot user right if <kbd>bot</kbd>. |
apihelp-main-param-curtimestamp (토론) (번역) | Include the current timestamp in the result. |
apihelp-main-param-format (토론) (번역) | 출력값의 형식. |
apihelp-main-param-maxage (토론) (번역) | Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached. |
apihelp-main-param-maxlag (토론) (번역) | Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information. |
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 (토론) (번역) | Any value given here will be included in the response. May be used to distinguish requests. |
apihelp-main-param-servedby (토론) (번역) | Include the hostname that served the request in the results. |
apihelp-main-param-smaxage (토론) (번역) | Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached. |
apihelp-main-param-uselang (토론) (번역) | Language to use for message translations. A list of codes may be fetched from <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd>, 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-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" 모듈을 찾을 수 없습니다. |
apihelp-none-description (토론) (번역) | Output nothing. |
apihelp-opensearch-description (토론) (번역) | OpenSearch 프로토콜을 이용하여 위키 검색하기 |
apihelp-opensearch-example-te (토론) (번역) | Find pages beginning with <kbd>Te</kbd>. |
apihelp-opensearch-param-format (토론) (번역) | The format of the output. |
apihelp-opensearch-param-limit (토론) (번역) | 반환할 결과의 최대 수 |
apihelp-opensearch-param-namespace (토론) (번역) | Namespaces to search. |
apihelp-opensearch-param-redirects (토론) (번역) | How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats. |
apihelp-opensearch-param-search (토론) (번역) | 문자열 검색 |
apihelp-opensearch-param-suggest (토론) (번역) | Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false. |
apihelp-opensearch-param-warningsaserror (토론) (번역) | If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them. |
apihelp-options-description (토론) (번역) | Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set. |
apihelp-options-example-change (토론) (번역) | Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences. |
apihelp-options-example-complex (토론) (번역) | Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>. |
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |