Systemmeldinger
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-query+watchlist-paramvalue-prop-flags (diskusjon) (Oversett) | Adds flags for the edit. |
| apihelp-query+watchlist-paramvalue-prop-ids (diskusjon) (Oversett) | Adds revision IDs and page IDs. |
| apihelp-query+watchlist-paramvalue-prop-loginfo (diskusjon) (Oversett) | Adds log information where appropriate. |
| apihelp-query+watchlist-paramvalue-prop-notificationtimestamp (diskusjon) (Oversett) | Adds timestamp of when the user was last notified about the edit. |
| apihelp-query+watchlist-paramvalue-prop-parsedcomment (diskusjon) (Oversett) | Adds parsed comment of the edit. |
| apihelp-query+watchlist-paramvalue-prop-patrol (diskusjon) (Oversett) | Tags edits that are patrolled. |
| apihelp-query+watchlist-paramvalue-prop-sizes (diskusjon) (Oversett) | Adds the old and new lengths of the page. |
| apihelp-query+watchlist-paramvalue-prop-tags (diskusjon) (Oversett) | Lists tags for the entry. |
| apihelp-query+watchlist-paramvalue-prop-timestamp (diskusjon) (Oversett) | Adds timestamp of the edit. |
| apihelp-query+watchlist-paramvalue-prop-title (diskusjon) (Oversett) | Adds title of the page. |
| apihelp-query+watchlist-paramvalue-prop-user (diskusjon) (Oversett) | Adds the user who made the edit. |
| apihelp-query+watchlist-paramvalue-prop-userid (diskusjon) (Oversett) | Adds user ID of whoever made the edit. |
| apihelp-query+watchlist-paramvalue-type-categorize (diskusjon) (Oversett) | Endringer i kategorimedlemskap. |
| apihelp-query+watchlist-paramvalue-type-edit (diskusjon) (Oversett) | Vanlige sideredigeringer. |
| apihelp-query+watchlist-paramvalue-type-external (diskusjon) (Oversett) | Eksterne endringer. |
| apihelp-query+watchlist-paramvalue-type-log (diskusjon) (Oversett) | Loggoppføringer. |
| apihelp-query+watchlist-paramvalue-type-new (diskusjon) (Oversett) | Sideopprettelser |
| apihelp-query+watchlist-summary (diskusjon) (Oversett) | Get recent changes to pages in the current user's watchlist. |
| apihelp-query+watchlistraw-example-generator (diskusjon) (Oversett) | Hent sideinfo for sider på den gjeldende brukerens overvåkningsliste. |
| apihelp-query+watchlistraw-example-simple (diskusjon) (Oversett) | List opp sider på den gjeldende brukerens overvåkningsliste. |
| apihelp-query+watchlistraw-param-dir (diskusjon) (Oversett) | Retningen det skal listes opp i. |
| apihelp-query+watchlistraw-param-fromtitle (diskusjon) (Oversett) | Title (with namespace prefix) to begin enumerating from. |
| apihelp-query+watchlistraw-param-limit (diskusjon) (Oversett) | Hvor mange resultater som skal returneres totalt per forespørsel. |
| apihelp-query+watchlistraw-param-namespace (diskusjon) (Oversett) | List kun opp sider i de gitte navnerommene. |
| apihelp-query+watchlistraw-param-owner (diskusjon) (Oversett) | Brukes sammen med $1token for å få tilgang til en annen brukers overvåkningsliste. |
| apihelp-query+watchlistraw-param-prop (diskusjon) (Oversett) | Hvilke ekstra egenskaper som skal hentes: |
| apihelp-query+watchlistraw-param-show (diskusjon) (Oversett) | List kun opp elementer som tilfredsstiller disse kriteriene. |
| apihelp-query+watchlistraw-param-token (diskusjon) (Oversett) | En sikkerhetsnøkkel (tilgjengelig i brukerens [[Special:Preferences#mw-prefsection-watchlist|innstillinger]]) for å tillate tilgang til en annen brukers overvåkningsliste. |
| apihelp-query+watchlistraw-param-totitle (diskusjon) (Oversett) | Title (with namespace prefix) to stop enumerating at. |
| apihelp-query+watchlistraw-paramvalue-prop-changed (diskusjon) (Oversett) | Legger til tidsstempel for når brukeren sist ble varslet om redigeringen. |
| apihelp-query+watchlistraw-summary (diskusjon) (Oversett) | Get all pages on the current user's watchlist. |
| apihelp-query-example-allpages (diskusjon) (Oversett) | Fetch revisions of pages beginning with <kbd>API/</kbd>. |
| apihelp-query-example-revisions (diskusjon) (Oversett) | Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of <kbd>Main Page</kbd>. |
| apihelp-query-extended-description (diskusjon) (Oversett) | All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites. |
| apihelp-query-param-export (diskusjon) (Oversett) | Export the current revisions of all given or generated pages. |
| apihelp-query-param-exportnowrap (diskusjon) (Oversett) | Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export. |
| apihelp-query-param-indexpageids (diskusjon) (Oversett) | Include an additional pageids section listing all returned page IDs. |
| apihelp-query-param-iwurl (diskusjon) (Oversett) | Whether to get the full URL if the title is an interwiki link. |
| apihelp-query-param-list (diskusjon) (Oversett) | Which lists to get. |
| apihelp-query-param-meta (diskusjon) (Oversett) | Which metadata to get. |
| apihelp-query-param-prop (diskusjon) (Oversett) | Which properties to get for the queried pages. |
| apihelp-query-param-rawcontinue (diskusjon) (Oversett) | Return raw <samp>query-continue</samp> data for continuation. |
| apihelp-query-summary (diskusjon) (Oversett) | Fetch data from and about MediaWiki. |
| apihelp-rawfm-summary (diskusjon) (Oversett) | Output data, including debugging elements, in JSON format (pretty-print in HTML). |
| apihelp-removeauthenticationdata-example-simple (diskusjon) (Oversett) | Forsøk å fjerne den gjeldende brukerens data for <kbd>FooAuthenticationRequest</kbd>. |
| apihelp-removeauthenticationdata-summary (diskusjon) (Oversett) | Fjern autentiseringsdata for den gjeldende brukeren. |
| apihelp-resetpassword-example-email (diskusjon) (Oversett) | Send a password reset email for all users with email address <kbd>user@example.com</kbd>. |
| apihelp-resetpassword-example-user (diskusjon) (Oversett) | Send a password reset email to user <kbd>Example</kbd>. |
| apihelp-resetpassword-extended-description-noroutes (diskusjon) (Oversett) | No password reset routes are available. Enable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module. |
| apihelp-resetpassword-param-email (diskusjon) (Oversett) | Email address of the user being reset. |