MediaWiki-Systemnachrichten
Dies ist eine Liste der MediaWiki-Systemtexte. Gehe auf MediaWiki-Lokalisierung und translatewiki.net, wenn du dich an der Übersetzung von MediaWiki beteiligen möchtest.
Erste Seite |
Vorherige Seite |
Nächste Seite |
Letzte Seite |
Name | Standardtext |
---|---|
Aktueller Text | |
apihelp-query-example-allpages (Diskussion) (Übersetzen) | Bezieht Versionen von Seiten, die mit <kbd>API/</kbd> beginnen. |
apihelp-query-example-revisions (Diskussion) (Übersetzen) | Bezieht [[Special:ApiHelp/query+siteinfo|Seiteninformationen]] und [[Special:ApiHelp/query+revisions|Versionen]] der <kbd>Main Page</kbd>. |
apihelp-query-param-export (Diskussion) (Übersetzen) | Exportiert die aktuellen Versionen der angegebenen oder generierten Seiten. |
apihelp-query-param-exportnowrap (Diskussion) (Übersetzen) | Gibt den XML-Export zurück, ohne ihn in ein XML-Ergebnis einzuschließen (gleiches Format wie durch [[Special:Export]]). Kann nur zusammen mit $1export genutzt werden. |
apihelp-query-param-indexpageids (Diskussion) (Übersetzen) | Schließt einen zusätzlichen pageids-Abschnitt mit allen zurückgegebenen Seitenkennungen ein. |
apihelp-query-param-iwurl (Diskussion) (Übersetzen) | Gibt an, ob die komplette URL zurückgegeben werden soll, wenn der Titel ein Interwikilink ist. |
apihelp-query-param-list (Diskussion) (Übersetzen) | Welche Listen abgerufen werden sollen. |
apihelp-query-param-meta (Diskussion) (Übersetzen) | Zurückzugebende Metadaten. |
apihelp-query-param-prop (Diskussion) (Übersetzen) | Zurückzugebende Eigenschaften der abgefragten Seiten. |
apihelp-query-param-rawcontinue (Diskussion) (Übersetzen) | Gibt <samp>query-continue</samp>-Rohdaten zur Fortsetzung zurück. |
apihelp-rawfm-description (Diskussion) (Übersetzen) | Daten, einschließlich Fehlerbehebungselementen, im JSON-Format ausgeben (schöngedruckt in HTML). |
apihelp-removeauthenticationdata-description (Diskussion) (Übersetzen) | Remove authentication data for the current user. |
apihelp-removeauthenticationdata-example-simple (Diskussion) (Übersetzen) | Attempt to remove the current user's data for <kbd>FooAuthenticationRequest</kbd>. |
apihelp-resetpassword-description (Diskussion) (Übersetzen) | Send a password reset email to a user. |
apihelp-resetpassword-description-noroutes (Diskussion) (Übersetzen) | No password reset routes are available. Enable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module. |
apihelp-resetpassword-example-email (Diskussion) (Übersetzen) | Send a password reset email for all users with email address <kbd>user@example.com</kbd>. |
apihelp-resetpassword-example-user (Diskussion) (Übersetzen) | Send a password reset email to user <kbd>Example</kbd>. |
apihelp-resetpassword-param-email (Diskussion) (Übersetzen) | Email address of the user being reset. |
apihelp-resetpassword-param-user (Diskussion) (Übersetzen) | Benutzer, der zurückgesetzt werden soll. |
apihelp-revisiondelete-description (Diskussion) (Übersetzen) | Löscht und stellt Versionen wieder her. |
apihelp-revisiondelete-example-log (Diskussion) (Übersetzen) | Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>. |
apihelp-revisiondelete-example-revision (Diskussion) (Übersetzen) | Hide content for revision <kbd>12345</kbd> on the page <kbd>Main Page</kbd>. |
apihelp-revisiondelete-param-hide (Diskussion) (Übersetzen) | Was für jede Version versteckt werden soll. |
apihelp-revisiondelete-param-ids (Diskussion) (Übersetzen) | Identifiers for the revisions to be deleted. |
apihelp-revisiondelete-param-reason (Diskussion) (Übersetzen) | Reason for the deletion or undeletion. |
apihelp-revisiondelete-param-show (Diskussion) (Übersetzen) | Was für jede Version wieder eingeblendet werden soll. |
apihelp-revisiondelete-param-suppress (Diskussion) (Übersetzen) | Whether to suppress data from administrators as well as others. |
apihelp-revisiondelete-param-tags (Diskussion) (Übersetzen) | Auf den Eintrag im Lösch-Logbuch anzuwendende Markierungen. |
apihelp-revisiondelete-param-target (Diskussion) (Übersetzen) | Page title for the revision deletion, if required for the type. |
apihelp-revisiondelete-param-type (Diskussion) (Übersetzen) | Type of revision deletion being performed. |
apihelp-rollback-description (Diskussion) (Übersetzen) | Undo the last edit to the page. If the last user who edited the page made multiple edits in a row, they will all be rolled back. |
apihelp-rollback-example-simple (Diskussion) (Übersetzen) | Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>. |
apihelp-rollback-example-summary (Diskussion) (Übersetzen) | Roll back the last edits to page <kbd>Main Page</kbd> by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits. |
apihelp-rollback-param-markbot (Diskussion) (Übersetzen) | Mark the reverted edits and the revert as bot edits. |
apihelp-rollback-param-pageid (Diskussion) (Übersetzen) | Page ID of the page to roll back. Cannot be used together with <var>$1title</var>. |
apihelp-rollback-param-summary (Diskussion) (Übersetzen) | Custom edit summary. If empty, default summary will be used. |
apihelp-rollback-param-tags (Diskussion) (Übersetzen) | Tags to apply to the rollback. |
apihelp-rollback-param-title (Diskussion) (Übersetzen) | Title of the page to roll back. Cannot be used together with <var>$1pageid</var>. |
apihelp-rollback-param-user (Diskussion) (Übersetzen) | Name of the user whose edits are to be rolled back. |
apihelp-rollback-param-watchlist (Diskussion) (Übersetzen) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-rsd-description (Diskussion) (Übersetzen) | Ein RSD-Schema (Really Simple Discovery) exportieren. |
apihelp-rsd-example-simple (Diskussion) (Übersetzen) | Das RSD-Schema exportieren |
apihelp-setnotificationtimestamp-description (Diskussion) (Übersetzen) | Update the notification timestamp for watched pages. This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the "{{int:tog-enotifwatchlistpages}}" preference is enabled. |
apihelp-setnotificationtimestamp-example-all (Diskussion) (Übersetzen) | Reset the notification status for the entire watchlist. |
apihelp-setnotificationtimestamp-example-allpages (Diskussion) (Übersetzen) | Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace. |
apihelp-setnotificationtimestamp-example-page (Diskussion) (Übersetzen) | Reset the notification status for <kbd>Main page</kbd>. |
apihelp-setnotificationtimestamp-example-pagetimestamp (Diskussion) (Übersetzen) | Set the notification timestamp for <kbd>Main page</kbd> so all edits since 1 January 2012 are unviewed. |
apihelp-setnotificationtimestamp-param-entirewatchlist (Diskussion) (Übersetzen) | An allen beobachteten Seiten arbeiten. |
apihelp-setnotificationtimestamp-param-newerthanrevid (Diskussion) (Übersetzen) | Revision to set the notification timestamp newer than (one page only). |
apihelp-setnotificationtimestamp-param-timestamp (Diskussion) (Übersetzen) | Timestamp to which to set the notification timestamp. |
Erste Seite |
Vorherige Seite |
Nächste Seite |
Letzte Seite |