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-continue (overleg) (Vertalen) | This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required. |
api-help-authmanagerhelper-mergerequestfields (overleg) (Vertalen) | Merge field information for all authentication requests into one array. |
api-help-authmanagerhelper-messageformat (overleg) (Vertalen) | Format to use for returning messages. |
api-help-authmanagerhelper-preservestate (overleg) (Vertalen) | Preserve state from a previous failed login attempt, if possible. |
api-help-authmanagerhelper-request (overleg) (Vertalen) | Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>. |
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-datatype-boolean (overleg) (Vertalen) | 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. |
api-help-datatype-timestamp (overleg) (Vertalen) | 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. |
api-help-datatypes-header (overleg) (Vertalen) | Gegevenstypen |
api-help-datatypes-top (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. 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>. Some parameter types in API requests need further explanation: |
api-help-examples (overleg) (Vertalen) | {{PLURAL:$1|Voorbeeld|Voorbeelden}}: |
api-help-flag-deprecated (overleg) (Vertalen) | Deze module is verouderd. |
api-help-flag-generator (overleg) (Vertalen) | Deze module kan als generator worden gebruikt. |
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-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-internal (overleg) (Vertalen) | Intern. |
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-multi-all (overleg) (Vertalen) | Gebruik <kbd>$1</kbd> om alle waarden op te geven. |
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-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-enum (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-type-limit (overleg) (Vertalen) | Type: geheel getal of <kbd>max</kbd> |
api-help-param-type-presenceboolean (overleg) (Vertalen) | Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]]) |
api-help-param-type-timestamp (overleg) (Vertalen) | Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]]) |
api-help-parameters (overleg) (Vertalen) | {{PLURAL:$1|Parameter|Parameters}}: |
api-help-permissions (overleg) (Vertalen) | {{PLURAL:$1|Permission|Permissions}}: |
api-help-permissions-granted-to (overleg) (Vertalen) | {{PLURAL:$1|Granted to}}: $2 |
api-help-right-apihighlimits (overleg) (Vertalen) | Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters. |