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-opensearch-param-format (diskussion) (Översätt) Formatet för utdata.
apihelp-opensearch-param-limit (diskussion) (Översätt) Maximalt antal resultat att returnera.
apihelp-opensearch-param-namespace (diskussion) (Översätt) Namnrymder att genomsöka. Ignoreras om <var>$1search</var> börjar med ett giltigt namnrymdsprefix.
apihelp-opensearch-param-redirects (diskussion) (Översätt) How to handle redirects:
apihelp-opensearch-param-redirects-append (diskussion) (Översätt) For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-search (diskussion) (Översätt) Söksträng.
apihelp-opensearch-param-suggest (diskussion) (Översätt) Använd inte längre.
apihelp-opensearch-param-warningsaserror (diskussion) (Översätt) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-opensearch-paramvalue-redirects-resolve (diskussion) (Översätt) Return the target page. May return fewer than $1limit results.
apihelp-opensearch-paramvalue-redirects-return (diskussion) (Översätt) Return the redirect itself.
apihelp-opensearch-summary (diskussion) (Översätt) Sök wikin med protokollet OpenSearch.
apihelp-options-example-change (diskussion) (Översätt) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-options-example-complex (diskussion) (Översätt) Återställ alla inställningar, ställ sedan in <kbd>skin</kbd> och <kbd>nickname</kbd>.
apihelp-options-example-reset (diskussion) (Översätt) Återställ alla inställningar
apihelp-options-extended-description (diskussion) (Översätt) Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.
apihelp-options-param-change (diskussion) (Översätt) List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.
apihelp-options-param-global (diskussion) (Översätt) What to do if the option was set globally using the GlobalPreferences extension. * <kbd>ignore</kbd>: Do nothing. The option remains with its previous value. * <kbd>override</kbd>: Add a local override. * <kbd>update</kbd>: Update the option globally.
apihelp-options-param-optionname (diskussion) (Översätt) The name of the option that should be set to the value given by <var>$1optionvalue</var>.
apihelp-options-param-optionvalue (diskussion) (Översätt) The value for the option specified by <var>$1optionname</var>. When <var>$1optionname</var> is set but <var>$1optionvalue</var> is omitted, the option will be reset to its default value.
apihelp-options-param-reset (diskussion) (Översätt) Återställer inställningarna till sidans standardvärden.
apihelp-options-param-resetkinds (diskussion) (Översätt) List of types of options to reset when the <var>$1reset</var> option is set.
apihelp-options-summary (diskussion) (Översätt) Ändra inställningar för nuvarande användare.
apihelp-paraminfo-example-1 (diskussion) (Översätt) Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.
apihelp-paraminfo-example-2 (diskussion) (Översätt) Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.
apihelp-paraminfo-param-formatmodules (diskussion) (Översätt) List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.
apihelp-paraminfo-param-helpformat (diskussion) (Översätt) Format för hjälpsträngar.
apihelp-paraminfo-param-mainmodule (diskussion) (Översätt) Få information om huvud-modulen (top-level) också. Använd <kbd>$1modules=main</kbd> istället.
apihelp-paraminfo-param-modules (diskussion) (Översätt) List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.
apihelp-paraminfo-param-pagesetmodule (diskussion) (Översätt) Get information about the pageset module (providing titles= and friends) as well.
apihelp-paraminfo-param-querymodules (diskussion) (Översätt) List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.
apihelp-paraminfo-summary (diskussion) (Översätt) Få information om API moduler.
apihelp-parse-example-page (diskussion) (Översätt) Tolka en sida.
apihelp-parse-example-summary (diskussion) (Översätt) Tolka en sammanfattning.
apihelp-parse-example-text (diskussion) (Översätt) Tolka wikitext.
apihelp-parse-example-texttitle (diskussion) (Översätt) Tolka wikitext, specificera sid-titeln.
apihelp-parse-extended-description (diskussion) (Översätt) See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page. There are several ways to specify the text to parse: # Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>. # Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>. # Specify only a summary to parse. <var>$1prop</var> should be given an empty value.
apihelp-parse-param-contentformat (diskussion) (Översätt) Content serialization format used for the input text. Only valid when used with $1text.
apihelp-parse-param-contentmodel (diskussion) (Översätt) Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.
apihelp-parse-param-disableeditsection (diskussion) (Översätt) Omit edit section links from the parser output.
apihelp-parse-param-disablelimitreport (diskussion) (Översätt) Omit the limit report ("NewPP limit report") from the parser output.
apihelp-parse-param-disablepp (diskussion) (Översätt) Använd <var>$1disablelimitreport</var> istället.
apihelp-parse-param-disablestylededuplication (diskussion) (Översätt) Do not deduplicate inline stylesheets in the parser output.
apihelp-parse-param-disabletoc (diskussion) (Översätt) Omit table of contents in output.
apihelp-parse-param-effectivelanglinks (diskussion) (Översätt) Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).
apihelp-parse-param-generatexml (diskussion) (Översätt) Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).
apihelp-parse-param-oldid (diskussion) (Översätt) Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.
apihelp-parse-param-onlypst (diskussion) (Översätt) Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.
apihelp-parse-param-page (diskussion) (Översätt) Tolka innehållet av denna sida. Kan inte användas tillsammans med <var>$1text</var> och <var>$1title</var>.
apihelp-parse-param-pageid (diskussion) (Översätt) Tolka innehållet på denna sida. Åsidosätter <var>$1sidan</var>.
apihelp-parse-param-parsoid (diskussion) (Översätt) Generate HTML conforming to the [[mw:Specs/HTML|MediaWiki DOM spec]] using [[mw:Parsoid|Parsoid]].
apihelp-parse-param-preview (diskussion) (Översätt) Tolka i preview-läget.
apihelp-parse-param-prop (diskussion) (Översätt) Vilka bitar av information att få:
apihelp-parse-param-pst (diskussion) (Översätt) Do a pre-save transform on the input before parsing it. Only valid when used with text.
apihelp-parse-param-redirects (diskussion) (Översätt) If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.
apihelp-parse-param-revid (diskussion) (Översätt) Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.
apihelp-parse-param-section (diskussion) (Översätt) Only parse the content of the section with this identifier. When <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page. <kbd>new</kbd> is allowed only when specifying <var>text</var>.
apihelp-parse-param-sectionpreview (diskussion) (Översätt) Parse in section preview mode (enables preview mode too).
apihelp-parse-param-sectiontitle (diskussion) (Översätt) New section title when <var>section</var> is <kbd>new</kbd>. Unlike page editing, this does not fall back to <var>summary</var> when omitted or empty.
apihelp-parse-param-showstrategykeys (diskussion) (Översätt) Whether to include internal merge strategy information in jsconfigvars.
apihelp-parse-param-summary (diskussion) (Översätt) Sammanfattning att tolka.
apihelp-parse-param-text (diskussion) (Översätt) Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.
apihelp-parse-param-title (diskussion) (Översätt) Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.
apihelp-parse-param-usearticle (diskussion) (Översätt) Use the ArticleParserOptions hook to ensure the options used match those used for article page views
apihelp-parse-param-useskin (diskussion) (Översätt) Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.
apihelp-parse-param-wrapoutputclass (diskussion) (Översätt) CSS class to use to wrap the parser output.
apihelp-parse-paramvalue-prop-categories (diskussion) (Översätt) Gives the categories in the parsed wikitext.
apihelp-parse-paramvalue-prop-categorieshtml (diskussion) (Översätt) Ger HTML-version av kategorierna.
apihelp-parse-paramvalue-prop-displaytitle (diskussion) (Översätt) Adds the title of the parsed wikitext.
apihelp-parse-paramvalue-prop-encodedjsconfigvars (diskussion) (Översätt) Gives the JavaScript configuration variables specific to the page as a JSON string.
apihelp-parse-paramvalue-prop-externallinks (diskussion) (Översätt) Gives the external links in the parsed wikitext.
apihelp-parse-paramvalue-prop-headhtml (diskussion) (Översätt) Gives parsed doctype, opening <code><html></code>, <code><head></code> element and opening <code><body></code> of the page.
apihelp-parse-paramvalue-prop-headitems (diskussion) (Översätt) Gives items to put in the <code><head></code> of the page.
apihelp-parse-paramvalue-prop-images (diskussion) (Översätt) Gives the images in the parsed wikitext.
apihelp-parse-paramvalue-prop-indicators (diskussion) (Översätt) Gives the HTML of page status indicators used on the page.
apihelp-parse-paramvalue-prop-iwlinks (diskussion) (Översätt) Gives interwiki links in the parsed wikitext.
apihelp-parse-paramvalue-prop-jsconfigvars (diskussion) (Översätt) Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.
apihelp-parse-paramvalue-prop-langlinks (diskussion) (Översätt) Gives the language links in the parsed wikitext.
apihelp-parse-paramvalue-prop-limitreportdata (diskussion) (Översätt) Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.
apihelp-parse-paramvalue-prop-limitreporthtml (diskussion) (Översätt) Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.
apihelp-parse-paramvalue-prop-links (diskussion) (Översätt) Gives the internal links in the parsed wikitext.
apihelp-parse-paramvalue-prop-modules (diskussion) (Översätt) Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.
apihelp-parse-paramvalue-prop-parsetree (diskussion) (Översätt) The XML parse tree of revision content (requires content model <code>$1</code>)
apihelp-parse-paramvalue-prop-parsewarnings (diskussion) (Översätt) Gives the warnings that occurred while parsing content (as wikitext).
apihelp-parse-paramvalue-prop-parsewarningshtml (diskussion) (Översätt) Gives the warnings that occurred while parsing content (as HTML).
apihelp-parse-paramvalue-prop-properties (diskussion) (Översätt) Gives various properties defined in the parsed wikitext.
apihelp-parse-paramvalue-prop-revid (diskussion) (Översätt) Adds the revision ID of the parsed page.
apihelp-parse-paramvalue-prop-sections (diskussion) (Översätt) Gives the sections in the parsed wikitext.
apihelp-parse-paramvalue-prop-subtitle (diskussion) (Översätt) Adds the page subtitle for the parsed page.
apihelp-parse-paramvalue-prop-templates (diskussion) (Översätt) Gives the templates in the parsed wikitext.
apihelp-parse-paramvalue-prop-text (diskussion) (Översätt) Gives the parsed text of the wikitext.
apihelp-parse-paramvalue-prop-tocdata (diskussion) (Översätt) Gives the table of contents information in the parsed wikitext.
apihelp-parse-paramvalue-prop-wikitext (diskussion) (Översätt) Gives the original wikitext that was parsed.
apihelp-parse-summary (diskussion) (Översätt) Parses content and returns parser output.
apihelp-patrol-example-rcid (diskussion) (Översätt) Patrullera en nykommen ändring.
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
apihelp-php-paramvalue-formatversion-1 (diskussion) (Översätt) Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).
apihelp-php-paramvalue-formatversion-2 (diskussion) (Översätt) Modern format.
apihelp-php-paramvalue-formatversion-latest (diskussion) (Översätt) 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 (ignored for bot users) or do not change watch.
apihelp-protect-param-watchlistexpiry (diskussion) (Översätt) Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.
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 <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.
apihelp-purge-param-forcelinkupdate (diskussion) (Översätt) Uppdatera länktabellerna.
apihelp-purge-param-forcerecursivelinkupdate (diskussion) (Översätt) Same as <kbd>forcelinkupdate</kbd>, 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-hidden (diskussion) (Översätt) Märker kategorier som är dolda med <code>__HIDDENCAT__</code>.
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.
apihelp-query+alldeletedrevisions-param-to (diskussion) (Översätt) Sluta lista vid denna titel.
apihelp-query+alldeletedrevisions-param-user (diskussion) (Översätt) Lista bara revideringar av denna användaren.
apihelp-query+alldeletedrevisions-paraminfo-nonuseronly (diskussion) (Översätt) Kan inte användas med <var>$3user</var>.
apihelp-query+alldeletedrevisions-paraminfo-useronly (diskussion) (Översätt) Kan endast användas med <var>$3user</var>.
apihelp-query+alldeletedrevisions-summary (diskussion) (Översätt) Lista alla raderade revisioner av en användare or inom en namnrymd.
apihelp-query+allfileusages-example-b (diskussion) (Översätt) List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.
apihelp-query+allfileusages-example-generator (diskussion) (Översätt) Hämtar sidor som innehåller filerna.
apihelp-query+allfileusages-example-unique (diskussion) (Översätt) Lista unika filtitlar
apihelp-query+allfileusages-example-unique-generator (diskussion) (Översätt) Hämtar alla fil titlar, markerar dem saknade.
apihelp-query+allfileusages-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+allfileusages-param-from (diskussion) (Översätt) The title of the file to start enumerating from.
apihelp-query+allfileusages-param-limit (diskussion) (Översätt) Hur många saker att returnera totalt.
apihelp-query+allfileusages-param-prefix (diskussion) (Översätt) Sök för all fil-titlar som börjar med detta värde.
apihelp-query+allfileusages-param-prop (diskussion) (Översätt) Which pieces of information to include:
apihelp-query+allfileusages-param-to (diskussion) (Översätt) The title of the file to stop enumerating at.
apihelp-query+allfileusages-param-unique (diskussion) (Översätt) Only show distinct file titles. Cannot be used with $1prop=ids. When used as a generator, yields target pages instead of source pages.
apihelp-query+allfileusages-paramvalue-prop-ids (diskussion) (Översätt) Adds the page IDs of the using pages (cannot be used with $1unique).
apihelp-query+allfileusages-paramvalue-prop-title (diskussion) (Översätt) Lägger till filens titel.
apihelp-query+allfileusages-summary (diskussion) (Översätt) Lista all fil användningsområden, inklusive icke-existerande.
apihelp-query+allimages-example-b (diskussion) (Översätt) Visa en lista över filer som börjar på bokstaven <kbd>B</kbd>.
apihelp-query+allimages-example-generator (diskussion) (Översätt) Visa info om 4 filer som börjar med bokstaven <kbd>T</kbd>.
apihelp-query+allimages-example-mimetypes (diskussion) (Översätt) Visa en lista över filer med MIME-typen <kbd>image/png</kbd> eller <kbd>image/gif</kbd>
apihelp-query+allimages-example-recent (diskussion) (Översätt) Visa en lista över nyligen överförda filer, ungefär som [[Special:Nya_filer]].
apihelp-query+allimages-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+allimages-param-end (diskussion) (Översätt) The timestamp to end enumerating. Can only be used with $1sort=timestamp.
apihelp-query+allimages-param-filterbots (diskussion) (Översätt) Hur man filtrerar filer uppladdade av bots. Kan enbart användas med $1sort=timestamp. Kan inte användas tillsammans med $1user.
apihelp-query+allimages-param-from (diskussion) (Översätt) The image title to start enumerating from. Can only be used with $1sort=name.
apihelp-query+allimages-param-limit (diskussion) (Översätt) Hur många bilder att returnera totalt.
apihelp-query+allimages-param-maxsize (diskussion) (Översätt) Begränsning på bilder med som mest så här många bytes.
apihelp-query+allimages-param-mime (diskussion) (Översätt) Vilka MIME-typer du vill söka efter, t.ex. <kbd>image/jpeg</kbd>.
apihelp-query+allimages-param-minsize (diskussion) (Översätt) Begränsning på bilder med åtminstone så här många bytes.
apihelp-query+allimages-param-prefix (diskussion) (Översätt) Sök för alla bild titlar som börjar med detta värde. Kan endast användas med $1sort=name.
apihelp-query+allimages-param-sha1 (diskussion) (Översätt) SHA1 hash av bild. Åsidosätter $1sha1base36.
apihelp-query+allimages-param-sha1base36 (diskussion) (Översätt) SHA1 hash av bild i bas 36 (används i MediaWiki).
apihelp-query+allimages-param-sort (diskussion) (Översätt) Egenskap att sortera efter.
apihelp-query+allimages-param-start (diskussion) (Översätt) The timestamp to start enumerating from. Can only be used with $1sort=timestamp.
apihelp-query+allimages-param-to (diskussion) (Översätt) The image title to stop enumerating at. Can only be used with $1sort=name.
apihelp-query+allimages-param-user (diskussion) (Översätt) Returnera enbart filer uppladdade av denna användare. Kan enbart användas med $1sort=timestamp. Kan inte användas tillsammans med $1filterbots.
apihelp-query+allimages-summary (diskussion) (Översätt) Enumerate all images sequentially.
apihelp-query+alllinks-example-b (diskussion) (Översätt) Lista länkade titlar, inkluderade saknade, med dem sid-IDs dem är från, med början vid <kbd>B</kbd>.
apihelp-query+alllinks-example-generator (diskussion) (Översätt) Hämtar sidor som innehåller länkarna.
apihelp-query+alllinks-example-unique (diskussion) (Översätt) Lista unika länkade titlar.
apihelp-query+alllinks-example-unique-generator (diskussion) (Översätt) Hämtar alla länkade titlar, markera de saknade.
apihelp-query+alllinks-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+alllinks-param-from (diskussion) (Översätt) The title of the link to start enumerating from.
apihelp-query+alllinks-param-limit (diskussion) (Översätt) Hur många saker att returnera totalt.
apihelp-query+alllinks-param-namespace (diskussion) (Översätt) The namespace to enumerate.
apihelp-query+alllinks-param-prefix (diskussion) (Översätt) Sök alla länkade titlar som börjar med detta värde.
apihelp-query+alllinks-param-prop (diskussion) (Översätt) Which pieces of information to include:
apihelp-query+alllinks-param-to (diskussion) (Översätt) The title of the link to stop enumerating at.
apihelp-query+alllinks-param-unique (diskussion) (Översätt) Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>. When used as a generator, yields target pages instead of source pages.
apihelp-query+alllinks-paramvalue-prop-ids (diskussion) (Översätt) Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).
apihelp-query+alllinks-paramvalue-prop-title (diskussion) (Översätt) Adds the title of the link.
apihelp-query+alllinks-summary (diskussion) (Översätt) Enumerate all links that point to a given namespace.
apihelp-query+allmessages-example-de (diskussion) (Översätt) Visa meddelanden <kbd>august</kbd> och <kbd>mainpage</kbd> på tyska.
apihelp-query+allmessages-example-ipb (diskussion) (Översätt) Visa meddelanden som börjar med <kbd>ipb-</kbd>.
apihelp-query+allmessages-param-args (diskussion) (Översätt) Argument som ska substitueras i meddelandet.
apihelp-query+allmessages-param-customised (diskussion) (Översätt) Returnera endast meddelanden i detta anpassningstillstånd.
apihelp-query+allmessages-param-enableparser (diskussion) (Översätt) Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).
apihelp-query+allmessages-param-filter (diskussion) (Översätt) Returnera enbart meddelande med namn som innehåller denna sträng.
apihelp-query+allmessages-param-from (diskussion) (Översätt) Returnera meddelanden med början på detta meddelande.
apihelp-query+allmessages-param-includelocal (diskussion) (Översätt) Also include local messages, i.e. messages that don't exist in the software but do exist as in the {{ns:MediaWiki}} namespace. This lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren't really messages such as [[MediaWiki:Common.js|Common.js]].
apihelp-query+allmessages-param-lang (diskussion) (Översätt) Returnera meddelanden på detta språk.
apihelp-query+allmessages-param-messages (diskussion) (Översätt) Vilka meddelande att ge som utdata. <kbd>*</kbd> (standard) betyder alla meddelande .
apihelp-query+allmessages-param-nocontent (diskussion) (Översätt) If set, do not include the content of the messages in the output.
apihelp-query+allmessages-param-prefix (diskussion) (Översätt) Returnera meddelanden med detta prefix.
apihelp-query+allmessages-param-prop (diskussion) (Översätt) Vilka egenskaper att hämta.
apihelp-query+allmessages-param-title (diskussion) (Översätt) Sidnamn som ska användas som kontext vid parsning av meddelande (för alternativet $1enableparser).
apihelp-query+allmessages-param-to (diskussion) (Översätt) Returnera meddelanden fram till och med detta meddelande.
apihelp-query+allmessages-summary (diskussion) (Översätt) Returnera meddelande från denna sida.
apihelp-query+allpages-example-b (diskussion) (Översätt) Visa en lista över sidor som börjar på bokstaven <kbd>B</kbd>.
apihelp-query+allpages-example-generator (diskussion) (Översätt) Visa information om fyra sidor som börjar på bokstaven <kbd>T</kbd>.
apihelp-query+allpages-example-generator-revisions (diskussion) (Översätt) Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.
apihelp-query+allpages-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+allpages-param-filterlanglinks (diskussion) (Översätt) Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.
apihelp-query+allpages-param-filterredir (diskussion) (Översätt) Vilka sidor att lista.
apihelp-query+allpages-param-from (diskussion) (Översätt) The page title to start enumerating from.
apihelp-query+allpages-param-limit (diskussion) (Översätt) Hur många sidor att returnera totalt.
apihelp-query+allpages-param-maxsize (diskussion) (Översätt) Begränsa till sidor med högst så här många byte.
apihelp-query+allpages-param-minsize (diskussion) (Översätt) Begränsa till sidor med detta antal byte eller fler.
apihelp-query+allpages-param-namespace (diskussion) (Översätt) The namespace to enumerate.
apihelp-query+allpages-param-prefix (diskussion) (Översätt) Sök efter alla sidtitlar som börjar med detta värde.
apihelp-query+allpages-param-prexpiry (diskussion) (Översätt) Which protection expiry to filter the page on:
apihelp-query+allpages-param-prfiltercascade (diskussion) (Översätt) Filter protections based on cascadingness (ignored when $1prtype isn't set).
apihelp-query+allpages-param-prlevel (diskussion) (Översätt) Filter protections based on protection level (must be used with $1prtype= parameter).
apihelp-query+allpages-param-prtype (diskussion) (Översätt) Begränsa till endast skyddade sidor.
apihelp-query+allpages-param-to (diskussion) (Översätt) The page title to stop enumerating at.
apihelp-query+allpages-paramvalue-prexpiry-all (diskussion) (Översätt) Get pages with any protections expiry.
apihelp-query+allpages-paramvalue-prexpiry-definite (diskussion) (Översätt) Get only pages with a definite (specific) protection expiry.
apihelp-query+allpages-paramvalue-prexpiry-indefinite (diskussion) (Översätt) Get only pages with indefinite protection expiry.
apihelp-query+allpages-summary (diskussion) (Översätt) Enumerate all pages sequentially in a given namespace.
apihelp-query+allredirects-example-b (diskussion) (Översätt) List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.
apihelp-query+allredirects-example-generator (diskussion) (Översätt) Gets pages containing the redirects.
apihelp-query+allredirects-example-unique (diskussion) (Översätt) List unique target pages.
apihelp-query+allredirects-example-unique-generator (diskussion) (Översätt) Hämtar alla målsidor, markerar de som saknas.
apihelp-query+allredirects-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+allredirects-param-from (diskussion) (Översätt) The title of the redirect to start enumerating from.
apihelp-query+allredirects-param-limit (diskussion) (Översätt) How many total items to return.
apihelp-query+allredirects-param-namespace (diskussion) (Översätt) The namespace to enumerate.
apihelp-query+allredirects-param-prefix (diskussion) (Översätt) Search for all target pages that begin with this value.
apihelp-query+allredirects-param-prop (diskussion) (Översätt) Which pieces of information to include:
apihelp-query+allredirects-param-to (diskussion) (Översätt) The title of the redirect to stop enumerating at.
apihelp-query+allredirects-param-unique (diskussion) (Översätt) Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki. When used as a generator, yields target pages instead of source pages.
apihelp-query+allredirects-paramvalue-prop-fragment (diskussion) (Översätt) Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).
apihelp-query+allredirects-paramvalue-prop-ids (diskussion) (Översätt) Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).
apihelp-query+allredirects-paramvalue-prop-interwiki (diskussion) (Översätt) Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).
apihelp-query+allredirects-paramvalue-prop-title (diskussion) (Översätt) Adds the title of the redirect.
apihelp-query+allredirects-summary (diskussion) (Översätt) Lista alla omdirigeringar till en namnrymd.
apihelp-query+allrevisions-example-ns-any (diskussion) (Översätt) List the first 50 revisions in any namespace.
apihelp-query+allrevisions-example-user (diskussion) (Översätt) List the last 50 contributions by user <kbd>Example</kbd>.
apihelp-query+allrevisions-param-end (diskussion) (Översätt) The timestamp to stop enumerating at.
apihelp-query+allrevisions-param-excludeuser (diskussion) (Översätt) Don't list revisions by this user.
apihelp-query+allrevisions-param-generatetitles (diskussion) (Översätt) When being used as a generator, generate titles rather than revision IDs.
apihelp-query+allrevisions-param-namespace (diskussion) (Översätt) Only list pages in this namespace.
apihelp-query+allrevisions-param-start (diskussion) (Översätt) The timestamp to start enumerating from.
apihelp-query+allrevisions-param-user (diskussion) (Översätt) Only list revisions by this user.
apihelp-query+allrevisions-summary (diskussion) (Översätt) Lista alla sidversioner.
apihelp-query+alltransclusions-example-b (diskussion) (Översätt) List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.
apihelp-query+alltransclusions-example-generator (diskussion) (Översätt) Gets pages containing the transclusions.
apihelp-query+alltransclusions-example-unique (diskussion) (Översätt) Lista unika mallinkluderade titlar.
apihelp-query+alltransclusions-example-unique-generator (diskussion) (Översätt) Hämtar alla mallinkluderade titlar, markerar de som saknas.
apihelp-query+alltransclusions-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+alltransclusions-param-from (diskussion) (Översätt) The title of the transclusion to start enumerating from.
apihelp-query+alltransclusions-param-limit (diskussion) (Översätt) Hur många objekt att returnera.
apihelp-query+alltransclusions-param-namespace (diskussion) (Översätt) The namespace to enumerate.
apihelp-query+alltransclusions-param-prefix (diskussion) (Översätt) Search for all transcluded titles that begin with this value.
apihelp-query+alltransclusions-param-prop (diskussion) (Översätt) Which pieces of information to include:
apihelp-query+alltransclusions-param-to (diskussion) (Översätt) The title of the transclusion to stop enumerating at.
apihelp-query+alltransclusions-param-unique (diskussion) (Översätt) Only show distinct transcluded titles. Cannot be used with $1prop=ids. When used as a generator, yields target pages instead of source pages.
apihelp-query+alltransclusions-paramvalue-prop-ids (diskussion) (Översätt) Adds the page ID of the transcluding page (cannot be used with $1unique).
apihelp-query+alltransclusions-paramvalue-prop-title (diskussion) (Översätt) Adds the title of the transclusion.
apihelp-query+alltransclusions-summary (diskussion) (Översätt) Lista alla mallinkluderingar (sidor inbäddade med {{x}}), inklusive icke-befintliga.
apihelp-query+allusers-example-y (diskussion) (Översätt) Lista användare som börjar på <kbd>Y</kbd>.
apihelp-query+allusers-param-activeusers (diskussion) (Översätt) Lista bara användare aktiva under de sista $1 {{PLURAL:$1|dagen|dagarna}}.
apihelp-query+allusers-param-attachedwiki (diskussion) (Översätt) With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.
apihelp-query+allusers-param-dir (diskussion) (Översätt) Riktning att sortera i.
apihelp-query+allusers-param-excludegroup (diskussion) (Översätt) Exkludera användare i de givna grupperna.
apihelp-query+allusers-param-excludenamed (diskussion) (Översätt) Exclude users of named accounts.
apihelp-query+allusers-param-excludetemp (diskussion) (Översätt) Exclude users of temporary accounts.
apihelp-query+allusers-param-from (diskussion) (Översätt) The username to start enumerating from.
apihelp-query+allusers-param-group (diskussion) (Översätt) Inkludera bara användare i de givna grupperna.
apihelp-query+allusers-param-limit (diskussion) (Översätt) Hur många användarnamn att returnera totalt.
apihelp-query+allusers-param-prefix (diskussion) (Översätt) Sök för alla användare som börjar med detta värde.
apihelp-query+allusers-param-prop (diskussion) (Översätt) Which pieces of information to include:
apihelp-query+allusers-param-rights (diskussion) (Översätt) Inkludera bara användare med de givna rättigheterna. Inkluderar inte rättigheter givna med implicita eller automatiskt promotade grupper som *, användare, eller auto-konfirmerad.
apihelp-query+allusers-param-to (diskussion) (Översätt) The username to stop enumerating at.
apihelp-query+allusers-param-witheditsonly (diskussion) (Översätt) Lista bara användare som har gjort redigeringar.
apihelp-query+allusers-paramvalue-prop-blockinfo (diskussion) (Översätt) Adds the information about a current block on the user.
apihelp-query+allusers-paramvalue-prop-centralids (diskussion) (Översätt) Adds the central IDs and attachment status for the user.
apihelp-query+allusers-paramvalue-prop-editcount (diskussion) (Översätt) Adds the edit count of the user.
apihelp-query+allusers-paramvalue-prop-groups (diskussion) (Översätt) Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.
apihelp-query+allusers-paramvalue-prop-implicitgroups (diskussion) (Översätt) Lists all the groups the user is automatically in.
apihelp-query+allusers-paramvalue-prop-registration (diskussion) (Översätt) Adds the timestamp of when the user registered if available (may be blank).
apihelp-query+allusers-paramvalue-prop-rights (diskussion) (Översätt) Lists rights that the user has.
apihelp-query+allusers-summary (diskussion) (Översätt) Enumerate all registered users.
apihelp-query+authmanagerinfo-example-login (diskussion) (Översätt) Fetch the requests that may be used when beginning a login.
apihelp-query+authmanagerinfo-example-login-merged (diskussion) (Översätt) Fetch the requests that may be used when beginning a login, with form fields merged.
apihelp-query+authmanagerinfo-example-securitysensitiveoperation (diskussion) (Översätt) Test whether authentication is sufficient for action <kbd>foo</kbd>.
apihelp-query+authmanagerinfo-param-requestsfor (diskussion) (Översätt) Fetch information about the authentication requests needed for the specified authentication action.
apihelp-query+authmanagerinfo-param-securitysensitiveoperation (diskussion) (Översätt) Test whether the user's current authentication status is sufficient for the specified security-sensitive operation.
apihelp-query+authmanagerinfo-summary (diskussion) (Översätt) Hämta information om aktuell autentiseringsstatus.
apihelp-query+backlinks-example-generator (diskussion) (Översätt) Get information about pages linking to [[{{MediaWiki:Mainpage}}]].
apihelp-query+backlinks-example-simple (diskussion) (Översätt) Visa länkar till <kbd>Main page</kbd>.
apihelp-query+backlinks-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+backlinks-param-filterredir (diskussion) (Översätt) How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.
apihelp-query+backlinks-param-limit (diskussion) (Översätt) How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).
apihelp-query+backlinks-param-namespace (diskussion) (Översätt) The namespace to enumerate.
apihelp-query+backlinks-param-pageid (diskussion) (Översätt) Page ID to search. Cannot be used together with <var>$1title</var>.
apihelp-query+backlinks-param-redirect (diskussion) (Översätt) If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.
apihelp-query+backlinks-param-title (diskussion) (Översätt) Title to search. Cannot be used together with <var>$1pageid</var>.
apihelp-query+backlinks-summary (diskussion) (Översätt) Hitta alla sidor som länkar till den givna sidan.
apihelp-query+blocks-example-simple (diskussion) (Översätt) Lista blockeringar.
apihelp-query+blocks-example-users (diskussion) (Översätt) Lista blockeringar av användarna <kbd>Alice</kbd> och <kbd>Bob</kbd>.
apihelp-query+blocks-param-end (diskussion) (Översätt) The timestamp to stop enumerating at.
apihelp-query+blocks-param-ids (diskussion) (Översätt) List of block IDs to list (optional).
apihelp-query+blocks-param-ip (diskussion) (Översätt) Get all blocks applying to this IP address or CIDR range, including range blocks. Cannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.
apihelp-query+blocks-param-limit (diskussion) (Översätt) The maximum number of blocks to list.
apihelp-query+blocks-param-prop (diskussion) (Översätt) Vilka egenskaper att hämta.
apihelp-query+blocks-param-show (diskussion) (Översätt) Show only items that meet these criteria. For example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.
apihelp-query+blocks-param-start (diskussion) (Översätt) The timestamp to start enumerating from.
apihelp-query+blocks-param-users (diskussion) (Översätt) List of users to search for (optional).
apihelp-query+blocks-paramvalue-prop-by (diskussion) (Översätt) Adds the username of the blocking user.
apihelp-query+blocks-paramvalue-prop-byid (diskussion) (Översätt) Adds the user ID of the blocking user.
apihelp-query+blocks-paramvalue-prop-expiry (diskussion) (Översätt) Lägger till en tidsstämpel för när blockeringen går ut.
apihelp-query+blocks-paramvalue-prop-flags (diskussion) (Översätt) Tags the ban with (autoblock, anononly, etc.).
apihelp-query+blocks-paramvalue-prop-id (diskussion) (Översätt) Lägger till ID på blocket.
apihelp-query+blocks-paramvalue-prop-range (diskussion) (Översätt) Lägger till intervallet av IP-adresser som berörs av blockeringen.
apihelp-query+blocks-paramvalue-prop-reason (diskussion) (Översätt) Lägger till de skäl som angetts för blockeringen.
apihelp-query+blocks-paramvalue-prop-restrictions (diskussion) (Översätt) Lägger till partiella blockeringsbegränsningar om blockeringen inte gäller för hela webbplatsen.
apihelp-query+blocks-paramvalue-prop-timestamp (diskussion) (Översätt) Lägger till en tidsstämpel för när blockeringen gavs.
apihelp-query+blocks-paramvalue-prop-user (diskussion) (Översätt) Lägger till användarnamn för den blockerade användaren.
apihelp-query+blocks-paramvalue-prop-userid (diskussion) (Översätt) Lägger till användar-ID för den blockerade användaren.
apihelp-query+blocks-summary (diskussion) (Översätt) Lista alla blockerade användare och IP-adresser.
apihelp-query+categories-example-generator (diskussion) (Översätt) Hämta information om alla kategorier som används på sidan <kbd>Albert Einstein</kbd>.
apihelp-query+categories-example-simple (diskussion) (Översätt) Hämta en lista över kategorier som sidan <kbd>Albert Einstein</kbd> tillhör.
apihelp-query+categories-param-categories (diskussion) (Översätt) Only list these categories. Useful for checking whether a certain page is in a certain category.
apihelp-query+categories-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+categories-param-limit (diskussion) (Översätt) Hur många kategorier att returnera.
apihelp-query+categories-param-prop (diskussion) (Översätt) Which additional properties to get for each category:
apihelp-query+categories-param-show (diskussion) (Översätt) Vilka sorters kategorier att visa.
apihelp-query+categories-paramvalue-prop-hidden (diskussion) (Översätt) Tags categories that are hidden with <code>__HIDDENCAT__</code>.
apihelp-query+categories-paramvalue-prop-sortkey (diskussion) (Översätt) Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.
apihelp-query+categories-paramvalue-prop-timestamp (diskussion) (Översätt) Adds timestamp of when the category was added.
apihelp-query+categories-summary (diskussion) (Översätt) Lista alla kategorier sidorna tillhör.
apihelp-query+categoryinfo-example-simple (diskussion) (Översätt) Hämta information om <kbd>Category:Foo</kbd> och <kbd>Category:Bar</kbd>.
apihelp-query+categoryinfo-summary (diskussion) (Översätt) Returnerar information om angivna kategorier.
apihelp-query+categorymembers-example-generator (diskussion) (Översätt) Hämta sidinformation om de tio första sidorna i <kbd>Category:Physics</kbd>.
apihelp-query+categorymembers-example-simple (diskussion) (Översätt) Hämta de tio första sidorna i <kbd>Category:Physics</kbd>.
apihelp-query+categorymembers-param-dir (diskussion) (Översätt) I vilken riktning att sortera.
apihelp-query+categorymembers-param-end (diskussion) (Översätt) Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.
apihelp-query+categorymembers-param-endhexsortkey (diskussion) (Översätt) Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.
apihelp-query+categorymembers-param-endsortkey (diskussion) (Översätt) Använd $1endhexsortkey istället.
apihelp-query+categorymembers-param-endsortkeyprefix (diskussion) (Översätt) Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.
apihelp-query+categorymembers-param-limit (diskussion) (Översätt) The maximum number of pages to return.
apihelp-query+categorymembers-param-namespace (diskussion) (Översätt) Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.
apihelp-query+categorymembers-param-pageid (diskussion) (Översätt) Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.
apihelp-query+categorymembers-param-prop (diskussion) (Översätt) Which pieces of information to include:
apihelp-query+categorymembers-param-sort (diskussion) (Översätt) Egenskap att sortera efter.
apihelp-query+categorymembers-param-start (diskussion) (Översätt) Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.
apihelp-query+categorymembers-param-starthexsortkey (diskussion) (Översätt) Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.
apihelp-query+categorymembers-param-startsortkey (diskussion) (Översätt) Använd $1starthexsortkey istället.
apihelp-query+categorymembers-param-startsortkeyprefix (diskussion) (Översätt) Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.
apihelp-query+categorymembers-param-title (diskussion) (Översätt) Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.
apihelp-query+categorymembers-param-type (diskussion) (Översätt) Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.
apihelp-query+categorymembers-paramvalue-prop-ids (diskussion) (Översätt) Lägger till sid-ID.
apihelp-query+categorymembers-paramvalue-prop-sortkey (diskussion) (Översätt) Adds the sortkey used for sorting in the category (hexadecimal string).
apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix (diskussion) (Översätt) Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).
apihelp-query+categorymembers-paramvalue-prop-timestamp (diskussion) (Översätt) Adds the timestamp of when the page was included.
apihelp-query+categorymembers-paramvalue-prop-title (diskussion) (Översätt) Lägger till titeln och namnrymds-ID för sidan.
apihelp-query+categorymembers-paramvalue-prop-type (diskussion) (Översätt) Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).
apihelp-query+categorymembers-summary (diskussion) (Översätt) Lista alla sidor i en angiven kategori.
apihelp-query+contributors-example-simple (diskussion) (Översätt) Show contributors to the page [[{{MediaWiki:Mainpage}}]].
apihelp-query+contributors-param-excludegroup (diskussion) (Översätt) Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-param-excluderights (diskussion) (Översätt) Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-param-group (diskussion) (Översätt) Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-param-limit (diskussion) (Översätt) Hur många bidragsgivare att returnera.
apihelp-query+contributors-param-rights (diskussion) (Översätt) Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-summary (diskussion) (Översätt) Hämta listan över inloggade bidragsgivare och antalet anonyma bidragsgivare för en sida.
apihelp-query+contributors-summary-tempusers-enabled (diskussion) (Översätt) Get the list of logged-in contributors (including temporary users) and the count of logged-out contributors to a page.
apihelp-query+deletedrevisions-example-revids (diskussion) (Översätt) List the information for deleted revision <kbd>123456</kbd>.
apihelp-query+deletedrevisions-example-titles (diskussion) (Översätt) List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.
apihelp-query+deletedrevisions-extended-description (diskussion) (Översätt) May be used in several ways: # Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp. # Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.
apihelp-query+deletedrevisions-param-end (diskussion) (Översätt) The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.
apihelp-query+deletedrevisions-param-excludeuser (diskussion) (Översätt) Lista inte sidversioner av denna användare.
apihelp-query+deletedrevisions-param-start (diskussion) (Översätt) The timestamp to start enumerating from. Ignored when processing a list of revision IDs.
apihelp-query+deletedrevisions-param-tag (diskussion) (Översätt) Only list revisions tagged with this tag.
apihelp-query+deletedrevisions-param-user (diskussion) (Översätt) Lista endast sidversioner av denna användare.
apihelp-query+deletedrevisions-summary (diskussion) (Översätt) Hämta information om raderad sidversion.
apihelp-query+deletedrevs-example-mode1 (diskussion) (Översätt) List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).
apihelp-query+deletedrevs-example-mode2 (diskussion) (Översätt) List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).
apihelp-query+deletedrevs-example-mode3-main (diskussion) (Översätt) List the first 50 deleted revisions in the main namespace (mode 3).
apihelp-query+deletedrevs-example-mode3-talk (diskussion) (Översätt) List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).
apihelp-query+deletedrevs-extended-description (diskussion) (Översätt) Operates in three modes: # List deleted revisions for the given titles, sorted by timestamp. # List deleted contributions for the given user, sorted by timestamp (no titles specified). # List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set). Certain parameters only apply to some modes and are ignored in others.
apihelp-query+deletedrevs-param-end (diskussion) (Översätt) The timestamp to stop enumerating at.
apihelp-query+deletedrevs-param-excludeuser (diskussion) (Översätt) Don't list revisions by this user.
apihelp-query+deletedrevs-param-from (diskussion) (Översätt) Börja lista vid denna titel.
apihelp-query+deletedrevs-param-limit (diskussion) (Översätt) The maximum amount of revisions to list. If <var>$2prop=content</var> is used, the limit is $1.
apihelp-query+deletedrevs-param-namespace (diskussion) (Översätt) Only list pages in this namespace.
apihelp-query+deletedrevs-param-prefix (diskussion) (Översätt) Search for all page titles that begin with this value.
apihelp-query+deletedrevs-param-prop (diskussion) (Översätt) Which properties to get:
apihelp-query+deletedrevs-param-start (diskussion) (Översätt) The timestamp to start enumerating from.
apihelp-query+deletedrevs-param-tag (diskussion) (Översätt) Only list revisions tagged with this tag.
apihelp-query+deletedrevs-param-to (diskussion) (Översätt) Sluta lista vid denna titel.
apihelp-query+deletedrevs-param-unique (diskussion) (Översätt) List only one revision for each page.
apihelp-query+deletedrevs-param-user (diskussion) (Översätt) Only list revisions by this user.
apihelp-query+deletedrevs-paraminfo-modes (diskussion) (Översätt) {{PLURAL:$1|Läge|Lägen}}: $2
apihelp-query+deletedrevs-paramvalue-prop-comment (diskussion) (Översätt) Adds the comment of the revision.
apihelp-query+deletedrevs-paramvalue-prop-content (diskussion) (Översätt) Adds the content of the revision. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1.
apihelp-query+deletedrevs-paramvalue-prop-len (diskussion) (Översätt) Adds the length (bytes) of the revision.
apihelp-query+deletedrevs-paramvalue-prop-minor (diskussion) (Översätt) Tags if the revision is minor.
apihelp-query+deletedrevs-paramvalue-prop-parentid (diskussion) (Översätt) Adds the revision ID of the previous revision to the page.
apihelp-query+deletedrevs-paramvalue-prop-parsedcomment (diskussion) (Översätt) Adds the parsed comment of the revision.
apihelp-query+deletedrevs-paramvalue-prop-revid (diskussion) (Översätt) Adds the revision ID of the deleted revision.
apihelp-query+deletedrevs-paramvalue-prop-sha1 (diskussion) (Översätt) Adds the SHA-1 (base 16) of the revision.
apihelp-query+deletedrevs-paramvalue-prop-tags (diskussion) (Översätt) Tags for the revision.
apihelp-query+deletedrevs-paramvalue-prop-token (diskussion) (Översätt) Gives the edit token.
apihelp-query+deletedrevs-paramvalue-prop-user (diskussion) (Översätt) Adds the user who made the revision.
apihelp-query+deletedrevs-paramvalue-prop-userid (diskussion) (Översätt) Adds the ID of the user who made the revision.
apihelp-query+deletedrevs-summary (diskussion) (Översätt) Lista raderade sidversioner.
apihelp-query+disabled-summary (diskussion) (Översätt) Denna frågemodul har inaktiverats.
apihelp-query+duplicatefiles-example-generated (diskussion) (Översätt) Leta efter kopior av alla filer.
apihelp-query+duplicatefiles-example-simple (diskussion) (Översätt) Look for duplicates of [[:File:Albert Einstein Head.jpg]].
apihelp-query+duplicatefiles-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+duplicatefiles-param-limit (diskussion) (Översätt) How many duplicate files to return.
apihelp-query+duplicatefiles-param-localonly (diskussion) (Översätt) Look only for files in the local repository.
apihelp-query+duplicatefiles-summary (diskussion) (Översätt) Lista alla filer som är dubbletter av angivna filer baserat på hashvärden.
apihelp-query+embeddedin-example-generator (diskussion) (Översätt) Get information about pages transcluding <kbd>Template:Stub</kbd>.
apihelp-query+embeddedin-example-simple (diskussion) (Översätt) Show pages transcluding <kbd>Template:Stub</kbd>.
apihelp-query+embeddedin-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+embeddedin-param-filterredir (diskussion) (Översätt) How to filter for redirects.
apihelp-query+embeddedin-param-limit (diskussion) (Översätt) Hur många sidor att returnera totalt.
apihelp-query+embeddedin-param-namespace (diskussion) (Översätt) The namespace to enumerate.
apihelp-query+embeddedin-param-pageid (diskussion) (Översätt) Page ID to search. Cannot be used together with $1title.
apihelp-query+embeddedin-param-title (diskussion) (Översätt) Title to search. Cannot be used together with $1pageid.
apihelp-query+embeddedin-summary (diskussion) (Översätt) Hitta alla sidor som bäddar in (inkluderar) angiven titel.
apihelp-query+extlinks-example-simple (diskussion) (Översätt) Hämta en lista över externa länkar på <kbd>Main Page</kbd>.
apihelp-query+extlinks-param-expandurl (diskussion) (Översätt) Expand protocol-relative URLs with the canonical protocol.
apihelp-query+extlinks-param-limit (diskussion) (Översätt) Hur många länkar som ska returneras.
apihelp-query+extlinks-param-protocol (diskussion) (Översätt) Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd> and <kbd>https</kbd>. Leave both this and <var>$1query</var> empty to list all external links.
apihelp-query+extlinks-param-query (diskussion) (Översätt) Search string without protocol. Useful for checking whether a certain page contains a certain external url.
apihelp-query+extlinks-summary (diskussion) (Översätt) Returns all external URLs (not interwikis) from the given pages.
apihelp-query+exturlusage-example-simple (diskussion) (Översätt) Visa sidor som länkar till <kbd>https://www.mediawiki.org</kbd>.
apihelp-query+exturlusage-param-expandurl (diskussion) (Översätt) Expand protocol-relative URLs with the canonical protocol.
apihelp-query+exturlusage-param-limit (diskussion) (Översätt) Hur många sidor att returnera.
apihelp-query+exturlusage-param-namespace (diskussion) (Översätt) The page namespaces to enumerate.
apihelp-query+exturlusage-param-prop (diskussion) (Översätt) Which pieces of information to include:
apihelp-query+exturlusage-param-protocol (diskussion) (Översätt) Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd> and <kbd>https</kbd>. Leave both this and <var>$1query</var> empty to list all external links.
apihelp-query+exturlusage-param-query (diskussion) (Översätt) Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.
apihelp-query+exturlusage-paramvalue-prop-ids (diskussion) (Översätt) Adds the ID of page.
apihelp-query+exturlusage-paramvalue-prop-title (diskussion) (Översätt) Adds the title and namespace ID of the page.
apihelp-query+exturlusage-paramvalue-prop-url (diskussion) (Översätt) Adds the URL used in the page.
apihelp-query+exturlusage-summary (diskussion) (Översätt) Enumerate pages that contain a given URL.
apihelp-query+filearchive-example-simple (diskussion) (Översätt) Visa en lista över alla borttagna filer.
apihelp-query+filearchive-param-dir (diskussion) (Översätt) Riktningen att lista mot.
apihelp-query+filearchive-param-from (diskussion) (Översätt) The image title to start enumerating from.
apihelp-query+filearchive-param-limit (diskussion) (Översätt) Hur många bilder att returnera totalt.
apihelp-query+filearchive-param-prefix (diskussion) (Översätt) Search for all image titles that begin with this value.
apihelp-query+filearchive-param-prop (diskussion) (Översätt) Which image information to get:
apihelp-query+filearchive-param-sha1 (diskussion) (Översätt) SHA1 hash of image. Overrides $1sha1base36.
apihelp-query+filearchive-param-sha1base36 (diskussion) (Översätt) SHA1 hash of image in base 36 (used in MediaWiki).
apihelp-query+filearchive-param-to (diskussion) (Översätt) The image title to stop enumerating at.
apihelp-query+filearchive-paramvalue-prop-archivename (diskussion) (Översätt) Adds the filename of the archive version for non-latest versions.
apihelp-query+filearchive-paramvalue-prop-bitdepth (diskussion) (Översätt) Adds the bit depth of the version.
apihelp-query+filearchive-paramvalue-prop-description (diskussion) (Översätt) Lägger till beskrivning till bildversionen.
apihelp-query+filearchive-paramvalue-prop-dimensions (diskussion) (Översätt) Alias för storlek.
apihelp-query+filearchive-paramvalue-prop-mediatype (diskussion) (Översätt) Adds the media type of the image.
apihelp-query+filearchive-paramvalue-prop-metadata (diskussion) (Översätt) Lists Exif metadata for the version of the image.
apihelp-query+filearchive-paramvalue-prop-mime (diskussion) (Översätt) Adds MIME of the image.
apihelp-query+filearchive-paramvalue-prop-parseddescription (diskussion) (Översätt) Parse the description of the version.
apihelp-query+filearchive-paramvalue-prop-sha1 (diskussion) (Översätt) Adds SHA-1 hash for the image.
apihelp-query+filearchive-paramvalue-prop-size (diskussion) (Översätt) Adds the size of the image in bytes and the height, width and page count (if applicable).
apihelp-query+filearchive-paramvalue-prop-timestamp (diskussion) (Översätt) Lägger till tidsstämpel för den uppladdade versionen.
apihelp-query+filearchive-paramvalue-prop-user (diskussion) (Översätt) Lägger till användaren som laddade upp bildversionen.
apihelp-query+filearchive-summary (diskussion) (Översätt) Enumerate all deleted files sequentially.
apihelp-query+filerepoinfo-example-simple (diskussion) (Översätt) Get information about file repositories.
apihelp-query+filerepoinfo-param-prop (diskussion) (Översätt) Which repository properties to get (properties available may vary on other wikis).
apihelp-query+filerepoinfo-paramvalue-prop-apiurl (diskussion) (Översätt) URL to the repository API - helpful for getting image info from the host.
apihelp-query+filerepoinfo-paramvalue-prop-articlepath (diskussion) (Översätt) Repository wiki's <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.
apihelp-query+filerepoinfo-paramvalue-prop-canUpload (diskussion) (Översätt) Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.
apihelp-query+filerepoinfo-paramvalue-prop-displayname (diskussion) (Översätt) The human-readable name of the repository wiki.
apihelp-query+filerepoinfo-paramvalue-prop-favicon (diskussion) (Översätt) Repository wiki's favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.
apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription (diskussion) (Översätt) Whether file description pages are fetched from this repository when viewing local file description pages.
apihelp-query+filerepoinfo-paramvalue-prop-initialCapital (diskussion) (Översätt) Whether file names implicitly start with a capital letter.
apihelp-query+filerepoinfo-paramvalue-prop-local (diskussion) (Översätt) Whether that repository is the local one or not.
apihelp-query+filerepoinfo-paramvalue-prop-name (diskussion) (Översätt) The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.
apihelp-query+filerepoinfo-paramvalue-prop-rootUrl (diskussion) (Översätt) Root URL path for image paths.
apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl (diskussion) (Översätt) Root URL path for the repository wiki's MediaWiki installation.
apihelp-query+filerepoinfo-paramvalue-prop-server (diskussion) (Översätt) Repository wiki's <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.
apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl (diskussion) (Översätt) Root URL path for thumbnail paths.
apihelp-query+filerepoinfo-paramvalue-prop-url (diskussion) (Översätt) Public zone URL path.
apihelp-query+filerepoinfo-summary (diskussion) (Översätt) Returnera metainformation om bildegenskaper som konfigureras på wikin.
apihelp-query+fileusage-example-generator (diskussion) (Översätt) Get information about pages using [[:File:Example.jpg]].
Första sidanFöregående sidaNästa sidaSista sidan