Systeemteksten
Naar navigatie springen
Naar zoeken springen
Hieronder staan de systeemberichten uit de MediaWiki-naamruimte.
Ga naar MediaWiki Localisation en translatewiki.net als u wilt bijdragen aan de algemene vertaling voor MediaWiki.
Naam | Standaardinhoud |
---|---|
Huidige inhoud | |
apihelp-query+pagepropnames-param-limit (overleg) (Vertalen) | The maximum number of names to return. |
apihelp-query+pagepropnames-summary (overleg) (Vertalen) | List all page property names in use on the wiki. |
apihelp-query+pageprops-example-simple (overleg) (Vertalen) | Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>. |
apihelp-query+pageprops-param-prop (overleg) (Vertalen) | 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 (overleg) (Vertalen) | Get various page properties defined in the page content. |
apihelp-query+pageswithprop-example-generator (overleg) (Vertalen) | Get additional information about the first 10 pages using <code>__NOTOC__</code>. |
apihelp-query+pageswithprop-example-simple (overleg) (Vertalen) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
apihelp-query+pageswithprop-param-dir (overleg) (Vertalen) | In which direction to sort. |
apihelp-query+pageswithprop-param-limit (overleg) (Vertalen) | The maximum number of pages to return. |
apihelp-query+pageswithprop-param-prop (overleg) (Vertalen) | Which pieces of information to include: |
apihelp-query+pageswithprop-param-propname (overleg) (Vertalen) | 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 (overleg) (Vertalen) | Voegt de pagina-ID toe. |
apihelp-query+pageswithprop-paramvalue-prop-title (overleg) (Vertalen) | Adds the title and namespace ID of the page. |
apihelp-query+pageswithprop-paramvalue-prop-value (overleg) (Vertalen) | Adds the value of the page property. |
apihelp-query+pageswithprop-summary (overleg) (Vertalen) | List all pages using a given page property. |
apihelp-query+prefixsearch-example-simple (overleg) (Vertalen) | Search for page titles beginning with <kbd>meaning</kbd>. |
apihelp-query+prefixsearch-extended-description (overleg) (Vertalen) | 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 (overleg) (Vertalen) | Maximum number of results to return. |
apihelp-query+prefixsearch-param-namespace (overleg) (Vertalen) | Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix. |
apihelp-query+prefixsearch-param-offset (overleg) (Vertalen) | Aantal resultaten dat overgeslagen moeten worden. |
apihelp-query+prefixsearch-param-profile (overleg) (Vertalen) | Search profile to use. |
apihelp-query+prefixsearch-param-search (overleg) (Vertalen) | Search string. |
apihelp-query+prefixsearch-summary (overleg) (Vertalen) | Perform a prefix search for page titles. |
apihelp-query+protectedtitles-example-generator (overleg) (Vertalen) | Find links to protected titles in the main namespace. |
apihelp-query+protectedtitles-example-simple (overleg) (Vertalen) | Toon beveiligde titels. |
apihelp-query+protectedtitles-param-end (overleg) (Vertalen) | Stop listing at this protection timestamp. |
apihelp-query+protectedtitles-param-level (overleg) (Vertalen) | Only list titles with these protection levels. |
apihelp-query+protectedtitles-param-limit (overleg) (Vertalen) | Het totaal aantal pagina's dat getoont moeten worden. |
apihelp-query+protectedtitles-param-namespace (overleg) (Vertalen) | Only list titles in these namespaces. |
apihelp-query+protectedtitles-param-prop (overleg) (Vertalen) | Which properties to get: |
apihelp-query+protectedtitles-param-start (overleg) (Vertalen) | Start listing at this protection timestamp. |
apihelp-query+protectedtitles-paramvalue-prop-comment (overleg) (Vertalen) | Adds the comment for the protection. |
apihelp-query+protectedtitles-paramvalue-prop-expiry (overleg) (Vertalen) | Adds the timestamp of when the protection will be lifted. |
apihelp-query+protectedtitles-paramvalue-prop-level (overleg) (Vertalen) | Voegt het beveiligingsniveau toe. |
apihelp-query+protectedtitles-paramvalue-prop-parsedcomment (overleg) (Vertalen) | Adds the parsed comment for the protection. |
apihelp-query+protectedtitles-paramvalue-prop-timestamp (overleg) (Vertalen) | Adds the timestamp of when protection was added. |
apihelp-query+protectedtitles-paramvalue-prop-user (overleg) (Vertalen) | Adds the user that added the protection. |
apihelp-query+protectedtitles-paramvalue-prop-userid (overleg) (Vertalen) | Adds the user ID that added the protection. |
apihelp-query+protectedtitles-summary (overleg) (Vertalen) | List all titles protected from creation. |
apihelp-query+querypage-example-ancientpages (overleg) (Vertalen) | Toon resultaten van [[Special:Ancientpages]]. |
apihelp-query+querypage-param-limit (overleg) (Vertalen) | Aantal te tonen resultaten. |
apihelp-query+querypage-param-page (overleg) (Vertalen) | The name of the special page. Note, this is case sensitive. |
apihelp-query+querypage-summary (overleg) (Vertalen) | Get a list provided by a QueryPage-based special page. |
apihelp-query+random-example-generator (overleg) (Vertalen) | Toon pagina-informatie over twee willekeurige pagina's uit de hoofdnaamruimte. |
apihelp-query+random-example-simple (overleg) (Vertalen) | Toon twee willekeurige pagina's uit de hoofdnaamruimte. |
apihelp-query+random-extended-description (overleg) (Vertalen) | Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc. |
apihelp-query+random-param-filterredir (overleg) (Vertalen) | How to filter for redirects. |
apihelp-query+random-param-limit (overleg) (Vertalen) | Beperk hoeveel willekeurige pagina's worden getoond. |
apihelp-query+random-param-namespace (overleg) (Vertalen) | Toon alleen pagina's in deze naamruimten. |
apihelp-query+random-param-redirect (overleg) (Vertalen) | Gebruik in plaats daarvan <kbd>$1filterredir=redirects</kbd>. |