시스템 메시지 목록
보이기
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다.
미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화나 translatewiki.net에 참가해주세요.
이름 | 기본 메시지 글 |
---|---|
현재 문자열 | |
apihelp-query+languageinfo-example-simple (토론) (번역) | 지원하는 모든 언어의 언어 코드를 가져옵니다. |
apihelp-query+languageinfo-extended-description (토론) (번역) | [[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request. |
apihelp-query+languageinfo-param-code (토론) (번역) | Language codes of the languages that should be returned, or <code>*</code> for all languages. |
apihelp-query+languageinfo-param-prop (토론) (번역) | 각 언어별로 가져올 정보입니다. |
apihelp-query+languageinfo-paramvalue-prop-autonym (토론) (번역) | The autonym of the language, that is, the name in that language. |
apihelp-query+languageinfo-paramvalue-prop-bcp47 (토론) (번역) | BCP-47 언어 코드입니다. |
apihelp-query+languageinfo-paramvalue-prop-code (토론) (번역) | 언어 코드입니다. (이 코드는 미디어위키와 관련되어 있으나 다른 표준과 겹치는 부분이 있습니다.) |
apihelp-query+languageinfo-paramvalue-prop-dir (토론) (번역) | The writing direction of the language (either <code>ltr</code> or <code>rtl</code>). |
apihelp-query+languageinfo-paramvalue-prop-fallbacks (토론) (번역) | The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly). |
apihelp-query+languageinfo-paramvalue-prop-name (토론) (번역) | The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary. |
apihelp-query+languageinfo-paramvalue-prop-variantnames (토론) (번역) | The short names for language variants used for language conversion links. |
apihelp-query+languageinfo-paramvalue-prop-variants (토론) (번역) | The language codes of the variants supported by this language. |
apihelp-query+languageinfo-summary (토론) (번역) | 사용 가능한 언어의 정보를 반환합니다. |
apihelp-query+links-example-generator (토론) (번역) | Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+links-example-namespaces (토론) (번역) | Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces. |
apihelp-query+links-example-simple (토론) (번역) | Get links from the page [[{{MediaWiki:Mainpage}}]] |
apihelp-query+links-param-dir (토론) (번역) | 나열할 방향입니다. |
apihelp-query+links-param-limit (토론) (번역) | How many links to return. |
apihelp-query+links-param-namespace (토론) (번역) | Show links in these namespaces only. |
apihelp-query+links-param-titles (토론) (번역) | Only list links to these titles. Useful for checking whether a certain page links to a certain title. |
apihelp-query+links-summary (토론) (번역) | 제시된 문서의 모든 링크를 반환합니다. |
apihelp-query+linkshere-example-generator (토론) (번역) | Get information about pages linking to the [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+linkshere-example-simple (토론) (번역) | Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+linkshere-param-limit (토론) (번역) | 반환할 항목 수. |
apihelp-query+linkshere-param-namespace (토론) (번역) | 이 이름공간의 문서만 포함합니다. |
apihelp-query+linkshere-param-prop (토론) (번역) | 얻고자 하는 속성: |
apihelp-query+linkshere-param-show (토론) (번역) | 이 기준을 충족하는 항목만 표시합니다: |
apihelp-query+linkshere-paramvalue-prop-pageid (토론) (번역) | 각 문서의 페이지 ID. |
apihelp-query+linkshere-paramvalue-prop-redirect (토론) (번역) | Flag if the page is a redirect. |
apihelp-query+linkshere-paramvalue-prop-title (토론) (번역) | 각 문서의 제목. |
apihelp-query+linkshere-paramvalue-show-!redirect (토론) (번역) | Only show non-redirects. |
apihelp-query+linkshere-paramvalue-show-redirect (토론) (번역) | Only show redirects. |
apihelp-query+linkshere-summary (토론) (번역) | 제시된 문서에 연결된 모든 문서를 찾습니다. |
apihelp-query+logevents-example-simple (토론) (번역) | List recent log events. |
apihelp-query+logevents-param-action (토론) (번역) | Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/). |
apihelp-query+logevents-param-end (토론) (번역) | The timestamp to end enumerating. |
apihelp-query+logevents-param-limit (토론) (번역) | How many total event entries to return. |
apihelp-query+logevents-param-namespace (토론) (번역) | Filter entries to those in the given namespace. |
apihelp-query+logevents-param-prefix (토론) (번역) | Filter entries that start with this prefix. |
apihelp-query+logevents-param-prop (토론) (번역) | 얻고자 하는 속성: |
apihelp-query+logevents-param-start (토론) (번역) | The timestamp to start enumerating from. |
apihelp-query+logevents-param-tag (토론) (번역) | Only list event entries tagged with this tag. |
apihelp-query+logevents-param-title (토론) (번역) | Filter entries to those related to a page. |
apihelp-query+logevents-param-type (토론) (번역) | Filter log entries to only this type. |
apihelp-query+logevents-param-user (토론) (번역) | Filter entries to those made by the given user. |
apihelp-query+logevents-paramvalue-prop-comment (토론) (번역) | Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+logevents-paramvalue-prop-details (토론) (번역) | Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned. |
apihelp-query+logevents-paramvalue-prop-ids (토론) (번역) | 로그 이벤트의 ID를 추가합니다. |
apihelp-query+logevents-paramvalue-prop-parsedcomment (토론) (번역) | Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+logevents-paramvalue-prop-tags (토론) (번역) | Lists tags for the log event. |