시스템 메시지 목록
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화나 translatewiki.net에 참가해주세요.
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |
이름 | 기본 메시지 글 |
---|---|
현재 문자열 | |
apihelp-block-param-allowusertalk (토론) (번역) | 자신의 토론 문서를 편집할 수 있도록 허용합니다. (<var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var> 값에 따라 다름) |
apihelp-block-param-anononly (토론) (번역) | 익명 사용자만 차단합니다. (즉, 이 IP의 익명 편집을 막음) |
apihelp-block-param-autoblock (토론) (번역) | 최근 사용한 IP 주소나 로그인을 시도한 이후에 사용한 모든 IP 주소를 자동으로 차단합니다. |
apihelp-block-param-expiry (토론) (번역) | 기한. 상대값(예시: "5 months" 또는 "2 weeks") 또는 절대값(예시: "2014-09-18T12:34:56Z")이 될 수 있습니다. "infinite", "indefinite" 또는 "never"로 설정하면 무기한으로 설정됩니다. |
apihelp-block-param-hidename (토론) (번역) | 차단 기록에서 사용자 이름을 숨깁니다. (<code>hideuser</code> 권한 필요) |
apihelp-block-param-nocreate (토론) (번역) | 계정 생성을 막습니다. |
apihelp-block-param-noemail (토론) (번역) | 위키를 통해 이메일을 보내지 못하도록 막습니다. (<code>blockemail</code> 권한 필요) |
apihelp-block-param-reason (토론) (번역) | 차단 이유. |
apihelp-block-param-reblock (토론) (번역) | 사용자가 이미 차단된 경우, 기존 차단 설정을 바꿉니다. |
apihelp-block-param-user (토론) (번역) | 차단하고자 하는 계정 이름, IP 주소 또는 대역 |
apihelp-block-param-watchuser (토론) (번역) | 해당 사용자 또는 IP 주소의 사용자 문서 및 토론 문서를 주시합니다. |
apihelp-checktoken-description (토론) (번역) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
apihelp-checktoken-example-simple (토론) (번역) | Test the validity of a <kbd>csrf</kbd> token. |
apihelp-checktoken-param-maxtokenage (토론) (번역) | Maximum allowed age of the token, in seconds. |
apihelp-checktoken-param-token (토론) (번역) | Token to test. |
apihelp-checktoken-param-type (토론) (번역) | Type of token being tested. |
apihelp-clearhasmsg-description (토론) (번역) | Clears the <code>hasmsg</code> flag for the current user. |
apihelp-clearhasmsg-example-1 (토론) (번역) | Clear the <code>hasmsg</code> flag for the current user. |
apihelp-compare-description (토론) (번역) | Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed. |
apihelp-compare-example-1 (토론) (번역) | Create a diff between revision 1 and 2. |
apihelp-compare-param-fromid (토론) (번역) | First page ID to compare. |
apihelp-compare-param-fromrev (토론) (번역) | First revision to compare. |
apihelp-compare-param-fromtitle (토론) (번역) | First title to compare. |
apihelp-compare-param-toid (토론) (번역) | Second page ID to compare. |
apihelp-compare-param-torev (토론) (번역) | Second revision to compare. |
apihelp-compare-param-totitle (토론) (번역) | Second title to compare. |
apihelp-createaccount-description (토론) (번역) | Create a new user account. |
apihelp-createaccount-example-mail (토론) (번역) | Create user <kbd>testmailuser</kbd> and email a randomly-generated password. |
apihelp-createaccount-example-pass (토론) (번역) | Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>. |
apihelp-createaccount-param-domain (토론) (번역) | Domain for external authentication (optional). |
apihelp-createaccount-param-email (토론) (번역) | Email address of user (optional). |
apihelp-createaccount-param-language (토론) (번역) | Language code to set as default for the user (optional, defaults to content language). |
apihelp-createaccount-param-mailpassword (토론) (번역) | If set to any value, a random password will be emailed to the user. |
apihelp-createaccount-param-name (토론) (번역) | Username. |
apihelp-createaccount-param-password (토론) (번역) | Password (ignored if <var>$1mailpassword</var> is set). |
apihelp-createaccount-param-realname (토론) (번역) | Real name of user (optional). |
apihelp-createaccount-param-reason (토론) (번역) | Optional reason for creating the account to be put in the logs. |
apihelp-createaccount-param-token (토론) (번역) | Account creation token obtained in first request. |
apihelp-dbg-description (토론) (번역) | Output data in PHP's <code>var_export()</code> format. |
apihelp-dbgfm-description (토론) (번역) | Output data in PHP's <code>var_export()</code> format (pretty-print in HTML). |
apihelp-delete-description (토론) (번역) | Delete a page. |
apihelp-delete-example-reason (토론) (번역) | Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (토론) (번역) | <kbd>Main Page</kbd>를 삭제합니다. |
apihelp-delete-param-oldimage (토론) (번역) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
apihelp-delete-param-pageid (토론) (번역) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
apihelp-delete-param-reason (토론) (번역) | Reason for the deletion. If not set, an automatically generated reason will be used. |
apihelp-delete-param-title (토론) (번역) | Title of the page to delete. Cannot be used together with <var>$1pageid</var>. |
apihelp-delete-param-unwatch (토론) (번역) | Remove the page from the current user's watchlist. |
apihelp-delete-param-watch (토론) (번역) | Add the page to the current user's watchlist. |
apihelp-delete-param-watchlist (토론) (번역) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |