Systemmeddelanden
Från Temperatur.nu
Hoppa till navigeringHoppa till sökDetta är en lista över alla systemmeddelanden i namnrymden MediaWiki.
Besök MediaWiki Localisation eller translatewiki.net om du vill bidra till översättningen av MediaWiki.
| Namn | Standardtext |
|---|---|
| Nuvarande text | |
| apihelp-stashedit-summary (diskussion) (Översätt) | Prepare an edit in shared cache. |
| apihelp-summary (diskussion) (Översätt) | |
| apihelp-tag-example-log (diskussion) (Översätt) | Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd> |
| apihelp-tag-example-rev (diskussion) (Översätt) | Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason |
| apihelp-tag-param-add (diskussion) (Översätt) | Tags to add. Only manually defined tags can be added. |
| apihelp-tag-param-logid (diskussion) (Översätt) | One or more log entry IDs from which to add or remove the tag. |
| apihelp-tag-param-rcid (diskussion) (Översätt) | One or more recent changes IDs from which to add or remove the tag. |
| apihelp-tag-param-reason (diskussion) (Översätt) | Reason for the change. |
| apihelp-tag-param-remove (diskussion) (Översätt) | Tags to remove. Only tags that are either manually defined or completely undefined can be removed. |
| apihelp-tag-param-revid (diskussion) (Översätt) | One or more revision IDs from which to add or remove the tag. |
| apihelp-tag-param-tags (diskussion) (Översätt) | Tags to apply to the log entry that will be created as a result of this action. |
| apihelp-tag-summary (diskussion) (Översätt) | Lägg till eller ta bort ändringsmärken från individuella sidversioner eller loggposter. |
| apihelp-tokens-example-edit (diskussion) (Översätt) | Retrieve an edit token (the default). |
| apihelp-tokens-example-emailmove (diskussion) (Översätt) | Retrieve an email token and a move token. |
| apihelp-tokens-extended-description (diskussion) (Översätt) | This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]. |
| apihelp-tokens-param-type (diskussion) (Översätt) | Types of token to request. |
| apihelp-tokens-summary (diskussion) (Översätt) | Hämta nycklar för datamodifierande handlingar. |
| apihelp-unblock-example-id (diskussion) (Översätt) | Unblock block ID #<kbd>105</kbd>. |
| apihelp-unblock-example-user (diskussion) (Översätt) | Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>. |
| apihelp-unblock-param-id (diskussion) (Översätt) | ID för blockeringen att häva (hämtas genom <kbd>list=blocks</kbd>). Kan inte användas tillsammans med <var>$1user</var> eller <var>$1userid</var>. |
| apihelp-unblock-param-reason (diskussion) (Översätt) | Reason for unblock. |
| apihelp-unblock-param-tags (diskussion) (Översätt) | Change tags to apply to the entry in the block log. |
| apihelp-unblock-param-user (diskussion) (Översätt) | Användarnamn, IP-adresser eller IP-adressintervall att häva blockering för. Kan inte användas tillsammans med <var>$1id</var> eller <var>$1userid</var>. |
| apihelp-unblock-param-userid (diskussion) (Översätt) | Användar-ID att häva blockering för. Kan inte användas tillsammans med <var>$1id</var> eller <var>$1user</var>. |
| apihelp-unblock-summary (diskussion) (Översätt) | Upphäv en användares blockering. |
| apihelp-undelete-example-page (diskussion) (Översätt) | Undelete page <kbd>Main Page</kbd>. |
| apihelp-undelete-example-revisions (diskussion) (Översätt) | Undelete two revisions of page <kbd>Main Page</kbd>. |
| apihelp-undelete-extended-description (diskussion) (Översätt) | A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]]. |
| apihelp-undelete-param-fileids (diskussion) (Översätt) | 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) (Översätt) | Reason for restoring. |
| apihelp-undelete-param-tags (diskussion) (Översätt) | Change tags to apply to the entry in the deletion log. |
| apihelp-undelete-param-timestamps (diskussion) (Översätt) | 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) (Översätt) | Title of the page to restore. |
| apihelp-undelete-param-watchlist (diskussion) (Översätt) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
| apihelp-undelete-param-watchlistexpiry (diskussion) (Översätt) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
| apihelp-undelete-summary (diskussion) (Översätt) | Återställ sidversioner för en raderad sida. |
| apihelp-unlinkaccount-example-simple (diskussion) (Översätt) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
| apihelp-unlinkaccount-summary (diskussion) (Översätt) | Ta bort ett länkat tredjepartskonto från aktuell användare. |
| apihelp-upload-example-filekey (diskussion) (Översätt) | Slutför en uppladdning som misslyckades på grund av varningar. |
| apihelp-upload-example-url (diskussion) (Översätt) | Ladda upp från URL. |
| apihelp-upload-extended-description (diskussion) (Översätt) | 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-param-async (diskussion) (Översätt) | Make potentially large file operations asynchronous when possible. |
| apihelp-upload-param-checkstatus (diskussion) (Översätt) | Only fetch the upload status for the given file key. |
| apihelp-upload-param-chunk (diskussion) (Översätt) | Chunk contents. |
| apihelp-upload-param-comment (diskussion) (Översätt) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
| apihelp-upload-param-file (diskussion) (Översätt) | File contents. |
| apihelp-upload-param-filekey (diskussion) (Översätt) | Nyckel som identifierar en tidigare uppladdning som lagrats temporärt. |
| apihelp-upload-param-filename (diskussion) (Översätt) | Target filename. |
| apihelp-upload-param-filesize (diskussion) (Översätt) | Filesize of entire upload. |
| apihelp-upload-param-ignorewarnings (diskussion) (Översätt) | Ignore any warnings. |