Systemmeddelanden

Hoppa till navigering Hoppa till sök
Detta ä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.
Systemmeddelanden
Första sidanFöregående sidaNästa sidaSista sidan
Namn Standardtext
Nuvarande text
apihelp-stashedit-param-section (diskussion) (Översätt) Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.
apihelp-stashedit-param-sectiontitle (diskussion) (Översätt) The title for a new section.
apihelp-stashedit-param-stashedtexthash (diskussion) (Översätt) Page content hash from a prior stash to use instead.
apihelp-stashedit-param-summary (diskussion) (Översätt) Ändra sammanfattning.
apihelp-stashedit-param-text (diskussion) (Översätt) Page content.
apihelp-stashedit-param-title (diskussion) (Översätt) Title of the page being edited.
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-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) Ange <kbd>$1user=#<var>ID</var></kbd> istället.
apihelp-unblock-param-watchlistexpiry (diskussion) (Översätt) Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.
apihelp-unblock-param-watchuser (diskussion) (Översätt) Watch the user's or IP address's user and talk pages.
apihelp-unblock-summary (diskussion) (Översätt) Upphäv en användares blockering.
apihelp-undelete-example-page (diskussion) (Översätt) Undelete page [[{{MediaWiki:Mainpage}}]].
apihelp-undelete-example-revisions (diskussion) (Översätt) Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].
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 undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.
apihelp-undelete-param-title (diskussion) (Översätt) Title of the page to undelete.
apihelp-undelete-param-undeletetalk (diskussion) (Översätt) Undelete all revisions of the associated talk page, if any.
apihelp-undelete-param-watchlist (diskussion) (Översätt) Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) 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.
Första sidanFöregående sidaNästa sidaSista sidan