시스템 메시지 목록

둘러보기로 이동 검색으로 이동
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화translatewiki.net에 참가해주세요.
시스템 메시지 목록
처음 문서이전 문서다음 문서마지막 문서
이름 기본 메시지 글
현재 문자열
apihelp-mergehistory-summary (토론) (번역) 문서 역사를 합칩니다.
apihelp-move-example-move (토론) (번역) <kbd>기존 제목</kbd>에서 <kbd>대상 제목</kbd>으로 넘겨주기를 만들지 않고 이동하기.
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 (토론) (번역) 모든 경고 무시하기
apihelp-move-param-movesubpages (토론) (번역) 하위 문서가 있다면, 하위 문서도 이름을 변경해주세요.
apihelp-move-param-movetalk (토론) (번역) 토론 문서가 존재한다면, 토론 문서도 이름을 변경해주세요.
apihelp-move-param-noredirect (토론) (번역) 넘겨주기 문서 만들지 않기
apihelp-move-param-reason (토론) (번역) 제목을 변경하는 이유
apihelp-move-param-tags (토론) (번역) Change tags to apply to the entry in the move log and to the null revision on the destination page.
apihelp-move-param-to (토론) (번역) Title to rename the page to.
apihelp-move-param-unwatch (토론) (번역) 현재 사용자의 주시 문서에 이 문서와 넘겨주기 문서를 제거하기
apihelp-move-param-watch (토론) (번역) 현재 사용자의 주시 문서에 이 문서와 넘겨주기 문서를 추가하기
apihelp-move-param-watchlist (토론) (번역) 현재 사용자의 주시목록에서 문서를 무조건적으로 추가하거나 제거하거나, 환경 설정을 사용하거나 주시를 변경하지 않습니다.
apihelp-move-param-watchlistexpiry (토론) (번역) Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.
apihelp-move-summary (토론) (번역) 문서 이동하기.
apihelp-no-such-module (토론) (번역) "$1" 모듈을 찾을 수 없습니다.
apihelp-none-summary (토론) (번역) 아무 것도 출력하지 않습니다.
apihelp-opensearch-example-te (토론) (번역) <kbd>Te</kbd>로 시작하는 문서를 찾기.
apihelp-opensearch-param-format (토론) (번역) 출력 포맷.
apihelp-opensearch-param-limit (토론) (번역) 반환할 결과의 최대 수
apihelp-opensearch-param-namespace (토론) (번역) 검색할 이름공간입니다. <var>$1search</var>이 유효한 이름공간 접두사로 시작하면 무시합니다.
apihelp-opensearch-param-redirects (토론) (번역) 넘겨주기 관리 방법: ;return:넘겨주기 자체를 반환합니다. ;resolve:대상 문서를 반환합니다. $1제한 미만의 결과를 반환할 수 있습니다. 역사적인 이유로 기본값은 $1format=json의 경우 "return"이며, 그 밖의 포맷의 경우 "resolve"입니다.
apihelp-opensearch-param-search (토론) (번역) 문자열 검색
apihelp-opensearch-param-suggest (토론) (번역) 더 이상 사용되지 않습니다.
apihelp-opensearch-param-warningsaserror (토론) (번역) <kbd>format=json</kbd>을 사용 시 경고가 발생할 경우, 이를 무시하지 않고 API 오류를 반환합니다.
apihelp-opensearch-summary (토론) (번역) OpenSearch 프로토콜을 이용하여 위키를 검색합니다.
apihelp-options-example-change (토론) (번역) <kbd>skin</kbd>과 <kbd>hideminor</kbd> 환경 설정을 변경합니다.
apihelp-options-example-complex (토론) (번역) 모든 환경 설정을 초기화하고 <kbd>skin</kbd>과 <kbd>nickname</kbd>을 설정합니다.
apihelp-options-example-reset (토론) (번역) 모든 환경 설정을 초기화합니다.
apihelp-options-extended-description (토론) (번역) 핵심 확장 기능 기능이나 설치된 확장 기능 중 하나에 등록된 옵션 또는 <code>userjs-</code>(사용자 스크립트에 의해 사용됨)로 시작하는 키를 가진 옵션만 설정할 수 있습니다.
apihelp-options-param-change (토론) (번역) List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.
apihelp-options-param-optionname (토론) (번역) <var>$1optionvalue</var>에 의해 지정된 값으로 설정할 옵션의 이름입니다.
apihelp-options-param-optionvalue (토론) (번역) <var>$1optionname</var>에 의해 지정된 옵션의 값입니다.
apihelp-options-param-reset (토론) (번역) 사이트 기본값으로 환경 설정을 초기화합니다.
apihelp-options-param-resetkinds (토론) (번역) <var>$1reset</var> 옵션을 설정할 때 초기화할 옵션의 유형 목록입니다.
apihelp-options-summary (토론) (번역) 현재 사용자의 환경 설정을 변경합니다.
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-example-2 (토론) (번역) Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</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 (토론) (번역) 도움말 문자열 포맷.
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>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <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-paraminfo-summary (토론) (번역) API 모듈의 정보를 가져옵니다.
apihelp-parse-example-page (토론) (번역) 페이지를 파싱합니다.
apihelp-parse-example-summary (토론) (번역) 요약을 변환합니다.
apihelp-parse-example-text (토론) (번역) 위키텍스트의 구문을 분석합니다.
apihelp-parse-example-texttitle (토론) (번역) Parse wikitext, specifying the page title.
처음 문서이전 문서다음 문서마지막 문서