MediaWiki-Systemnachrichten
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+info-paramvalue-prop-talkid (Diskussion) (Übersetzen) | The page ID of the talk page for each non-talk page. |
| apihelp-query+info-paramvalue-prop-url (Diskussion) (Übersetzen) | Gives a full URL, an edit URL, and the canonical URL for each page. |
| apihelp-query+info-paramvalue-prop-watched (Diskussion) (Übersetzen) | List the watched status of each page. |
| apihelp-query+info-paramvalue-prop-watchers (Diskussion) (Übersetzen) | The number of watchers, if allowed. |
| apihelp-query+iwbacklinks-description (Diskussion) (Übersetzen) | Find all pages that link to the given interwiki link. Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively "all interwiki links". |
| apihelp-query+iwbacklinks-example-generator (Diskussion) (Übersetzen) | Get information about pages linking to [[wikibooks:Test]]. |
| apihelp-query+iwbacklinks-example-simple (Diskussion) (Übersetzen) | Get pages linking to [[wikibooks:Test]]. |
| apihelp-query+iwbacklinks-param-dir (Diskussion) (Übersetzen) | The direction in which to list. |
| apihelp-query+iwbacklinks-param-limit (Diskussion) (Übersetzen) | How many total pages to return. |
| apihelp-query+iwbacklinks-param-prefix (Diskussion) (Übersetzen) | Präfix für das Interwiki. |
| apihelp-query+iwbacklinks-param-prop (Diskussion) (Übersetzen) | Which properties to get: |
| apihelp-query+iwbacklinks-param-title (Diskussion) (Übersetzen) | Interwiki link to search for. Must be used with <var>$1blprefix</var>. |
| apihelp-query+iwbacklinks-paramvalue-prop-iwprefix (Diskussion) (Übersetzen) | Adds the prefix of the interwiki. |
| apihelp-query+iwbacklinks-paramvalue-prop-iwtitle (Diskussion) (Übersetzen) | Adds the title of the interwiki. |
| apihelp-query+iwlinks-description (Diskussion) (Übersetzen) | Returns all interwiki links from the given pages. |
| apihelp-query+iwlinks-example-simple (Diskussion) (Übersetzen) | Get interwiki links from the page <kbd>Main Page</kbd>. |
| apihelp-query+iwlinks-param-dir (Diskussion) (Übersetzen) | The direction in which to list. |
| apihelp-query+iwlinks-param-limit (Diskussion) (Übersetzen) | How many interwiki links to return. |
| apihelp-query+iwlinks-param-prefix (Diskussion) (Übersetzen) | Only return interwiki links with this prefix. |
| apihelp-query+iwlinks-param-prop (Diskussion) (Übersetzen) | Which additional properties to get for each interlanguage link: |
| apihelp-query+iwlinks-param-title (Diskussion) (Übersetzen) | Interwiki link to search for. Must be used with <var>$1prefix</var>. |
| apihelp-query+iwlinks-param-url (Diskussion) (Übersetzen) | Whether to get the full URL (cannot be used with $1prop). |
| apihelp-query+iwlinks-paramvalue-prop-url (Diskussion) (Übersetzen) | Adds the full URL. |
| apihelp-query+langbacklinks-description (Diskussion) (Übersetzen) | Find all pages that link to the given language link. Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively "all language links". Note that this may not consider language links added by extensions. |
| apihelp-query+langbacklinks-example-generator (Diskussion) (Übersetzen) | Get information about pages linking to [[:fr:Test]]. |
| apihelp-query+langbacklinks-example-simple (Diskussion) (Übersetzen) | Get pages linking to [[:fr:Test]]. |
| apihelp-query+langbacklinks-param-dir (Diskussion) (Übersetzen) | The direction in which to list. |
| apihelp-query+langbacklinks-param-lang (Diskussion) (Übersetzen) | Language for the language link. |
| apihelp-query+langbacklinks-param-limit (Diskussion) (Übersetzen) | Wie viele Gesamtseiten zurückgegeben werden sollen. |
| apihelp-query+langbacklinks-param-prop (Diskussion) (Übersetzen) | Which properties to get: |
| apihelp-query+langbacklinks-param-title (Diskussion) (Übersetzen) | Language link to search for. Must be used with $1lang. |
| apihelp-query+langbacklinks-paramvalue-prop-lllang (Diskussion) (Übersetzen) | Adds the language code of the language link. |
| apihelp-query+langbacklinks-paramvalue-prop-lltitle (Diskussion) (Übersetzen) | Adds the title of the language link. |
| apihelp-query+langlinks-description (Diskussion) (Übersetzen) | Returns all interlanguage links from the given pages. |
| apihelp-query+langlinks-example-simple (Diskussion) (Übersetzen) | Get interlanguage links from the page <kbd>Main Page</kbd>. |
| apihelp-query+langlinks-param-dir (Diskussion) (Übersetzen) | The direction in which to list. |
| apihelp-query+langlinks-param-inlanguagecode (Diskussion) (Übersetzen) | Language code for localised language names. |
| apihelp-query+langlinks-param-lang (Diskussion) (Übersetzen) | Only return language links with this language code. |
| apihelp-query+langlinks-param-limit (Diskussion) (Übersetzen) | How many langlinks to return. |
| apihelp-query+langlinks-param-prop (Diskussion) (Übersetzen) | Which additional properties to get for each interlanguage link: |
| apihelp-query+langlinks-param-title (Diskussion) (Übersetzen) | Link to search for. Must be used with <var>$1lang</var>. |
| apihelp-query+langlinks-param-url (Diskussion) (Übersetzen) | Whether to get the full URL (cannot be used with <var>$1prop</var>). |
| apihelp-query+langlinks-paramvalue-prop-autonym (Diskussion) (Übersetzen) | Adds the native language name. |
| apihelp-query+langlinks-paramvalue-prop-langname (Diskussion) (Übersetzen) | Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language. |
| apihelp-query+langlinks-paramvalue-prop-url (Diskussion) (Übersetzen) | Adds the full URL. |
| apihelp-query+links-description (Diskussion) (Übersetzen) | Returns all links from the given pages. |
| apihelp-query+links-example-generator (Diskussion) (Übersetzen) | Get information about the link pages in the page <kbd>Main Page</kbd>. |
| apihelp-query+links-example-namespaces (Diskussion) (Übersetzen) | Get links from the page <kbd>Main Page</kbd> in the {{ns:user}} and {{ns:template}} namespaces. |
| apihelp-query+links-example-simple (Diskussion) (Übersetzen) | Links von der <kbd>Hauptseite</kbd> abrufen |
| apihelp-query+links-param-dir (Diskussion) (Übersetzen) | The direction in which to list. |
Erste Seite |
Vorherige Seite |
Nächste Seite |
Letzte Seite |