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-stashedit-description (Diskussion) (Übersetzen) Prepare an edit in shared cache. This is intended to be used via AJAX from the edit form to improve the performance of the page save.
apihelp-stashedit-param-baserevid (Diskussion) (Übersetzen) Revision ID of the base revision.
apihelp-stashedit-param-contentformat (Diskussion) (Übersetzen) Content serialization format used for the input text.
apihelp-stashedit-param-contentmodel (Diskussion) (Übersetzen) Content model of the new content.
apihelp-stashedit-param-section (Diskussion) (Übersetzen) Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.
apihelp-stashedit-param-sectiontitle (Diskussion) (Übersetzen) The title for a new section.
apihelp-stashedit-param-text (Diskussion) (Übersetzen) Page content.
apihelp-stashedit-param-title (Diskussion) (Übersetzen) Title of the page being edited.
apihelp-summary (Diskussion) (Übersetzen)  
apihelp-tag-description (Diskussion) (Übersetzen) Add or remove change tags from individual revisions or log entries.
apihelp-tag-example-log (Diskussion) (Übersetzen) Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>
apihelp-tag-example-rev (Diskussion) (Übersetzen) Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason
apihelp-tag-param-add (Diskussion) (Übersetzen) Tags to add. Only manually defined tags can be added.
apihelp-tag-param-logid (Diskussion) (Übersetzen) One or more log entry IDs from which to add or remove the tag.
apihelp-tag-param-rcid (Diskussion) (Übersetzen) One or more recent changes IDs from which to add or remove the tag.
apihelp-tag-param-reason (Diskussion) (Übersetzen) Grund für die Änderung.
apihelp-tag-param-remove (Diskussion) (Übersetzen) Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
apihelp-tag-param-revid (Diskussion) (Übersetzen) One or more revision IDs from which to add or remove the tag.
apihelp-tokens-description (Diskussion) (Übersetzen) Get tokens for data-modifying actions. This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].
apihelp-tokens-example-edit (Diskussion) (Übersetzen) Retrieve an edit token (the default).
apihelp-tokens-example-emailmove (Diskussion) (Übersetzen) Retrieve an email token and a move token.
apihelp-tokens-param-type (Diskussion) (Übersetzen) Types of token to request.
apihelp-txt-description (Diskussion) (Übersetzen) Daten im PHP-<code>print_r()</code>-Format ausgeben.
apihelp-txtfm-description (Diskussion) (Übersetzen) Daten im PHP-<code>print_r()</code>-Format ausgeben (schöngedruckt in HTML).
apihelp-unblock-description (Diskussion) (Übersetzen) Einen Benutzer freigeben.
apihelp-unblock-example-id (Diskussion) (Übersetzen) Sperrkennung #<kbd>105</kbd> freigeben.
apihelp-unblock-example-user (Diskussion) (Übersetzen) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (Diskussion) (Übersetzen) ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.
apihelp-unblock-param-reason (Diskussion) (Übersetzen) Grund für die Freigabe.
apihelp-unblock-param-user (Diskussion) (Übersetzen) Username, IP address or IP range to unblock. Cannot be used together with <var>$1id</var>.
apihelp-undelete-description (Diskussion) (Übersetzen) Restore revisions of a deleted page. A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].
apihelp-undelete-example-page (Diskussion) (Übersetzen) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (Diskussion) (Übersetzen) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-param-fileids (Diskussion) (Übersetzen) IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-reason (Diskussion) (Übersetzen) Grund für die Wiederherstellung.
apihelp-undelete-param-timestamps (Diskussion) (Übersetzen) Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-title (Diskussion) (Übersetzen) Title of the page to restore.
apihelp-undelete-param-watchlist (Diskussion) (Übersetzen) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-upload-description (Diskussion) (Übersetzen) Upload a file, or get the status of pending uploads. Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters. * Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
apihelp-upload-example-filekey (Diskussion) (Übersetzen) Complete an upload that failed due to warnings.
apihelp-upload-example-url (Diskussion) (Übersetzen) Von einer URL hochladen
apihelp-upload-param-async (Diskussion) (Übersetzen) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-asyncdownload (Diskussion) (Übersetzen) Make fetching a URL asynchronous.
apihelp-upload-param-checkstatus (Diskussion) (Übersetzen) Only fetch the upload status for the given file key.
apihelp-upload-param-chunk (Diskussion) (Übersetzen) Chunk contents.
apihelp-upload-param-comment (Diskussion) (Übersetzen) Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.
apihelp-upload-param-file (Diskussion) (Übersetzen) Dateiinhalte.
apihelp-upload-param-filekey (Diskussion) (Übersetzen) Key that identifies a previous upload that was stashed temporarily.
apihelp-upload-param-filename (Diskussion) (Übersetzen) Ziel-Dateiname.
apihelp-upload-param-filesize (Diskussion) (Übersetzen) Filesize of entire upload.
Erste Seite
Letzte Seite