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 | |
api-help-authmanagerhelper-requests (overleg) (Vertalen) | Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module. |
api-help-authmanagerhelper-returnurl (overleg) (Vertalen) | Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required. Upon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module. |
api-help-datatypes (overleg) (Vertalen) | Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail. Some parameter types in API requests need further explanation: ;boolean :Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely. ;timestamp :Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp. ;alternative multiple-value separator :Parameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator ''and'' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>. |
api-help-datatypes-header (overleg) (Vertalen) | Gegevenstypen |
api-help-examples (overleg) (Vertalen) | {{PLURAL:$1|Voorbeeld|Voorbeelden}}: |
api-help-flag-deprecated (overleg) (Vertalen) | This module is deprecated. |
api-help-flag-generator (overleg) (Vertalen) | This module can be used as a generator. |
api-help-flag-internal (overleg) (Vertalen) | <strong>Deze module is voor intern gebruik of nog niet stabiel.</strong> De functionaliteit kan zonder enige voorafgaande melding wijzigen. |
api-help-flag-mustbeposted (overleg) (Vertalen) | This module only accepts POST requests. |
api-help-flag-readrights (overleg) (Vertalen) | Voor deze module zijn leesrechten nodig. |
api-help-flag-writerights (overleg) (Vertalen) | Voor deze module zijn schrijfrechten nodig. |
api-help-flags (overleg) (Vertalen) | |
api-help-help-urls (overleg) (Vertalen) | |
api-help-lead (overleg) (Vertalen) | This is an auto-generated MediaWiki API documentation page. Documentation and examples: https://www.mediawiki.org/wiki/API |
api-help-license (overleg) (Vertalen) | Licentie: [[$1|$2]] |
api-help-license-noname (overleg) (Vertalen) | Licentie: [[$1|Zie koppeling]] |
api-help-license-unknown (overleg) (Vertalen) | Licentie: <span class="apihelp-unknown">onbekend</span> |
api-help-main-header (overleg) (Vertalen) | Main module |
api-help-no-extended-description (overleg) (Vertalen) | |
api-help-open-in-apisandbox (overleg) (Vertalen) | <small>[open in de zandbak]</small> |
api-help-param-continue (overleg) (Vertalen) | When more results are available, use this to continue. |
api-help-param-default (overleg) (Vertalen) | Standaard: $1 |
api-help-param-default-empty (overleg) (Vertalen) | Default: <span class="apihelp-empty">(empty)</span> |
api-help-param-deprecated (overleg) (Vertalen) | Verouderd. |
api-help-param-direction (overleg) (Vertalen) | In which direction to enumerate: ;newer:List oldest first. Note: $1start has to be before $1end. ;older:List newest first (default). Note: $1start has to be later than $1end. |
api-help-param-disabled-in-miser-mode (overleg) (Vertalen) | Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]]. |
api-help-param-integer-max (overleg) (Vertalen) | De {{PLURAL:$1|1=waarde|2=waardes}} mogen niet meer dan $3 zijn. |
api-help-param-integer-min (overleg) (Vertalen) | De {{PLURAL:$1|1=waarde|2=waardes}} mogen niet minder dan $2 zijn. |
api-help-param-integer-minmax (overleg) (Vertalen) | De {{PLURAL:$1|1=waarde|2=waardes}} moeten zich tussen $2 en $3 bevinden. |
api-help-param-limit (overleg) (Vertalen) | Niet meer dan $1 toegestaan. |
api-help-param-limit2 (overleg) (Vertalen) | Niet meer dan $1 ($2 voor bots) toegestaan. |
api-help-param-limited-in-miser-mode (overleg) (Vertalen) | <strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned. |
api-help-param-list (overleg) (Vertalen) | {{PLURAL:$1|1=Een van de volgende waarden|2=Waarden (gescheiden met <kbd>{{!}}</kbd> of [[Special:ApiHelp/main#main/datatypes|alternatief]])}}: $2 |
api-help-param-list-can-be-empty (overleg) (Vertalen) | {{PLURAL:$1|0=Moet leeg zijn|Moet leeg of $2 zijn}} |
api-help-param-maxbytes (overleg) (Vertalen) | Mag niet langer zijn dan $1 {{PLURAL:$1|byte|bytes}}. |
api-help-param-maxchars (overleg) (Vertalen) | Mag niet langer zijn dan $1 {{PLURAL:$1|teken|tekens}}. |
api-help-param-multi-all (overleg) (Vertalen) | Gebruik <kbd>$1</kbd> om alle waarden op te geven. |
api-help-param-multi-max (overleg) (Vertalen) | Het maximaal aantal waarden is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} voor bots). |
api-help-param-multi-max-simple (overleg) (Vertalen) | Het maximaal aantal waarden is {{PLURAL:$1|$1}}. |
api-help-param-multi-separate (overleg) (Vertalen) | Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]]. |
api-help-param-no-description (overleg) (Vertalen) | <span class="apihelp-empty">(no description)</span> |
api-help-param-required (overleg) (Vertalen) | Deze parameter is verplicht. |
api-help-param-templated (overleg) (Vertalen) | This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2. |
api-help-param-templated-var (overleg) (Vertalen) | <var>{$1}</var> with values of <var>$2</var> |
api-help-param-templated-var-first (overleg) (Vertalen) | <var>{$1}</var> in the parameter's name should be replaced with values of <var>$2</var> |
api-help-param-token (overleg) (Vertalen) | A "$1" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] |
api-help-param-token-webui (overleg) (Vertalen) | For compatibility, the token used in the web UI is also accepted. |
api-help-param-type-boolean (overleg) (Vertalen) | Type: boolean ([[Special:ApiHelp/main#main/datatypes|details]]) |
api-help-param-type-integer (overleg) (Vertalen) | Type: {{PLURAL:$1|1=geheel getal|2=lijst met gehele getallen}} |
api-help-param-type-limit (overleg) (Vertalen) | Type: geheel getal of <kbd>max</kbd> |