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-edit-param-recreate (overleg) (Vertalen) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (overleg) (Vertalen) | Doorverwijzingen automatisch oplossen. |
apihelp-edit-param-section (overleg) (Vertalen) | Sectie identificatiecode. <kbd>0</kbd> voor de bovenste sectie, <kbd>new</kbd> voor een nieuwe sectie. Meestal een positief getal, maar kan ook niet-numeriek zijn. |
apihelp-edit-param-sectiontitle (overleg) (Vertalen) | De titel van een nieuwe sectie bij gebruik van <var>$1 section=new</var>. |
apihelp-edit-param-starttimestamp (overleg) (Vertalen) | Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit). |
apihelp-edit-param-summary (overleg) (Vertalen) | Edit summary. When this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]]. When using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically. |
apihelp-edit-param-tags (overleg) (Vertalen) | De labels voor de revisie wijzigen. |
apihelp-edit-param-text (overleg) (Vertalen) | Pagina-inhoud. |
apihelp-edit-param-title (overleg) (Vertalen) | Naam van de te bewerken pagina. Kan niet in combinatie met <var>$1pageid</var> gebruikt worden. |
apihelp-edit-param-token (overleg) (Vertalen) | De token moet altijd als de laatste parameter worden verzonden, of in ieder geval na de $1text parameter. |
apihelp-edit-param-undo (overleg) (Vertalen) | Maak deze revisie ongedaan. Overschrijft $1text, $1prependtext en $1appendtext. |
apihelp-edit-param-undoafter (overleg) (Vertalen) | Maak alle revisies vanaf $1undo tot deze ongedaan. Indien niet ingesteld wordt slechts één revisie ongedaan gemaakt. |
apihelp-edit-param-unwatch (overleg) (Vertalen) | Verwijder de pagina van de volglijst van de huidige gebruiker. |
apihelp-edit-param-watch (overleg) (Vertalen) | Voeg de pagina toe aan de volglijst van de huidige gebruiker. |
apihelp-edit-param-watchlist (overleg) (Vertalen) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
apihelp-edit-param-watchlistexpiry (overleg) (Vertalen) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-edit-summary (overleg) (Vertalen) | Pagina's aanmaken en bewerken. |
apihelp-emailuser-example-email (overleg) (Vertalen) | Stuur een e-mail naar gebruiker <kbd>WikiSysop</kbd> met de tekst <kbd>Content</kbd>. |
apihelp-emailuser-param-ccme (overleg) (Vertalen) | Mij een kopie van deze e-mail sturen. |
apihelp-emailuser-param-subject (overleg) (Vertalen) | Onderwerpkoptekst. |
apihelp-emailuser-param-target (overleg) (Vertalen) | Gebruiker naar wie de e-mail moet worden gestuurd. |
apihelp-emailuser-param-text (overleg) (Vertalen) | E-mailtekst. |
apihelp-emailuser-summary (overleg) (Vertalen) | Gebruiker e-mailen. |
apihelp-embedvideo-param-alignment (overleg) (Vertalen) | Alignment of video |
apihelp-embedvideo-param-autoresize (overleg) (Vertalen) | Auto resize video? (true or false) |
apihelp-embedvideo-param-container (overleg) (Vertalen) | Accepts frame, or leave empty |
apihelp-embedvideo-param-description (overleg) (Vertalen) | Description of video |
apihelp-embedvideo-param-dimensions (overleg) (Vertalen) | Either a numeric width (100) or width by height (100x100) |
apihelp-embedvideo-param-id (overleg) (Vertalen) | The ID of the video for that service |
apihelp-embedvideo-param-service (overleg) (Vertalen) | Name of the service (youtube, twitch, ect) |
apihelp-embedvideo-param-urlargs (overleg) (Vertalen) | Additional arguments to pass in the video url (for some services) |
apihelp-embedvideo-summary (overleg) (Vertalen) | Get generated video embed code for given parameters. |
apihelp-expandtemplates-example-simple (overleg) (Vertalen) | Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>. |
apihelp-expandtemplates-param-generatexml (overleg) (Vertalen) | Generate XML parse tree (replaced by $1prop=parsetree). |
apihelp-expandtemplates-param-includecomments (overleg) (Vertalen) | Whether to include HTML comments in the output. |
apihelp-expandtemplates-param-prop (overleg) (Vertalen) | Which pieces of information to get. Note that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format. |
apihelp-expandtemplates-param-revid (overleg) (Vertalen) | Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables. |
apihelp-expandtemplates-param-showstrategykeys (overleg) (Vertalen) | Whether to include internal merge strategy information in jsconfigvars. |
apihelp-expandtemplates-param-text (overleg) (Vertalen) | Om te zetten wikitekst. |
apihelp-expandtemplates-param-title (overleg) (Vertalen) | Paginanaam. |
apihelp-expandtemplates-paramvalue-prop-categories (overleg) (Vertalen) | Any categories present in the input that are not represented in the wikitext output. |
apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars (overleg) (Vertalen) | Gives the JavaScript configuration variables specific to the page as a JSON string. |
apihelp-expandtemplates-paramvalue-prop-jsconfigvars (overleg) (Vertalen) | Gives the JavaScript configuration variables specific to the page. |
apihelp-expandtemplates-paramvalue-prop-modules (overleg) (Vertalen) | Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>. |
apihelp-expandtemplates-paramvalue-prop-parsetree (overleg) (Vertalen) | The XML parse tree of the input. |
apihelp-expandtemplates-paramvalue-prop-properties (overleg) (Vertalen) | Page properties defined by expanded magic words in the wikitext. |
apihelp-expandtemplates-paramvalue-prop-ttl (overleg) (Vertalen) | De maximale tijdsduur waarna de cache van het resultaat moet worden weggegooid. |
apihelp-expandtemplates-paramvalue-prop-volatile (overleg) (Vertalen) | Whether the output is volatile and should not be reused elsewhere within the page. |
apihelp-expandtemplates-paramvalue-prop-wikitext (overleg) (Vertalen) | De uitgewerkte wikitekst. |
apihelp-expandtemplates-summary (overleg) (Vertalen) | Vouwt alle sjablonen binnen wikitekst uit. |