시스템 메시지 목록

이동: 둘러보기, 검색

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

필터
수정 상태로 거르기:    
처음 문서
마지막 문서
이름 기본 메시지 글
현재 문자열
apihelp-query+recentchanges-paramvalue-prop-tags (토론) (번역) Lists tags for the entry.
apihelp-query+recentchanges-paramvalue-prop-timestamp (토론) (번역) Adds timestamp of the edit.
apihelp-query+recentchanges-paramvalue-prop-title (토론) (번역) Adds the page title of the edit.
apihelp-query+recentchanges-paramvalue-prop-user (토론) (번역) Adds the user responsible for the edit and tags if they are an IP.
apihelp-query+recentchanges-paramvalue-prop-userid (토론) (번역) Adds the user ID responsible for the edit.
apihelp-query+redirects-description (토론) (번역) Returns all redirects to the given pages.
apihelp-query+redirects-example-generator (토론) (번역) Get information about all redirects to the [[Main Page]].
apihelp-query+redirects-example-simple (토론) (번역) Get a list of redirects to the [[Main Page]].
apihelp-query+redirects-param-limit (토론) (번역) How many redirects to return.
apihelp-query+redirects-param-namespace (토론) (번역) Only include pages in these namespaces.
apihelp-query+redirects-param-prop (토론) (번역) Which properties to get:
apihelp-query+redirects-param-show (토론) (번역) Show only items that meet these criteria: ;fragment:Only show redirects with a fragment. ;!fragment:Only show redirects without a fragment.
apihelp-query+redirects-paramvalue-prop-fragment (토론) (번역) Fragment of each redirect, if any.
apihelp-query+redirects-paramvalue-prop-pageid (토론) (번역) Page ID of each redirect.
apihelp-query+redirects-paramvalue-prop-title (토론) (번역) Title of each redirect.
apihelp-query+references-description (토론) (번역) Return a data representation of references associated with the given pages.
apihelp-query+references-example-1 (토론) (번역) References associated with <kbd>Albert Einstein</kbd>.
apihelp-query+revisions+base-param-contentformat (토론) (번역) Serialization format used for <var>$1difftotext</var> and expected for output of content.
apihelp-query+revisions+base-param-diffto (토론) (번역) Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.
apihelp-query+revisions+base-param-difftotext (토론) (번역) Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.
apihelp-query+revisions+base-param-difftotextpst (토론) (번역) Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.
apihelp-query+revisions+base-param-expandtemplates (토론) (번역) Expand templates in revision content (requires $1prop=content).
apihelp-query+revisions+base-param-generatexml (토론) (번역) Generate XML parse tree for revision content (requires $1prop=content; replaced by <kbd>$1prop=parsetree</kbd>).
apihelp-query+revisions+base-param-limit (토론) (번역) Limit how many revisions will be returned.
apihelp-query+revisions+base-param-parse (토론) (번역) Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.
apihelp-query+revisions+base-param-prop (토론) (번역) Which properties to get for each revision:
apihelp-query+revisions+base-param-section (토론) (번역) Only retrieve the content of this section number.
apihelp-query+revisions+base-paramvalue-prop-comment (토론) (번역) Comment by the user for the revision.
apihelp-query+revisions+base-paramvalue-prop-content (토론) (번역) Text of the revision.
apihelp-query+revisions+base-paramvalue-prop-contentmodel (토론) (번역) Content model ID of the revision.
apihelp-query+revisions+base-paramvalue-prop-flags (토론) (번역) Revision flags (minor).
apihelp-query+revisions+base-paramvalue-prop-ids (토론) (번역) The ID of the revision.
apihelp-query+revisions+base-paramvalue-prop-parsedcomment (토론) (번역) Parsed comment by the user for the revision.
apihelp-query+revisions+base-paramvalue-prop-parsetree (토론) (번역) The XML parse tree of revision content (requires content model <code>$1</code>).
apihelp-query+revisions+base-paramvalue-prop-sha1 (토론) (번역) SHA-1 (base 16) of the revision.
apihelp-query+revisions+base-paramvalue-prop-size (토론) (번역) Length (bytes) of the revision.
apihelp-query+revisions+base-paramvalue-prop-tags (토론) (번역) Tags for the revision.
apihelp-query+revisions+base-paramvalue-prop-timestamp (토론) (번역) The timestamp of the revision.
apihelp-query+revisions+base-paramvalue-prop-user (토론) (번역) User that made the revision.
apihelp-query+revisions+base-paramvalue-prop-userid (토론) (번역) User ID of the revision creator.
apihelp-query+revisions-description (토론) (번역) Get revision information. May be used in several ways: # Get data about a set of pages (last revision), by setting titles or pageids. # Get revisions for one given page, by using titles or pageids with start, end, or limit. # Get data about a set of revisions by setting their IDs with revids.
apihelp-query+revisions-example-content (토론) (번역) Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>.
apihelp-query+revisions-example-first5 (토론) (번역) Get first 5 revisions of the <kbd>Main Page</kbd>.
apihelp-query+revisions-example-first5-after (토론) (번역) Get first 5 revisions of the <kbd>Main Page</kbd> made after 2006-05-01.
apihelp-query+revisions-example-first5-not-localhost (토론) (번역) Get first 5 revisions of the <kbd>Main Page</kbd> that were not made by anonymous user <kbd>127.0.0.1</kbd>.
apihelp-query+revisions-example-first5-user (토론) (번역) Get first 5 revisions of the <kbd>Main Page</kbd> that were made by the user <kbd>MediaWiki default</kbd>.
apihelp-query+revisions-example-last5 (토론) (번역) Get last 5 revisions of the <kbd>Main Page</kbd>.
apihelp-query+revisions-param-end (토론) (번역) Enumerate up to this timestamp.
apihelp-query+revisions-param-endid (토론) (번역) Stop revision enumeration on this revision ID.
apihelp-query+revisions-param-excludeuser (토론) (번역) Exclude revisions made by user.
처음 문서
마지막 문서