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.
Systeemteksten
Eerste paginaVorige paginaVolgende paginaLaatste pagina
Naam Standaardinhoud
Huidige inhoud
apihelp-parse-paramvalue-prop-templates (overleg) (Vertalen) Gives the templates in the parsed wikitext.
apihelp-parse-paramvalue-prop-text (overleg) (Vertalen) Gives the parsed text of the wikitext.
apihelp-parse-paramvalue-prop-wikitext (overleg) (Vertalen) Gives the original wikitext that was parsed.
apihelp-parse-summary (overleg) (Vertalen) Parses content and returns parser output.
apihelp-patrol-example-rcid (overleg) (Vertalen) Een recente wijziging als gecontroleerd markeren.
apihelp-patrol-example-revid (overleg) (Vertalen) Een revisie als gecontroleerd markeren.
apihelp-patrol-param-rcid (overleg) (Vertalen) Recentchanges ID to patrol.
apihelp-patrol-param-revid (overleg) (Vertalen) Revision ID to patrol.
apihelp-patrol-param-tags (overleg) (Vertalen) Change tags to apply to the entry in the patrol log.
apihelp-patrol-summary (overleg) (Vertalen) Een pagina of revisie als gecontroleerd markeren.
apihelp-php-param-formatversion (overleg) (Vertalen) Uitvoeropmaak: ;1:Achterwaarts-compatibele opmaak (booleans in XML-stijl, <samp>*</samp>-sleutels voor contentnodes, enz.). ;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) Toon de data in geserialiseerde PHP.
apihelp-phpfm-summary (overleg) (Vertalen) Toon de data in geserialiseerde PHP (opgemaakt 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 instellen of 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 deze pagina als sjabloon gebruiken.
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-hidden (overleg) (Vertalen) Markeert categorieën die verborgen zijn met <code>__HIDDENCAT__</code>.
apihelp-query+allcategories-paramvalue-prop-size (overleg) (Vertalen) Voegt het aantal pagina's in de categorie toe.
apihelp-query+allcategories-summary (overleg) (Vertalen) Alle categorieën doorlopen.
apihelp-query+alldeletedrevisions-example-ns-main (overleg) (Vertalen) Toon de eerse 50 verwijderde versies in de hoofdnaamruimte.
apihelp-query+alldeletedrevisions-example-user (overleg) (Vertalen) Toon de laatste 50 verwijderde bijdragen van gebruiker <kbd>Example</kbd>.
apihelp-query+alldeletedrevisions-param-end (overleg) (Vertalen) The timestamp to stop enumerating at.
apihelp-query+alldeletedrevisions-param-excludeuser (overleg) (Vertalen) Geen revisies door deze gebruiker weergeven.
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.
Eerste paginaVorige paginaVolgende paginaLaatste pagina