Systeemteksten
Hieronder staan de systeemberichten uit de MediaWikinaamruimte. Ga naar MediaWikilokalisatie en translatewiki.net als u wilt bijdragen aan de algemene vertaling voor MediaWiki.
Naam | Standaardinhoud |
---|---|
Huidige inhoud | |
apihelp-php-param-formatversion (overleg) (Vertalen) | Uitvoeropmaak: ;1:Achterwaarts compatibele opmaak (XML-stijl booleans, <samp>*</samp>-sleutels voor contentnodes, enzovoort). ;2:Experimentele moderne opmaak. Details kunnen wijzigen! ;latest:Gebruik de meest recente opmaak (op het moment <kbd>2</kbd>), kan zonder waarschuwing wijzigen. |
apihelp-php-summary (overleg) (Vertalen) | Output data in serialized PHP format. |
apihelp-phpfm-summary (overleg) (Vertalen) | Output data in serialized PHP format (pretty-print in HTML). |
apihelp-protect-example-protect (overleg) (Vertalen) | Een pagina beveiligen |
apihelp-protect-example-unprotect (overleg) (Vertalen) | Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action). |
apihelp-protect-example-unprotect2 (overleg) (Vertalen) | Unprotect a page by setting no restrictions. |
apihelp-protect-param-cascade (overleg) (Vertalen) | 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 (overleg) (Vertalen) | 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 (overleg) (Vertalen) | ID of the page to (un)protect. Cannot be used together with $1title. |
apihelp-protect-param-protections (overleg) (Vertalen) | 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 (overleg) (Vertalen) | Reden voor opheffen van de beveiliging. |
apihelp-protect-param-tags (overleg) (Vertalen) | Change tags to apply to the entry in the protection log. |
apihelp-protect-param-title (overleg) (Vertalen) | Title of the page to (un)protect. Cannot be used together with $1pageid. |
apihelp-protect-param-watch (overleg) (Vertalen) | If set, add the page being (un)protected to the current user's watchlist. |
apihelp-protect-param-watchlist (overleg) (Vertalen) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-protect-summary (overleg) (Vertalen) | Change the protection level of a page. |
apihelp-purge-example-generator (overleg) (Vertalen) | Purge the first 10 pages in the main namespace. |
apihelp-purge-example-simple (overleg) (Vertalen) | Purge the <kbd>Main Page</kbd> and the <kbd>API</kbd> page. |
apihelp-purge-param-forcelinkupdate (overleg) (Vertalen) | Werk de koppelingstabellen bij. |
apihelp-purge-param-forcerecursivelinkupdate (overleg) (Vertalen) | Werk de koppelingentabel bij, en werk de koppelingstabellen bij voor alle pagina's die gebruik maken van deze pagina als sjabloon. |
apihelp-purge-summary (overleg) (Vertalen) | Purge the cache for the given titles. |
apihelp-query+allcategories-example-generator (overleg) (Vertalen) | Retrieve info about the category page itself for categories beginning <kbd>List</kbd>. |
apihelp-query+allcategories-example-size (overleg) (Vertalen) | List categories with information on the number of pages in each. |
apihelp-query+allcategories-param-dir (overleg) (Vertalen) | Richting om in te sorteren. |
apihelp-query+allcategories-param-from (overleg) (Vertalen) | The category to start enumerating from. |
apihelp-query+allcategories-param-limit (overleg) (Vertalen) | Hoeveel categorieën te tonen. |
apihelp-query+allcategories-param-max (overleg) (Vertalen) | Only return categories with at most this many members. |
apihelp-query+allcategories-param-min (overleg) (Vertalen) | Only return categories with at least this many members. |
apihelp-query+allcategories-param-prefix (overleg) (Vertalen) | Search for all category titles that begin with this value. |
apihelp-query+allcategories-param-prop (overleg) (Vertalen) | Which properties to get: |
apihelp-query+allcategories-param-to (overleg) (Vertalen) | The category to stop enumerating at. |
apihelp-query+allcategories-paramvalue-prop-size (overleg) (Vertalen) | Voegt het aantal pagina's in de categorie toe. |
apihelp-query+allcategories-summary (overleg) (Vertalen) | Enumerate all categories. |
apihelp-query+alldeletedrevisions-example-ns-main (overleg) (Vertalen) | List the first 50 deleted revisions in the main namespace. |
apihelp-query+alldeletedrevisions-example-user (overleg) (Vertalen) | List the last 50 deleted contributions by user <kbd>Example</kbd>. |
apihelp-query+alldeletedrevisions-param-end (overleg) (Vertalen) | The timestamp to stop enumerating at. |
apihelp-query+alldeletedrevisions-param-excludeuser (overleg) (Vertalen) | Toon geen versies door deze gebruiker. |
apihelp-query+alldeletedrevisions-param-from (overleg) (Vertalen) | Start listing at this title. |
apihelp-query+alldeletedrevisions-param-generatetitles (overleg) (Vertalen) | When being used as a generator, generate titles rather than revision IDs. |
apihelp-query+alldeletedrevisions-param-miser-user-namespace (overleg) (Vertalen) | <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 (overleg) (Vertalen) | Toon alleen pagina's in deze naamruimte. |
apihelp-query+alldeletedrevisions-param-prefix (overleg) (Vertalen) | Search for all page titles that begin with this value. |
apihelp-query+alldeletedrevisions-param-start (overleg) (Vertalen) | The timestamp to start enumerating from. |
apihelp-query+alldeletedrevisions-param-tag (overleg) (Vertalen) | Alleen versies weergeven met dit label. |
apihelp-query+alldeletedrevisions-param-to (overleg) (Vertalen) | Stop listing at this title. |
apihelp-query+alldeletedrevisions-param-user (overleg) (Vertalen) | Only list revisions by this user. |
apihelp-query+alldeletedrevisions-paraminfo-nonuseronly (overleg) (Vertalen) | Cannot be used with <var>$3user</var>. |
apihelp-query+alldeletedrevisions-paraminfo-useronly (overleg) (Vertalen) | May only be used with <var>$3user</var>. |
apihelp-query+alldeletedrevisions-summary (overleg) (Vertalen) | List all deleted revisions by a user or in a namespace. |