Systeemteksten
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-categorytree-summary (overleg) (Vertalen) | Interne module voor de uitbreiding CategoryTree. |
apihelp-changeauthenticationdata-example-password (overleg) (Vertalen) | Poging om het wachtwoord van de huidige gebruiker te veranderen in <kbd>ExamplePassword</kbd>. |
apihelp-changeauthenticationdata-summary (overleg) (Vertalen) | Change authentication data for the current user. |
apihelp-changecontentmodel-example (overleg) (Vertalen) | Change the main page to have the <code>text</code> content model |
apihelp-changecontentmodel-param-bot (overleg) (Vertalen) | Mark the content model change with a bot flag. |
apihelp-changecontentmodel-param-model (overleg) (Vertalen) | Inhoudsmodel van de nieuwe inhoud. |
apihelp-changecontentmodel-param-pageid (overleg) (Vertalen) | Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>. |
apihelp-changecontentmodel-param-summary (overleg) (Vertalen) | Edit summary and log entry reason |
apihelp-changecontentmodel-param-tags (overleg) (Vertalen) | Change tags to apply to the log entry and edit. |
apihelp-changecontentmodel-param-title (overleg) (Vertalen) | Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>. |
apihelp-changecontentmodel-summary (overleg) (Vertalen) | Wijzig het inhoudsmodel van een pagina |
apihelp-checktoken-example-simple (overleg) (Vertalen) | Test de geldigheid van een <kbd>csrf</kbd>-token. |
apihelp-checktoken-param-maxtokenage (overleg) (Vertalen) | Maximale levensduur van de token, in seconden. |
apihelp-checktoken-param-token (overleg) (Vertalen) | Te testen token. |
apihelp-checktoken-param-type (overleg) (Vertalen) | Het type token dat getest wordt. |
apihelp-checktoken-summary (overleg) (Vertalen) | De geldigheid van een token van <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> controleren. |
apihelp-clearhasmsg-example-1 (overleg) (Vertalen) | De <code>hasmsg</code>-vlag voor de huidige gebruiker wissen. |
apihelp-clearhasmsg-summary (overleg) (Vertalen) | Wist de <code>hasmsg</code>-vlag voor de huidige gebruiker. |
apihelp-clientlogin-example-login (overleg) (Vertalen) | Start het aanmeldproces als gebruiker <kbd>Example</kbd> met wachtwoord <kbd>ExamplePassword</kbd>. |
apihelp-clientlogin-example-login2 (overleg) (Vertalen) | Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>. |
apihelp-clientlogin-summary (overleg) (Vertalen) | Bij de wiki aanmelden met behulp van de interactieve flow. |
apihelp-compare-example-1 (overleg) (Vertalen) | Maak een diff tussen revisie 1 en 2. |
apihelp-compare-extended-description (overleg) (Vertalen) | Voor zowel "from" als "to" moet een revisienummer, paginatitel, pagina-ID, tekst of relatieve referentie ingegeven worden. |
apihelp-compare-param-difftype (overleg) (Vertalen) | Return the comparison formatted as inline HTML. |
apihelp-compare-param-fromcontentformat (overleg) (Vertalen) | Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead. |
apihelp-compare-param-fromcontentformat-{slot} (overleg) (Vertalen) | Content serialization format of <var>fromtext-{slot}</var>. |
apihelp-compare-param-fromcontentmodel (overleg) (Vertalen) | Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead. |
apihelp-compare-param-fromcontentmodel-{slot} (overleg) (Vertalen) | Content model of <var>fromtext-{slot}</var>. If not supplied, it will be guessed based on the other parameters. |
apihelp-compare-param-fromid (overleg) (Vertalen) | Eerste te vergelijken pagina-ID. |
apihelp-compare-param-frompst (overleg) (Vertalen) | Do a pre-save transform on <var>fromtext-{slot}</var>. |
apihelp-compare-param-fromrev (overleg) (Vertalen) | Eerste te vergelijken revisie. |
apihelp-compare-param-fromsection (overleg) (Vertalen) | Only use the specified section of the specified 'from' content. |
apihelp-compare-param-fromsection-{slot} (overleg) (Vertalen) | When <var>fromtext-{slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit. |
apihelp-compare-param-fromslots (overleg) (Vertalen) | Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. This parameter specifies the slots that are to be modified. Use <var>fromtext-{slot}</var>, <var>fromcontentmodel-{slot}</var>, and <var>fromcontentformat-{slot}</var> to specify content for each slot. |
apihelp-compare-param-fromtext (overleg) (Vertalen) | Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead. |
apihelp-compare-param-fromtext-{slot} (overleg) (Vertalen) | Text of the specified slot. If omitted, the slot is removed from the revision. |
apihelp-compare-param-fromtitle (overleg) (Vertalen) | Eerste te vergelijken paginanaam. |
apihelp-compare-param-prop (overleg) (Vertalen) | Which pieces of information to get. |
apihelp-compare-param-slots (overleg) (Vertalen) | Return individual diffs for these slots, rather than one combined diff for all slots. |
apihelp-compare-param-tocontentformat (overleg) (Vertalen) | Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead. |
apihelp-compare-param-tocontentformat-{slot} (overleg) (Vertalen) | Content serialization format of <var>totext-{slot}</var>. |
apihelp-compare-param-tocontentmodel (overleg) (Vertalen) | Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead. |
apihelp-compare-param-tocontentmodel-{slot} (overleg) (Vertalen) | Content model of <var>totext-{slot}</var>. If not supplied, it will be guessed based on the other parameters. |
apihelp-compare-param-toid (overleg) (Vertalen) | Tweede te vergelijken pagina-ID. |
apihelp-compare-param-topst (overleg) (Vertalen) | Do a pre-save transform on <var>totext</var>. |
apihelp-compare-param-torelative (overleg) (Vertalen) | Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other 'to' options will be ignored. |
apihelp-compare-param-torev (overleg) (Vertalen) | Tweede te vergelijken revisie. |
apihelp-compare-param-tosection (overleg) (Vertalen) | Only use the specified section of the specified 'to' content. |
apihelp-compare-param-tosection-{slot} (overleg) (Vertalen) | When <var>totext-{slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit. |
apihelp-compare-param-toslots (overleg) (Vertalen) | Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>. This parameter specifies the slots that are to be modified. Use <var>totext-{slot}</var>, <var>tocontentmodel-{slot}</var>, and <var>tocontentformat-{slot}</var> to specify content for each slot. |