시스템 메시지 목록

이동: 둘러보기, 검색

미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화translatewiki.net에 참가해주세요.

필터
수정 상태로 거르기:    
처음 문서
마지막 문서
이름 기본 메시지 글
현재 문자열
apihelp-edit-param-notminor (토론) (번역) 사소하지 않은 편집.
apihelp-edit-param-pageid (토론) (번역) Page ID of the page to edit. Cannot be used together with <var>$1title</var>.
apihelp-edit-param-prependtext (토론) (번역) Add this text to the beginning of the page. Overrides $1text.
apihelp-edit-param-recreate (토론) (번역) Override any errors about the page having been deleted in the meantime.
apihelp-edit-param-redirect (토론) (번역) 자동으로 넘겨주기 처리하기.
apihelp-edit-param-section (토론) (번역) 문단 번호입니다. <kbd>0</kbd>은 최상위 문단, <kbd>new</kbd>는 새 문단입니다.
apihelp-edit-param-sectiontitle (토론) (번역) 새 문단을 위한 제목.
apihelp-edit-param-starttimestamp (토론) (번역) Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).
apihelp-edit-param-summary (토론) (번역) 편집 요약. 또한 $1section=new 및 $1sectiontitle이 설정되어 있지 않을 때 문단 제목.
apihelp-edit-param-tags (토론) (번역) 이 판에 적용할 태그를 변경합니다.
apihelp-edit-param-text (토론) (번역) 문서 내용.
apihelp-edit-param-title (토론) (번역) Title of the page to edit. Cannot be used together with <var>$1pageid</var>.
apihelp-edit-param-token (토론) (번역) The token should always be sent as the last parameter, or at least after the $1text parameter.
apihelp-edit-param-undo (토론) (번역) Undo this revision. Overrides $1text, $1prependtext and $1appendtext.
apihelp-edit-param-undoafter (토론) (번역) Undo all revisions from $1undo to this one. If not set, just undo one revision.
apihelp-edit-param-unwatch (토론) (번역) 문서를 현재 사용자의 주시문서 목록에서 제거합니다.
apihelp-edit-param-watch (토론) (번역) 문서를 현재 사용자의 주시문서 목록에 추가합니다.
apihelp-edit-param-watchlist (토론) (번역) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-emailuser-description (토론) (번역) 사용자에게 이메일을 보냅니다.
apihelp-emailuser-example-email (토론) (번역) <kbd>WikiSysop</kbd> 사용자에게 텍스트 <kbd>Content</kbd>로 이메일을 보냅니다.
apihelp-emailuser-param-ccme (토론) (번역) 자신에게 메일의 복사본을 보냅니다.
apihelp-emailuser-param-subject (토론) (번역) 제목 헤더.
apihelp-emailuser-param-target (토론) (번역) 이메일을 받을 사용자.
apihelp-emailuser-param-text (토론) (번역) 메일 본문.
apihelp-expandtemplates-description (토론) (번역) 위키텍스트 안에 모든 틀을 확장합니다.
apihelp-expandtemplates-example-simple (토론) (번역) 위키텍스트 <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>를 확장합니다.
apihelp-expandtemplates-param-generatexml (토론) (번역) XML 구문 분석 트리를 생성합니다. ($1prop=parsetree로 대체함)
apihelp-expandtemplates-param-includecomments (토론) (번역) 출력에 HTML 주석을 포함할 것인지의 여부.
apihelp-expandtemplates-param-prop (토론) (번역) Which pieces of information to get. Note that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.
apihelp-expandtemplates-param-revid (토론) (번역) Revision ID, for <nowiki>{{REVISIONID}}</nowiki> and similar variables.
apihelp-expandtemplates-param-text (토론) (번역) 변환할 위키텍스트.
apihelp-expandtemplates-param-title (토론) (번역) 문서 제목
apihelp-expandtemplates-paramvalue-prop-categories (토론) (번역) Any categories present in the input that are not represented in the wikitext output.
apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars (토론) (번역) Gives the JavaScript configuration variables specific to the page as a JSON string.
apihelp-expandtemplates-paramvalue-prop-jsconfigvars (토론) (번역) Gives the JavaScript configuration variables specific to the page.
apihelp-expandtemplates-paramvalue-prop-modules (토론) (번역) Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.
apihelp-expandtemplates-paramvalue-prop-parsetree (토론) (번역) 입력값의 XML 파서 트리.
apihelp-expandtemplates-paramvalue-prop-properties (토론) (번역) Page properties defined by expanded magic words in the wikitext.
apihelp-expandtemplates-paramvalue-prop-ttl (토론) (번역) The maximum time after which caches of the result should be invalidated.
apihelp-expandtemplates-paramvalue-prop-volatile (토론) (번역) Whether the output is volatile and should not be reused elsewhere within the page.
apihelp-expandtemplates-paramvalue-prop-wikitext (토론) (번역) 확장된 위키텍스트.
apihelp-feedcontributions-description (토론) (번역) 사용자 기여 피드를 반환합니다.
apihelp-feedcontributions-example-simple (토론) (번역) Return contributions for user <kbd>Example</kbd>.
apihelp-feedcontributions-param-deletedonly (토론) (번역) 삭제된 기여만 봅니다.
apihelp-feedcontributions-param-feedformat (토론) (번역) 피드 포맷.
apihelp-feedcontributions-param-hideminor (토론) (번역) 사소한 편집을 숨깁니다.
apihelp-feedcontributions-param-month (토론) (번역) From month (and earlier).
apihelp-feedcontributions-param-namespace (토론) (번역) 기여를 분류할 이름공간
apihelp-feedcontributions-param-newonly (토론) (번역) 새 글인 편집만 봅니다.
apihelp-feedcontributions-param-showsizediff (토론) (번역) 판 사이의 크기 차이를 보여줍니다.
처음 문서
마지막 문서