MediaWiki-Systemnachrichten
Aus Hackerspace Ffm
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.
Erste Seite |
Vorherige Seite |
Nächste Seite |
Letzte Seite |
Name | Standardtext |
---|---|
Aktueller Text | |
apihelp-query+categorymembers-param-prop (Diskussion) (Übersetzen) | Which pieces of information to include: ;ids:Adds the page ID. ;title:Adds the title and namespace ID of the page. ;sortkey:Adds the sortkey used for sorting in the category (hexadecimal string). ;sortkeyprefix:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey). ;type:Adds the type that the page has been categorised as (page, subcat or file). ;timestamp:Adds the timestamp of when the page was included. |
apihelp-query+categorymembers-param-sort (Diskussion) (Übersetzen) | Property to sort by. |
apihelp-query+categorymembers-param-start (Diskussion) (Übersetzen) | Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>. |
apihelp-query+categorymembers-param-starthexsortkey (Diskussion) (Übersetzen) | Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>. |
apihelp-query+categorymembers-param-startsortkey (Diskussion) (Übersetzen) | Stattdessen $1starthexsortkey verwenden. |
apihelp-query+categorymembers-param-startsortkeyprefix (Diskussion) (Übersetzen) | Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>. |
apihelp-query+categorymembers-param-title (Diskussion) (Übersetzen) | Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>. |
apihelp-query+categorymembers-param-type (Diskussion) (Übersetzen) | Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set. |
apihelp-query+contributors-description (Diskussion) (Übersetzen) | Get the list of logged-in contributors and the count of anonymous contributors to a page. |
apihelp-query+contributors-example-simple (Diskussion) (Übersetzen) | Show contributors to the page <kbd>Main Page</kbd>. |
apihelp-query+contributors-param-excludegroup (Diskussion) (Übersetzen) | Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-excluderights (Diskussion) (Übersetzen) | Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-group (Diskussion) (Übersetzen) | Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-limit (Diskussion) (Übersetzen) | Wie viele Spender zurückgegeben werden sollen. |
apihelp-query+contributors-param-rights (Diskussion) (Übersetzen) | Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+deletedrevisions-description (Diskussion) (Übersetzen) | Get deleted revision information. May be used in several ways: # Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp. # Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID. |
apihelp-query+deletedrevisions-example-revids (Diskussion) (Übersetzen) | List the information for deleted revision <kbd>123456</kbd>. |
apihelp-query+deletedrevisions-example-titles (Diskussion) (Übersetzen) | List the deleted revisions of the pages <kbd>Main Page</kbd> and <kbd>Talk:Main Page</kbd>, with content. |
apihelp-query+deletedrevisions-param-end (Diskussion) (Übersetzen) | The timestamp to stop enumerating at. Ignored when processing a list of revision IDs. |
apihelp-query+deletedrevisions-param-excludeuser (Diskussion) (Übersetzen) | Don't list revisions by this user. |
apihelp-query+deletedrevisions-param-limit (Diskussion) (Übersetzen) | Die Maximalmenge der aufzulistenden Versionen. |
apihelp-query+deletedrevisions-param-prop (Diskussion) (Übersetzen) | Which properties to get: ;revid:Adds the revision ID of the deleted revision. ;parentid:Adds the revision ID of the previous revision to the page. ;user:Adds the user who made the revision. ;userid:Adds the user ID who made the revision. ;comment:Adds the comment of the revision. ;parsedcomment:Adds the parsed comment of the revision. ;minor:Tags if the revision is minor. ;len:Adds the length (bytes) of the revision. ;sha1:Adds the SHA-1 (base 16) of the revision. ;content:Adds the content of the revision. ;tags:Tags for the revision. |
apihelp-query+deletedrevisions-param-start (Diskussion) (Übersetzen) | The timestamp to start enumerating from. Ignored when processing a list of revision IDs. |
apihelp-query+deletedrevisions-param-tag (Diskussion) (Übersetzen) | Only list revisions tagged with this tag. |
apihelp-query+deletedrevisions-param-user (Diskussion) (Übersetzen) | Nur Versionen von diesem Benutzer auflisten. |
apihelp-query+deletedrevs-description (Diskussion) (Übersetzen) | List deleted revisions. Operates in three modes: # List deleted revisions for the given titles, sorted by timestamp. # List deleted contributions for the given user, sorted by timestamp (no titles specified). # List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set). Certain parameters only apply to some modes and are ignored in others. |
apihelp-query+deletedrevs-example-mode1 (Diskussion) (Übersetzen) | List the last deleted revisions of the pages <kbd>Main Page</kbd> and <kbd>Talk:Main Page</kbd>, with content (mode 1). |
apihelp-query+deletedrevs-example-mode2 (Diskussion) (Übersetzen) | List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2). |
apihelp-query+deletedrevs-example-mode3-main (Diskussion) (Übersetzen) | List the first 50 deleted revisions in the main namespace (mode 3). |
apihelp-query+deletedrevs-example-mode3-talk (Diskussion) (Übersetzen) | List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3). |
apihelp-query+deletedrevs-param-end (Diskussion) (Übersetzen) | The timestamp to stop enumerating at. |
apihelp-query+deletedrevs-param-excludeuser (Diskussion) (Übersetzen) | Don't list revisions by this user. |
apihelp-query+deletedrevs-param-from (Diskussion) (Übersetzen) | Auflistung bei diesem Titel beginnen. |
apihelp-query+deletedrevs-param-limit (Diskussion) (Übersetzen) | The maximum amount of revisions to list. |
apihelp-query+deletedrevs-param-namespace (Diskussion) (Übersetzen) | Only list pages in this namespace. |
apihelp-query+deletedrevs-param-prefix (Diskussion) (Übersetzen) | Search for all page titles that begin with this value. |
apihelp-query+deletedrevs-param-prop (Diskussion) (Übersetzen) | Which properties to get: ;revid:Adds the revision ID of the deleted revision. ;parentid:Adds the revision ID of the previous revision to the page. ;user:Adds the user who made the revision. ;userid:Adds the user ID whom made the revision. ;comment:Adds the comment of the revision. ;parsedcomment:Adds the parsed comment of the revision. ;minor:Tags if the revision is minor. ;len:Adds the length (bytes) of the revision. ;sha1:Adds the SHA-1 (base 16) of the revision. ;content:Adds the content of the revision. ;token:<span class="apihelp-deprecated">Deprecated.</span> Gives the edit token. ;tags:Tags for the revision. |
apihelp-query+deletedrevs-param-start (Diskussion) (Übersetzen) | The timestamp to start enumerating from. |
apihelp-query+deletedrevs-param-tag (Diskussion) (Übersetzen) | Only list revisions tagged with this tag. |
apihelp-query+deletedrevs-param-to (Diskussion) (Übersetzen) | Auflistung bei diesem Titel beenden. |
apihelp-query+deletedrevs-param-unique (Diskussion) (Übersetzen) | List only one revision for each page. |
apihelp-query+deletedrevs-param-user (Diskussion) (Übersetzen) | Only list revisions by this user. |
apihelp-query+deletedrevs-paraminfo-modes (Diskussion) (Übersetzen) | {{PLURAL:$1|Mode|Modes}}: $2 |
apihelp-query+disabled-description (Diskussion) (Übersetzen) | This query module has been disabled. |
apihelp-query+duplicatefiles-description (Diskussion) (Übersetzen) | List all files that are duplicates of the given files based on hash values. |
apihelp-query+duplicatefiles-example-generated (Diskussion) (Übersetzen) | Sucht nach Duplikaten aller Dateien. |
apihelp-query+duplicatefiles-example-simple (Diskussion) (Übersetzen) | Sucht nach Duplikaten von [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+duplicatefiles-param-dir (Diskussion) (Übersetzen) | The direction in which to list. |
apihelp-query+duplicatefiles-param-limit (Diskussion) (Übersetzen) | How many duplicate files to return. |
apihelp-query+duplicatefiles-param-localonly (Diskussion) (Übersetzen) | Sucht nur nach Dateien im lokalen Repositorium. |
Erste Seite |
Vorherige Seite |
Nächste Seite |
Letzte Seite |