시스템 메시지 목록
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화나 translatewiki.net에 참가해주세요.
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |
이름 | 기본 메시지 글 |
---|---|
현재 문자열 | |
apihelp-import-param-fullhistory (토론) (번역) | For interwiki imports: import the full history, not just the current version. |
apihelp-import-param-interwikipage (토론) (번역) | For interwiki imports: page to import. |
apihelp-import-param-interwikisource (토론) (번역) | For interwiki imports: wiki to import from. |
apihelp-import-param-namespace (토론) (번역) | For interwiki imports: import to this namespace. |
apihelp-import-param-rootpage (토론) (번역) | Import as subpage of this page. |
apihelp-import-param-summary (토론) (번역) | Import summary. |
apihelp-import-param-templates (토론) (번역) | For interwiki imports: import all included templates as well. |
apihelp-import-param-xml (토론) (번역) | Uploaded XML file. |
apihelp-json-description (토론) (번역) | Output data in JSON format. |
apihelp-json-param-ascii (토론) (번역) | If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>. |
apihelp-json-param-callback (토론) (번역) | If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted. |
apihelp-json-param-formatversion (토론) (번역) | Output formatting: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning. |
apihelp-json-param-utf8 (토론) (번역) | If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>. |
apihelp-jsonfm-description (토론) (번역) | Output data in JSON format (pretty-print in HTML). |
apihelp-link (토론) (번역) | [[Special:ApiHelp/$1|$2]] |
apihelp-login-description (토론) (번역) | Log in and get authentication cookies. In the event of a successful log-in, the needed cookies will be included in the HTTP response headers. In the event of a failed log-in, further attempts may be throttled to limit automated password guessing attacks. |
apihelp-login-example-gettoken (토론) (번역) | Retrieve a login token. |
apihelp-login-example-login (토론) (번역) | Log in. |
apihelp-login-param-domain (토론) (번역) | Domain (optional). |
apihelp-login-param-name (토론) (번역) | User name. |
apihelp-login-param-password (토론) (번역) | 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"> * [https://www.mediawiki.org/wiki/API:Main_page 설명문서] * [https://www.mediawiki.org/wiki/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" 키를 보내고, 헤더 값과 오류 코드가 같게 설정됩니다. 자세한 정보에 대해서는 https://www.mediawiki.org/wiki/API:Errors_and_warnings 를 참고하십시오. |
apihelp-main-param-action (토론) (번역) | 수행할 동작 |
apihelp-main-param-assert (토론) (번역) | Verify the user is logged in if set to <kbd>user</kbd>, or has the bot userright 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> 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> 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 (토론) (번역) | Move a page. |
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 (토론) (번역) | Ignore any warnings. |
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |