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.
Namn | Standardtext |
---|---|
Nuvarande text | |
apihelp-patrol-example-revid (diskussion) (Översätt) | Patrullera en sidversion |
apihelp-patrol-param-rcid (diskussion) (Översätt) | Recentchanges ID to patrol. |
apihelp-patrol-param-revid (diskussion) (Översätt) | Versions ID att patrullera. |
apihelp-patrol-param-tags (diskussion) (Översätt) | Change tags to apply to the entry in the patrol log. |
apihelp-patrol-summary (diskussion) (Översätt) | Patrullera en sida eller en version. |
apihelp-php-param-formatversion (diskussion) (Översätt) | Output formatting: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning. |
apihelp-php-summary (diskussion) (Översätt) | Output data in serialized PHP format. |
apihelp-phpfm-summary (diskussion) (Översätt) | Output data in serialized PHP format (pretty-print in HTML). |
apihelp-protect-example-protect (diskussion) (Översätt) | Skydda en sida |
apihelp-protect-example-unprotect (diskussion) (Översätt) | Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action). |
apihelp-protect-example-unprotect2 (diskussion) (Översätt) | Unprotect a page by setting no restrictions. |
apihelp-protect-param-cascade (diskussion) (Översätt) | Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading. |
apihelp-protect-param-expiry (diskussion) (Översätt) | Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection. |
apihelp-protect-param-pageid (diskussion) (Översätt) | ID of the page to (un)protect. Cannot be used together with $1title. |
apihelp-protect-param-protections (diskussion) (Översätt) | List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction. <strong>Note:</strong> Any actions not listed will have restrictions removed. |
apihelp-protect-param-reason (diskussion) (Översätt) | Reason for (un)protecting. |
apihelp-protect-param-tags (diskussion) (Översätt) | Change tags to apply to the entry in the protection log. |
apihelp-protect-param-title (diskussion) (Översätt) | Title of the page to (un)protect. Cannot be used together with $1pageid. |
apihelp-protect-param-watch (diskussion) (Översätt) | If set, add the page being (un)protected to the current user's watchlist. |
apihelp-protect-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-protect-summary (diskussion) (Översätt) | Ändra skyddsnivån för en sida. |
apihelp-purge-example-generator (diskussion) (Översätt) | Purge the first 10 pages in the main namespace. |
apihelp-purge-example-simple (diskussion) (Översätt) | Purge the <kbd>Main Page</kbd> and the <kbd>API</kbd> page. |
apihelp-purge-param-forcelinkupdate (diskussion) (Översätt) | Uppdatera länktabellerna. |
apihelp-purge-param-forcerecursivelinkupdate (diskussion) (Översätt) | Update the links table, and update the links tables for any page that uses this page as a template. |
apihelp-purge-summary (diskussion) (Översätt) | Rensa cachen för angivna titlar. |
apihelp-query+allcategories-example-generator (diskussion) (Översätt) | Retrieve info about the category page itself for categories beginning <kbd>List</kbd>. |
apihelp-query+allcategories-example-size (diskussion) (Översätt) | List categories with information on the number of pages in each. |
apihelp-query+allcategories-param-dir (diskussion) (Översätt) | Riktning att sortera mot. |
apihelp-query+allcategories-param-from (diskussion) (Översätt) | The category to start enumerating from. |
apihelp-query+allcategories-param-limit (diskussion) (Översätt) | Hur många kategorier att returnera. |
apihelp-query+allcategories-param-max (diskussion) (Översätt) | Returnera endast kategorier med som mest så här många medlemmar. |
apihelp-query+allcategories-param-min (diskussion) (Översätt) | Returnera endast kategorier med minst så här många medlemmar. |
apihelp-query+allcategories-param-prefix (diskussion) (Översätt) | Sök efter alla kategorititlar som börjar med detta värde. |
apihelp-query+allcategories-param-prop (diskussion) (Översätt) | Vilka egenskaper att hämta: |
apihelp-query+allcategories-param-to (diskussion) (Översätt) | The category to stop enumerating at. |
apihelp-query+allcategories-paramvalue-prop-size (diskussion) (Översätt) | Lägger till antal sidor i kategorin. |
apihelp-query+allcategories-summary (diskussion) (Översätt) | Enumerate all categories. |
apihelp-query+alldeletedrevisions-example-ns-main (diskussion) (Översätt) | Lista dem första 50 revideringarna i huvud-namnrymden |
apihelp-query+alldeletedrevisions-example-user (diskussion) (Översätt) | List de senaste 50 raderade bidragen av användaren <kbd>Example</kbd>. |
apihelp-query+alldeletedrevisions-param-end (diskussion) (Översätt) | The timestamp to stop enumerating at. |
apihelp-query+alldeletedrevisions-param-excludeuser (diskussion) (Översätt) | Lista inte revideringar av denna användaren. |
apihelp-query+alldeletedrevisions-param-from (diskussion) (Översätt) | Börja lista vid denna titel. |
apihelp-query+alldeletedrevisions-param-generatetitles (diskussion) (Översätt) | When being used as a generator, generate titles rather than revision IDs. |
apihelp-query+alldeletedrevisions-param-miser-user-namespace (diskussion) (Översätt) | <strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned. |
apihelp-query+alldeletedrevisions-param-namespace (diskussion) (Översätt) | Lista bara sidor i denna namnrymd. |
apihelp-query+alldeletedrevisions-param-prefix (diskussion) (Översätt) | Sök alla sid-titlar som börjar med detta värde. |
apihelp-query+alldeletedrevisions-param-start (diskussion) (Översätt) | The timestamp to start enumerating from. |
apihelp-query+alldeletedrevisions-param-tag (diskussion) (Översätt) | Lista bara revideringar taggade med denna tagg. |