Systemmeddelanden
Från LuggudeWiki
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.
| Namn | Standardtext | 
|---|---|
| Nuvarande text | |
| apihelp-edit-param-prependtext (diskussion) (Översätt) | Lägg till denna text i början på sidan. Ersätter $1text. | 
| apihelp-edit-param-recreate (diskussion) (Översätt) | Ignorera felmeddelande om sidan har blivit raderad under tiden. | 
| apihelp-edit-param-redirect (diskussion) (Översätt) | Åtgärda automatiskt omdirigeringar. | 
| apihelp-edit-param-section (diskussion) (Översätt) | Avsnittsnummer. <kbd>0</kbd> för det översta avsnittet, <kbd>new</kbd> för ett nytt avsnitt. | 
| apihelp-edit-param-sectiontitle (diskussion) (Översätt) | Rubriken för ett nytt avsnitt. | 
| apihelp-edit-param-starttimestamp (diskussion) (Översätt) | Tidsstämpel för när redigeringsprocessen började, används för att upptäcka redigeringskonflikter. Ett lämpligt värde kan erhållas via <var>[[Special:ApiHelp/main|curtimestamp]]</var> när redigeringsprocessen startas (t.ex. när sidans innehåll laddas för redigering). | 
| apihelp-edit-param-summary (diskussion) (Översätt) | Redigeringssammanfattning. Även avsnittets rubrik när $1section=new och $1sectiontitle inte anges. | 
| apihelp-edit-param-tags (diskussion) (Översätt) | Ändra taggar till att gälla för revideringen. | 
| apihelp-edit-param-text (diskussion) (Översätt) | Sidans innehåll. | 
| apihelp-edit-param-title (diskussion) (Översätt) | Titel på sidan du vill redigera. Kan inte användas tillsammans med <var>$1pageid</var>. | 
| apihelp-edit-param-token (diskussion) (Översätt) | Token ska alltid skickas som sista parameter, eller åtminstone efter $1text-parametern | 
| apihelp-edit-param-undo (diskussion) (Översätt) | Ångra denna sidversion. Skriver över $1text, $1prependtext och $1appendtext. | 
| apihelp-edit-param-undoafter (diskussion) (Översätt) | Ångra alla sidversioner från $1undo till denna. Om inte, ångra endast en sidversion. | 
| apihelp-edit-param-unwatch (diskussion) (Översätt) | Ta bort sidan från aktuell användares bevakningslista. | 
| apihelp-edit-param-watch (diskussion) (Översätt) | Lägg till sidan i den aktuella användarens bevakningslista. | 
| apihelp-edit-param-watchlist (diskussion) (Översätt) | Lägg till eller ta bort sidan ovillkorligen från den aktuella användarens bevakningslista, använd inställningar eller ändra inte bevakning. | 
| apihelp-edit-summary (diskussion) (Översätt) | Skapa och redigera sidor. | 
| apihelp-emailuser-example-email (diskussion) (Översätt) | Skicka ett e-postmeddelande till användaren <kbd>WikiSysop</kbd> med texten <kbd>Content</kbd>. | 
| apihelp-emailuser-param-ccme (diskussion) (Översätt) | Skicka en kopia av detta e-postmeddelande till mig. | 
| apihelp-emailuser-param-subject (diskussion) (Översätt) | Ämnesrubrik. | 
| apihelp-emailuser-param-target (diskussion) (Översätt) | Användare att skicka e-post till. | 
| apihelp-emailuser-param-text (diskussion) (Översätt) | E-postmeddelandets innehåll. | 
| apihelp-emailuser-summary (diskussion) (Översätt) | Skicka e-post till en användare. | 
| apihelp-expandtemplates-example-simple (diskussion) (Översätt) | Expandera wikitexten <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>. | 
| apihelp-expandtemplates-param-generatexml (diskussion) (Översätt) | Generera ett XML tolknings träd (ersatt av $1prop=parsetree). | 
| apihelp-expandtemplates-param-includecomments (diskussion) (Översätt) | Om HTML-kommentarer skall inkluderas i utdata. | 
| apihelp-expandtemplates-param-prop (diskussion) (Översätt) | Which pieces of information to get. Note that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format. | 
| apihelp-expandtemplates-param-revid (diskussion) (Översätt) | Revisions-ID, för <code><nowiki>{{REVISIONID}}</nowiki></code> och liknande variabler. | 
| apihelp-expandtemplates-param-text (diskussion) (Översätt) | Wikitext att konvertera. | 
| apihelp-expandtemplates-param-title (diskussion) (Översätt) | Sidans rubrik. | 
| apihelp-expandtemplates-paramvalue-prop-categories (diskussion) (Översätt) | Any categories present in the input that are not represented in the wikitext output. | 
| apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars (diskussion) (Översätt) | Gives the JavaScript configuration variables specific to the page as a JSON string. | 
| apihelp-expandtemplates-paramvalue-prop-jsconfigvars (diskussion) (Översätt) | Gives the JavaScript configuration variables specific to the page. | 
| apihelp-expandtemplates-paramvalue-prop-modules (diskussion) (Översätt) | Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>. | 
| apihelp-expandtemplates-paramvalue-prop-parsetree (diskussion) (Översätt) | The XML parse tree of the input. | 
| apihelp-expandtemplates-paramvalue-prop-properties (diskussion) (Översätt) | Page properties defined by expanded magic words in the wikitext. | 
| apihelp-expandtemplates-paramvalue-prop-ttl (diskussion) (Översätt) | The maximum time after which caches of the result should be invalidated. | 
| apihelp-expandtemplates-paramvalue-prop-volatile (diskussion) (Översätt) | Whether the output is volatile and should not be reused elsewhere within the page. | 
| apihelp-expandtemplates-paramvalue-prop-wikitext (diskussion) (Översätt) | Den expanderade wikitexten. | 
| apihelp-expandtemplates-summary (diskussion) (Översätt) | Expanderar alla mallar inom wikitext. | 
| apihelp-feedcontributions-example-simple (diskussion) (Översätt) | Returnera bidrag för <kbd>Exempel</kbd> | 
| apihelp-feedcontributions-param-deletedonly (diskussion) (Översätt) | Visa bara borttagna bidrag. | 
| apihelp-feedcontributions-param-feedformat (diskussion) (Översätt) | Flödets format. | 
| apihelp-feedcontributions-param-hideminor (diskussion) (Översätt) | Göm mindre ändringar. | 
| apihelp-feedcontributions-param-month (diskussion) (Översätt) | Från månad (och tidigare). | 
| apihelp-feedcontributions-param-namespace (diskussion) (Översätt) | Vilken namnrymd att filtrera bidrag med. | 
| apihelp-feedcontributions-param-newonly (diskussion) (Översätt) | Visa endast redigeringar där sidor skapas. | 
| apihelp-feedcontributions-param-showsizediff (diskussion) (Översätt) | Visa skillnaden i storlek mellan revisioner. | 
| apihelp-feedcontributions-param-tagfilter (diskussion) (Översätt) | Filtrera bidrag som har dessa taggar. | 
| apihelp-feedcontributions-param-toponly (diskussion) (Översätt) | Visa endast ändringar som är senaste revideringen. | 
