Alle beskeder
Dette er en liste med alle systembeskeder i MediaWiki-navnerummet.
Besøg venligst MediaWiki-lokalisering og translatewiki.net hvis du ønsker at bidrage til den generelle lokalisering (oversættelse og andre lokale tilpasninger) af MediaWiki.
| Navn | Standardtekst |
|---|---|
| Nuværende tekst | |
| apihelp-query+pageimages-paramvalue-prop-original (diskussion) (Oversæt) | URL and original dimensions of image associated with page, if any. |
| apihelp-query+pageimages-paramvalue-prop-thumbnail (diskussion) (Oversæt) | URL and dimensions of thumbnail image associated with page, if any. |
| apihelp-query+pageimages-summary (diskussion) (Oversæt) | Returns information about images on the page, such as thumbnail and presence of photos. |
| apihelp-query+pagepropnames-example-simple (diskussion) (Oversæt) | Get first 10 property names. |
| apihelp-query+pagepropnames-param-limit (diskussion) (Oversæt) | The maximum number of names to return. |
| apihelp-query+pagepropnames-summary (diskussion) (Oversæt) | List all page property names in use on the wiki. |
| apihelp-query+pageprops-example-simple (diskussion) (Oversæt) | Get properties for the pages <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>. |
| apihelp-query+pageprops-param-prop (diskussion) (Oversæt) | Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property. |
| apihelp-query+pageprops-summary (diskussion) (Oversæt) | Get various page properties defined in the page content. |
| apihelp-query+pageswithprop-example-generator (diskussion) (Oversæt) | Get additional information about the first 10 pages using <code>__NOTOC__</code>. |
| apihelp-query+pageswithprop-example-simple (diskussion) (Oversæt) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
| apihelp-query+pageswithprop-param-dir (diskussion) (Oversæt) | In which direction to sort. |
| apihelp-query+pageswithprop-param-limit (diskussion) (Oversæt) | The maximum number of pages to return. |
| apihelp-query+pageswithprop-param-prop (diskussion) (Oversæt) | Which pieces of information to include: |
| apihelp-query+pageswithprop-param-propname (diskussion) (Oversæt) | Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). |
| apihelp-query+pageswithprop-paramvalue-prop-ids (diskussion) (Oversæt) | Tilføjer side-ID'et. |
| apihelp-query+pageswithprop-paramvalue-prop-title (diskussion) (Oversæt) | Adds the title and namespace ID of the page. |
| apihelp-query+pageswithprop-paramvalue-prop-value (diskussion) (Oversæt) | Adds the value of the page property. |
| apihelp-query+pageswithprop-summary (diskussion) (Oversæt) | List all pages using a given page property. |
| apihelp-query+prefixsearch-example-simple (diskussion) (Oversæt) | Search for page titles beginning with <kbd>meaning</kbd>. |
| apihelp-query+prefixsearch-extended-description (diskussion) (Oversæt) | Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics. |
| apihelp-query+prefixsearch-param-limit (diskussion) (Oversæt) | Maximum number of results to return. |
| apihelp-query+prefixsearch-param-namespace (diskussion) (Oversæt) | Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix. |
| apihelp-query+prefixsearch-param-offset (diskussion) (Oversæt) | Number of results to skip. |
| apihelp-query+prefixsearch-param-profile (diskussion) (Oversæt) | Search profile to use. |
| apihelp-query+prefixsearch-param-search (diskussion) (Oversæt) | Søgestreng. |
| apihelp-query+prefixsearch-summary (diskussion) (Oversæt) | Perform a prefix search for page titles. |
| apihelp-query+protectedtitles-example-generator (diskussion) (Oversæt) | Find links to protected titles in the main namespace. |
| apihelp-query+protectedtitles-example-simple (diskussion) (Oversæt) | List protected titles. |
| apihelp-query+protectedtitles-param-end (diskussion) (Oversæt) | Stop listing at this protection timestamp. |
| apihelp-query+protectedtitles-param-level (diskussion) (Oversæt) | Only list titles with these protection levels. |
| apihelp-query+protectedtitles-param-limit (diskussion) (Oversæt) | How many total pages to return. |
| apihelp-query+protectedtitles-param-namespace (diskussion) (Oversæt) | Only list titles in these namespaces. |
| apihelp-query+protectedtitles-param-prop (diskussion) (Oversæt) | Which properties to get: |
| apihelp-query+protectedtitles-param-start (diskussion) (Oversæt) | Start listing at this protection timestamp. |
| apihelp-query+protectedtitles-paramvalue-prop-comment (diskussion) (Oversæt) | Adds the comment for the protection. |
| apihelp-query+protectedtitles-paramvalue-prop-expiry (diskussion) (Oversæt) | Adds the timestamp of when the protection will be lifted. |
| apihelp-query+protectedtitles-paramvalue-prop-level (diskussion) (Oversæt) | Adds the protection level. |
| apihelp-query+protectedtitles-paramvalue-prop-parsedcomment (diskussion) (Oversæt) | Adds the parsed comment for the protection. |
| apihelp-query+protectedtitles-paramvalue-prop-timestamp (diskussion) (Oversæt) | Adds the timestamp of when protection was added. |
| apihelp-query+protectedtitles-paramvalue-prop-user (diskussion) (Oversæt) | Adds the user that added the protection. |
| apihelp-query+protectedtitles-paramvalue-prop-userid (diskussion) (Oversæt) | Adds the user ID that added the protection. |
| apihelp-query+protectedtitles-summary (diskussion) (Oversæt) | List all titles protected from creation. |
| apihelp-query+querypage-example-ancientpages (diskussion) (Oversæt) | Return results from [[Special:Ancientpages]]. |
| apihelp-query+querypage-param-limit (diskussion) (Oversæt) | Number of results to return. |
| apihelp-query+querypage-param-page (diskussion) (Oversæt) | The name of the special page. Note, this is case-sensitive. |
| apihelp-query+querypage-summary (diskussion) (Oversæt) | Get a list provided by a QueryPage-based special page. |
| apihelp-query+random-example-generator (diskussion) (Oversæt) | Return page info about two random pages from the main namespace. |
| apihelp-query+random-example-minsize (diskussion) (Oversæt) | Return page info about one random page from the main namespace that has at least 500 bytes of text. |
| apihelp-query+random-example-simple (diskussion) (Oversæt) | Return two random pages from the main namespace. |