시스템 메시지 목록
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화나 translatewiki.net에 참가해주세요.
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |
| 이름 | 기본 메시지 글 |
|---|---|
| 현재 문자열 | |
| 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>. |
| apihelp-options-example-reset (토론) (번역) | 모든 설정 초기화 |
| apihelp-options-param-change (토론) (번역) | List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. |
| apihelp-options-param-optionname (토론) (번역) | The name of the option that should be set to the value given by <var>$1optionvalue</var>. |
| apihelp-options-param-optionvalue (토론) (번역) | The value for the option specified by <var>$1optionname</var>, can contain pipe characters. |
| apihelp-options-param-reset (토론) (번역) | 사이트 기본으로 설정 초기화 |
| apihelp-options-param-resetkinds (토론) (번역) | List of types of options to reset when the <var>$1reset</var> option is set. |
| apihelp-paraminfo-description (토론) (번역) | Obtain information about API modules. |
| apihelp-paraminfo-example-1 (토론) (번역) | Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>. |
| apihelp-paraminfo-param-formatmodules (토론) (번역) | List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead. |
| apihelp-paraminfo-param-helpformat (토론) (번역) | Format of help strings. |
| apihelp-paraminfo-param-mainmodule (토론) (번역) | Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead. |
| apihelp-paraminfo-param-modules (토론) (번역) | List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>. |
| apihelp-paraminfo-param-pagesetmodule (토론) (번역) | Get information about the pageset module (providing titles= and friends) as well. |
| apihelp-paraminfo-param-querymodules (토론) (번역) | List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>. |
| apihelp-parse-description (토론) (번역) | Parses content and returns parser output. See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page. There are several ways to specify the text to parse: # Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>. # Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>. # Specify only a summary to parse. <var>$1prop</var> should be given an empty value. |
| apihelp-parse-example-page (토론) (번역) | Parse a page. |
| apihelp-parse-example-summary (토론) (번역) | Parse a summary. |
| apihelp-parse-example-text (토론) (번역) | Parse wikitext. |
| apihelp-parse-example-texttitle (토론) (번역) | Parse wikitext, specifying the page title. |
| apihelp-parse-param-contentformat (토론) (번역) | Content serialization format used for the input text. Only valid when used with $1text. |
| apihelp-parse-param-contentmodel (토론) (번역) | Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text. |
| apihelp-parse-param-disableeditsection (토론) (번역) | Omit edit section links from the parser output. |
| apihelp-parse-param-disablelimitreport (토론) (번역) | Omit the limit report ("NewPP limit report") from the parser output. |
| apihelp-parse-param-disablepp (토론) (번역) | Use <var>$1disablelimitreport</var> instead. |
| apihelp-parse-param-disabletidy (토론) (번역) | Do not run HTML cleanup (e.g. tidy) on the parser output. |
| apihelp-parse-param-disabletoc (토론) (번역) | Omit table of contents in output. |
| apihelp-parse-param-effectivelanglinks (토론) (번역) | Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>). |
| apihelp-parse-param-generatexml (토론) (번역) | Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>). |
| apihelp-parse-param-oldid (토론) (번역) | Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>. |
| apihelp-parse-param-onlypst (토론) (번역) | Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>. |
| apihelp-parse-param-page (토론) (번역) | Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>. |
| apihelp-parse-param-pageid (토론) (번역) | Parse the content of this page. Overrides <var>$1page</var>. |
| apihelp-parse-param-preview (토론) (번역) | Parse in preview mode. |
| apihelp-parse-param-prop (토론) (번역) | Which pieces of information to get: |
| apihelp-parse-param-pst (토론) (번역) | Do a pre-save transform on the input before parsing it. Only valid when used with text. |
| apihelp-parse-param-redirects (토론) (번역) | If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it. |
| apihelp-parse-param-section (토론) (번역) | Only parse the content of this section number. When <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page. <kbd>new</kbd> is allowed only when specifying <var>text</var>. |
처음 문서 |
이전 문서 |
다음 문서 |
마지막 문서 |