MediaWiki-Systemnachrichten

Wechseln zu: Navigation, Suche

Dies ist eine Liste der MediaWiki-Systemtexte. Bitte besuche die Seiten MediaWiki-Lokalisierung und translatewiki.net, sofern du dich an der Lokalisierung von MediaWiki beteiligen möchtest.

Filter
Filter für angepassten Zustand:    
Erste Seite
Letzte Seite
Name Standardtext
Aktueller Text
apihelp-query+recentchanges-paramvalue-prop-comment (Diskussion) (Übersetzen) Adds the comment for the edit.
apihelp-query+recentchanges-paramvalue-prop-flags (Diskussion) (Übersetzen) Adds flags for the edit.
apihelp-query+recentchanges-paramvalue-prop-ids (Diskussion) (Übersetzen) Adds the page ID, recent changes ID and the new and old revision ID.
apihelp-query+recentchanges-paramvalue-prop-loginfo (Diskussion) (Übersetzen) Adds log information (log ID, log type, etc) to log entries.
apihelp-query+recentchanges-paramvalue-prop-parsedcomment (Diskussion) (Übersetzen) Adds the parsed comment for the edit.
apihelp-query+recentchanges-paramvalue-prop-patrolled (Diskussion) (Übersetzen) Tags patrollable edits as being patrolled or unpatrolled.
apihelp-query+recentchanges-paramvalue-prop-redirect (Diskussion) (Übersetzen) Tags edit if page is a redirect.
apihelp-query+recentchanges-paramvalue-prop-sha1 (Diskussion) (Übersetzen) Adds the content checksum for entries associated with a revision.
apihelp-query+recentchanges-paramvalue-prop-sizes (Diskussion) (Übersetzen) Adds the new and old page length in bytes.
apihelp-query+recentchanges-paramvalue-prop-tags (Diskussion) (Übersetzen) Lists tags for the entry.
apihelp-query+recentchanges-paramvalue-prop-timestamp (Diskussion) (Übersetzen) Adds timestamp of the edit.
apihelp-query+recentchanges-paramvalue-prop-title (Diskussion) (Übersetzen) Adds the page title of the edit.
apihelp-query+recentchanges-paramvalue-prop-user (Diskussion) (Übersetzen) Adds the user responsible for the edit and tags if they are an IP.
apihelp-query+recentchanges-paramvalue-prop-userid (Diskussion) (Übersetzen) Adds the user ID responsible for the edit.
apihelp-query+redirects-description (Diskussion) (Übersetzen) Returns all redirects to the given pages.
apihelp-query+redirects-example-generator (Diskussion) (Übersetzen) Get information about all redirects to the [[Main Page]].
apihelp-query+redirects-example-simple (Diskussion) (Übersetzen) Get a list of redirects to the [[Main Page]].
apihelp-query+redirects-param-limit (Diskussion) (Übersetzen) How many redirects to return.
apihelp-query+redirects-param-namespace (Diskussion) (Übersetzen) Only include pages in these namespaces.
apihelp-query+redirects-param-prop (Diskussion) (Übersetzen) Which properties to get:
apihelp-query+redirects-param-show (Diskussion) (Übersetzen) 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 (Diskussion) (Übersetzen) Fragment of each redirect, if any.
apihelp-query+redirects-paramvalue-prop-pageid (Diskussion) (Übersetzen) Page ID of each redirect.
apihelp-query+redirects-paramvalue-prop-title (Diskussion) (Übersetzen) Title of each redirect.
apihelp-query+revisions+base-param-contentformat (Diskussion) (Übersetzen) Serialization format used for <var>$1difftotext</var> and expected for output of content.
apihelp-query+revisions+base-param-diffto (Diskussion) (Übersetzen) 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 (Diskussion) (Übersetzen) 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-expandtemplates (Diskussion) (Übersetzen) Expand templates in revision content (requires $1prop=content).
apihelp-query+revisions+base-param-generatexml (Diskussion) (Übersetzen) Generate XML parse tree for revision content (requires $1prop=content; replaced by <kbd>$1prop=parsetree</kbd>).
apihelp-query+revisions+base-param-limit (Diskussion) (Übersetzen) Limit how many revisions will be returned.
apihelp-query+revisions+base-param-parse (Diskussion) (Übersetzen) 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 (Diskussion) (Übersetzen) Which properties to get for each revision:
apihelp-query+revisions+base-param-section (Diskussion) (Übersetzen) Only retrieve the content of this section number.
apihelp-query+revisions+base-paramvalue-prop-comment (Diskussion) (Übersetzen) Comment by the user for the revision.
apihelp-query+revisions+base-paramvalue-prop-content (Diskussion) (Übersetzen) Text of the revision.
apihelp-query+revisions+base-paramvalue-prop-contentmodel (Diskussion) (Übersetzen) Content model ID of the revision.
apihelp-query+revisions+base-paramvalue-prop-flags (Diskussion) (Übersetzen) Revision flags (minor).
apihelp-query+revisions+base-paramvalue-prop-ids (Diskussion) (Übersetzen) The ID of the revision.
apihelp-query+revisions+base-paramvalue-prop-parsedcomment (Diskussion) (Übersetzen) Parsed comment by the user for the revision.
apihelp-query+revisions+base-paramvalue-prop-parsetree (Diskussion) (Übersetzen) The XML parse tree of revision content (requires content model <code>$1</code>).
apihelp-query+revisions+base-paramvalue-prop-sha1 (Diskussion) (Übersetzen) SHA-1 (base 16) of the revision.
apihelp-query+revisions+base-paramvalue-prop-size (Diskussion) (Übersetzen) Length (bytes) of the revision.
apihelp-query+revisions+base-paramvalue-prop-tags (Diskussion) (Übersetzen) Tags for the revision.
apihelp-query+revisions+base-paramvalue-prop-timestamp (Diskussion) (Übersetzen) The timestamp of the revision.
apihelp-query+revisions+base-paramvalue-prop-user (Diskussion) (Übersetzen) User that made the revision.
apihelp-query+revisions+base-paramvalue-prop-userid (Diskussion) (Übersetzen) User ID of the revision creator.
apihelp-query+revisions-description (Diskussion) (Übersetzen) 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 (Diskussion) (Übersetzen) Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>.
apihelp-query+revisions-example-first5 (Diskussion) (Übersetzen) Get first 5 revisions of the <kbd>Main Page</kbd>.
apihelp-query+revisions-example-first5-after (Diskussion) (Übersetzen) Get first 5 revisions of the <kbd>Main Page</kbd> made after 2006-05-01.
Erste Seite
Letzte Seite