Systemmeldinger
Hopp til navigering
Hopp til søk
Dette er en liste over tilgjengelige systemmeldinger i MediaWiki-navnerommet.
Besøk MediaWiki Oversettelse og translatewiki.net om du ønsker å bidra med oversettelse av MediaWiki.
| Navn | Standardtekst |
|---|---|
| Gjeldende beskjedtekst | |
| apihelp-stashedit-param-sectiontitle (diskusjon) (Oversett) | Tittelen til en ny seksjon. |
| apihelp-stashedit-param-stashedtexthash (diskusjon) (Oversett) | Page content hash from a prior stash to use instead. |
| apihelp-stashedit-param-summary (diskusjon) (Oversett) | Endringssammendrag. |
| apihelp-stashedit-param-text (diskusjon) (Oversett) | Sideinnhold. |
| apihelp-stashedit-param-title (diskusjon) (Oversett) | Tittelen på siden som redigeres. |
| apihelp-stashedit-summary (diskusjon) (Oversett) | Prepare an edit in shared cache. |
| apihelp-summary (diskusjon) (Oversett) | |
| apihelp-tag-example-log (diskusjon) (Oversett) | Fjern taggen <kbd>spam</kbd> fra loggoppførings-ID-en 123 med årsaken <kbd>Wrongly applied</kbd> |
| apihelp-tag-example-rev (diskusjon) (Oversett) | Legg til taggen <kbd>vandalism</kbd> til revisjons-ID-en 123 uten å oppgi årsak |
| apihelp-tag-param-add (diskusjon) (Oversett) | Tagger som skal legges til. Kun manuelt definerte tagger kan legges til. |
| apihelp-tag-param-logid (diskusjon) (Oversett) | Én eller flere loggoppførings-ID-er taggen skal legges til på eller fjernes fra. |
| apihelp-tag-param-rcid (diskusjon) (Oversett) | One or more recent changes IDs from which to add or remove the tag. |
| apihelp-tag-param-reason (diskusjon) (Oversett) | Årsak for endringen. |
| apihelp-tag-param-remove (diskusjon) (Oversett) | Tagger som skal fjernes. Kun tagger som er enten manuelt definert eller helt udefinerte kan fjernes. |
| apihelp-tag-param-revid (diskusjon) (Oversett) | Én eller flere revisjons-ID-er taggen skal legges til på eller fjernes fra. |
| apihelp-tag-param-tags (diskusjon) (Oversett) | Tagger som skal påføres loggoppføringen som vil oppstå på grunn av denne handlingen. |
| apihelp-tag-summary (diskusjon) (Oversett) | Legg til eller fjern endringstagger fra individuelle revisjoner eller loggoppføringer. |
| apihelp-tokens-example-edit (diskusjon) (Oversett) | Hent en redigeringsnøkkel (standard). |
| apihelp-tokens-example-emailmove (diskusjon) (Oversett) | Hent en epostnøkkel og en flyttingsnøkkel. |
| apihelp-tokens-extended-description (diskusjon) (Oversett) | Denne modulen er foreldet til fordel for [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]. |
| apihelp-tokens-param-type (diskusjon) (Oversett) | Types of token to request. |
| apihelp-tokens-summary (diskusjon) (Oversett) | Get tokens for data-modifying actions. |
| apihelp-unblock-example-id (diskusjon) (Oversett) | Unblock block ID #<kbd>105</kbd>. |
| apihelp-unblock-example-user (diskusjon) (Oversett) | Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>. |
| apihelp-unblock-param-id (diskusjon) (Oversett) | ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var> or <var>$1userid</var>. |
| apihelp-unblock-param-reason (diskusjon) (Oversett) | Reason for unblock. |
| apihelp-unblock-param-tags (diskusjon) (Oversett) | Change tags to apply to the entry in the block log. |
| apihelp-unblock-param-user (diskusjon) (Oversett) | Username, IP address or IP address range to unblock. Cannot be used together with <var>$1id</var> or <var>$1userid</var>. |
| apihelp-unblock-param-userid (diskusjon) (Oversett) | User ID to unblock. Cannot be used together with <var>$1id</var> or <var>$1user</var>. |
| apihelp-unblock-summary (diskusjon) (Oversett) | Avblokker en bruker. |
| apihelp-undelete-example-page (diskusjon) (Oversett) | Undelete page <kbd>Main Page</kbd>. |
| apihelp-undelete-example-revisions (diskusjon) (Oversett) | Undelete two revisions of page <kbd>Main Page</kbd>. |
| apihelp-undelete-extended-description (diskusjon) (Oversett) | 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 (diskusjon) (Oversett) | 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 (diskusjon) (Oversett) | Reason for restoring. |
| apihelp-undelete-param-tags (diskusjon) (Oversett) | Change tags to apply to the entry in the deletion log. |
| apihelp-undelete-param-timestamps (diskusjon) (Oversett) | 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 (diskusjon) (Oversett) | Title of the page to restore. |
| apihelp-undelete-param-watchlist (diskusjon) (Oversett) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
| apihelp-undelete-summary (diskusjon) (Oversett) | Restore revisions of a deleted page. |
| apihelp-unlinkaccount-example-simple (diskusjon) (Oversett) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
| apihelp-unlinkaccount-summary (diskusjon) (Oversett) | Remove a linked third-party account from the current user. |
| apihelp-upload-example-filekey (diskusjon) (Oversett) | Complete an upload that failed due to warnings. |
| apihelp-upload-example-url (diskusjon) (Oversett) | Upload from a URL. |
| apihelp-upload-extended-description (diskusjon) (Oversett) | 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 (diskusjon) (Oversett) | Make potentially large file operations asynchronous when possible. |
| apihelp-upload-param-checkstatus (diskusjon) (Oversett) | Only fetch the upload status for the given file key. |
| apihelp-upload-param-chunk (diskusjon) (Oversett) | Chunk contents. |
| apihelp-upload-param-comment (diskusjon) (Oversett) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
| apihelp-upload-param-file (diskusjon) (Oversett) | File contents. |