시스템 메시지 목록
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화나 translatewiki.net에 참가해주세요.
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |
| 이름 | 기본 메시지 글 |
|---|---|
| 현재 문자열 | |
| apihelp-query+users-param-token (토론) (번역) | Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead. |
| apihelp-query+users-param-users (토론) (번역) | A list of users to obtain information for. |
| apihelp-query+users-paramvalue-prop-blockinfo (토론) (번역) | Tags if the user is blocked, by whom, and for what reason. |
| apihelp-query+users-paramvalue-prop-cancreate (토론) (번역) | Indicates whether an account for valid but unregistered usernames can be created. |
| apihelp-query+users-paramvalue-prop-centralids (토론) (번역) | Adds the central IDs and attachment status for the user. |
| apihelp-query+users-paramvalue-prop-editcount (토론) (번역) | Adds the user's edit count. |
| apihelp-query+users-paramvalue-prop-emailable (토론) (번역) | Tags if the user can and wants to receive email through [[Special:Emailuser]]. |
| apihelp-query+users-paramvalue-prop-gender (토론) (번역) | Tags the gender of the user. Returns "male", "female", or "unknown". |
| apihelp-query+users-paramvalue-prop-groups (토론) (번역) | Lists all the groups each user belongs to. |
| apihelp-query+users-paramvalue-prop-implicitgroups (토론) (번역) | Lists all the groups a user is automatically a member of. |
| apihelp-query+users-paramvalue-prop-registration (토론) (번역) | Adds the user's registration timestamp. |
| apihelp-query+users-paramvalue-prop-rights (토론) (번역) | Lists all the rights each user has. |
| apihelp-query+watchlist-description (토론) (번역) | Get recent changes to pages in the current user's watchlist. |
| apihelp-query+watchlist-example-allrev (토론) (번역) | Fetch information about all recent changes to pages on the current user's watchlist. |
| apihelp-query+watchlist-example-generator (토론) (번역) | Fetch page info for recently changed pages on the current user's watchlist. |
| apihelp-query+watchlist-example-generator-rev (토론) (번역) | Fetch revision info for recent changes to pages on the current user's watchlist. |
| apihelp-query+watchlist-example-props (토론) (번역) | Fetch additional information about the top revision for recently changed pages on the current user's watchlist. |
| apihelp-query+watchlist-example-simple (토론) (번역) | List the top revision for recently changed pages on the current user's watchlist. |
| apihelp-query+watchlist-example-wlowner (토론) (번역) | List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>. |
| apihelp-query+watchlist-param-allrev (토론) (번역) | Include multiple revisions of the same page within given timeframe. |
| apihelp-query+watchlist-param-end (토론) (번역) | The timestamp to end enumerating. |
| apihelp-query+watchlist-param-excludeuser (토론) (번역) | Don't list changes by this user. |
| apihelp-query+watchlist-param-limit (토론) (번역) | How many total results to return per request. |
| apihelp-query+watchlist-param-namespace (토론) (번역) | Filter changes to only the given namespaces. |
| apihelp-query+watchlist-param-owner (토론) (번역) | Used along with $1token to access a different user's watchlist. |
| apihelp-query+watchlist-param-prop (토론) (번역) | Which additional properties to get: |
| apihelp-query+watchlist-param-show (토론) (번역) | Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon. |
| apihelp-query+watchlist-param-start (토론) (번역) | The timestamp to start enumerating from. |
| apihelp-query+watchlist-param-token (토론) (번역) | A security token (available in the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user's watchlist. |
| apihelp-query+watchlist-param-type (토론) (번역) | Which types of changes to show: |
| apihelp-query+watchlist-param-user (토론) (번역) | Only list changes by this user. |
| apihelp-query+watchlist-paramvalue-prop-comment (토론) (번역) | Adds comment of the edit. |
| apihelp-query+watchlist-paramvalue-prop-flags (토론) (번역) | Adds flags for the edit. |
| apihelp-query+watchlist-paramvalue-prop-ids (토론) (번역) | Adds revision IDs and page IDs. |
| apihelp-query+watchlist-paramvalue-prop-loginfo (토론) (번역) | Adds log information where appropriate. |
| apihelp-query+watchlist-paramvalue-prop-notificationtimestamp (토론) (번역) | Adds timestamp of when the user was last notified about the edit. |
| apihelp-query+watchlist-paramvalue-prop-parsedcomment (토론) (번역) | Adds parsed comment of the edit. |
| apihelp-query+watchlist-paramvalue-prop-patrol (토론) (번역) | Tags edits that are patrolled. |
| apihelp-query+watchlist-paramvalue-prop-sizes (토론) (번역) | Adds the old and new lengths of the page. |
| apihelp-query+watchlist-paramvalue-prop-timestamp (토론) (번역) | Adds timestamp of the edit. |
| apihelp-query+watchlist-paramvalue-prop-title (토론) (번역) | Adds title of the page. |
| apihelp-query+watchlist-paramvalue-prop-user (토론) (번역) | Adds the user who made the edit. |
| apihelp-query+watchlist-paramvalue-prop-userid (토론) (번역) | Adds user ID of whoever made the edit. |
| apihelp-query+watchlist-paramvalue-type-categorize (토론) (번역) | Category membership changes. |
| apihelp-query+watchlist-paramvalue-type-edit (토론) (번역) | Regular page edits. |
| apihelp-query+watchlist-paramvalue-type-external (토론) (번역) | External changes. |
| apihelp-query+watchlist-paramvalue-type-log (토론) (번역) | Log entries. |
| apihelp-query+watchlist-paramvalue-type-new (토론) (번역) | Page creations. |
| apihelp-query+watchlistraw-description (토론) (번역) | Get all pages on the current user's watchlist. |
| apihelp-query+watchlistraw-example-generator (토론) (번역) | Fetch page info for pages on the current user's watchlist. |
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |