Systeemteksten

Ga naar: navigatie, zoeken

Hieronder staan de systeemberichten uit de MediaWikinaamruimte. Ga naar MediaWikilokalisatie en translatewiki.net als u wilt bijdragen aan de algemene vertaling voor MediaWiki.

Filter
Filteren op aangepast:    
Eerste pagina
Laatste pagina
Naam Standaardinhoud
Huidige inhoud
api-help-param-type-limit (Overleg) (Vertalen) Type: integer or <kbd>max</kbd>
api-help-param-type-password (Overleg) (Vertalen)  
api-help-param-type-timestamp (Overleg) (Vertalen) Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatypes|allowed formats]])
api-help-param-type-user (Overleg) (Vertalen) Type: {{PLURAL:$1|1=user name|2=list of user names}}
api-help-param-upload (Overleg) (Vertalen) Must be posted as a file upload using multipart/form-data.
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.
api-help-source (Overleg) (Vertalen) Source: $1
api-help-source-unknown (Overleg) (Vertalen) Source: <span class="apihelp-unknown">unknown</span>
api-help-title (Overleg) (Vertalen) MediaWiki API help
api-pageset-param-converttitles (Overleg) (Vertalen) Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include $1.
api-pageset-param-generator (Overleg) (Vertalen) Get the list of pages to work on by executing the specified query module. <strong>Note:</strong> Generator parameter names must be prefixed with a "g", see examples.
api-pageset-param-pageids (Overleg) (Vertalen) A list of page IDs to work on.
api-pageset-param-redirects-generator (Overleg) (Vertalen) Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.
api-pageset-param-redirects-nogenerator (Overleg) (Vertalen) Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.
api-pageset-param-revids (Overleg) (Vertalen) A list of revision IDs to work on.
api-pageset-param-titles (Overleg) (Vertalen) A list of titles to work on.
apihelp (Overleg) (Vertalen) API-hulp
apihelp-block-description (Overleg) (Vertalen) Gebruiker blokkeren.
apihelp-block-example-ip-simple (Overleg) (Vertalen) Het IP-adres <kbd>192.0.2.5</kbd> voor drie dagen blokkeren met <kbd>First strike</kbd> als opgegeven reden.
apihelp-block-example-user-complex (Overleg) (Vertalen) Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending.
apihelp-block-param-allowusertalk (Overleg) (Vertalen) Allow the user to edit their own talk page (depends on <var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).
apihelp-block-param-anononly (Overleg) (Vertalen) Block anonymous users only (i.e. disable anonymous edits for this IP address).
apihelp-block-param-autoblock (Overleg) (Vertalen) Blokkeer automatisch het laatst gebruikte IP-adres en ieder volgend IP-adres van waaruit ze proberen aan te melden.
apihelp-block-param-expiry (Overleg) (Vertalen) Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.
apihelp-block-param-hidename (Overleg) (Vertalen) Hide the username from the block log. (Requires the <code>hideuser</code> right).
apihelp-block-param-nocreate (Overleg) (Vertalen) Voorkom registeren van accounts.
apihelp-block-param-noemail (Overleg) (Vertalen) Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).
apihelp-block-param-reason (Overleg) (Vertalen) Reden voor blokkade.
apihelp-block-param-reblock (Overleg) (Vertalen) De huidige blokkade aanpassen als de gebruiker al geblokkeerd is.
apihelp-block-param-user (Overleg) (Vertalen) Gebruikersnaam, IP-adres of IP-range om te blokkeren.
apihelp-block-param-watchuser (Overleg) (Vertalen) De gebruikerspagina en overlegpagina van de gebruiker of het IP-adres volgen.
apihelp-changeauthenticationdata-description (Overleg) (Vertalen) Change authentication data for the current user.
apihelp-changeauthenticationdata-example-password (Overleg) (Vertalen) Attempt to change the current user's password to <kbd>ExamplePassword</kbd>.
apihelp-checktoken-description (Overleg) (Vertalen) Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
apihelp-checktoken-example-simple (Overleg) (Vertalen) Test the validity of a <kbd>csrf</kbd> token.
apihelp-checktoken-param-maxtokenage (Overleg) (Vertalen) Maximum allowed age of the token, in seconds.
apihelp-checktoken-param-token (Overleg) (Vertalen) Token to test.
apihelp-checktoken-param-type (Overleg) (Vertalen) Tokentype wordt getest.
apihelp-clearhasmsg-description (Overleg) (Vertalen) Clears the <code>hasmsg</code> flag for the current user.
apihelp-clearhasmsg-example-1 (Overleg) (Vertalen) Clear the <code>hasmsg</code> flag for the current user.
apihelp-clientlogin-description (Overleg) (Vertalen) Log in to the wiki using the interactive flow.
apihelp-clientlogin-example-login (Overleg) (Vertalen) Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.
apihelp-clientlogin-example-login2 (Overleg) (Vertalen) Continue logging in after a UI response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.
apihelp-compare-description (Overleg) (Vertalen) Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed.
apihelp-compare-example-1 (Overleg) (Vertalen) Create a diff between revision 1 and 2.
apihelp-compare-param-fromid (Overleg) (Vertalen) Eerste pagina-ID om te vergelijken.
apihelp-compare-param-fromrev (Overleg) (Vertalen) Eerste versie om te vergelijken.
Eerste pagina
Laatste pagina