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 paginaVorige paginaVolgende paginaLaatste pagina
Naam Standaardinhoud
Huidige inhoud
apihelp-query+allrevisions-example-ns-main (overleg) (Vertalen) List the first 50 revisions in the main namespace.
apihelp-query+allrevisions-example-user (overleg) (Vertalen) Toon de laatste 50 bijdragen van de gebruiker <kbd>Example</kbd>.
apihelp-query+allrevisions-param-end (overleg) (Vertalen) The timestamp to stop enumerating at.
apihelp-query+allrevisions-param-excludeuser (overleg) (Vertalen) Don't list revisions by this user.
apihelp-query+allrevisions-param-generatetitles (overleg) (Vertalen) When being used as a generator, generate titles rather than revision IDs.
apihelp-query+allrevisions-param-namespace (overleg) (Vertalen) Only list pages in this namespace.
apihelp-query+allrevisions-param-start (overleg) (Vertalen) The timestamp to start enumerating from.
apihelp-query+allrevisions-param-user (overleg) (Vertalen) Only list revisions by this user.
apihelp-query+allrevisions-summary (overleg) (Vertalen) List all revisions.
apihelp-query+alltransclusions-example-B (overleg) (Vertalen) List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.
apihelp-query+alltransclusions-example-generator (overleg) (Vertalen) Gets pages containing the transclusions.
apihelp-query+alltransclusions-example-unique (overleg) (Vertalen) List unique transcluded titles.
apihelp-query+alltransclusions-example-unique-generator (overleg) (Vertalen) Gets all transcluded titles, marking the missing ones.
apihelp-query+alltransclusions-param-dir (overleg) (Vertalen) The direction in which to list.
apihelp-query+alltransclusions-param-from (overleg) (Vertalen) The title of the transclusion to start enumerating from.
apihelp-query+alltransclusions-param-limit (overleg) (Vertalen) How many total items to return.
apihelp-query+alltransclusions-param-namespace (overleg) (Vertalen) The namespace to enumerate.
apihelp-query+alltransclusions-param-prefix (overleg) (Vertalen) Search for all transcluded titles that begin with this value.
apihelp-query+alltransclusions-param-prop (overleg) (Vertalen) Which pieces of information to include:
apihelp-query+alltransclusions-param-to (overleg) (Vertalen) The title of the transclusion to stop enumerating at.
apihelp-query+alltransclusions-param-unique (overleg) (Vertalen) Only show distinct transcluded titles. Cannot be used with $1prop=ids. When used as a generator, yields target pages instead of source pages.
apihelp-query+alltransclusions-paramvalue-prop-ids (overleg) (Vertalen) Adds the page ID of the transcluding page (cannot be used with $1unique).
apihelp-query+alltransclusions-paramvalue-prop-title (overleg) (Vertalen) Adds the title of the transclusion.
apihelp-query+alltransclusions-summary (overleg) (Vertalen) List all transclusions (pages embedded using {{x}}), including non-existing.
apihelp-query+allusers-example-Y (overleg) (Vertalen) Toon gebruikers vanaf <kbd>Y</kbd>.
apihelp-query+allusers-param-activeusers (overleg) (Vertalen) Toon alleen gebruikers die actief zijn geweest in de laatste $1 {{PLURAL:$1|dag|dagen}}.
apihelp-query+allusers-param-attachedwiki (overleg) (Vertalen) With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.
apihelp-query+allusers-param-dir (overleg) (Vertalen) Direction to sort in.
apihelp-query+allusers-param-excludegroup (overleg) (Vertalen) Sluit gebruikers in de gegeven groepen uit.
apihelp-query+allusers-param-from (overleg) (Vertalen) The user name to start enumerating from.
apihelp-query+allusers-param-group (overleg) (Vertalen) Only include users in the given groups.
apihelp-query+allusers-param-limit (overleg) (Vertalen) How many total user names to return.
apihelp-query+allusers-param-prefix (overleg) (Vertalen) Search for all users that begin with this value.
apihelp-query+allusers-param-prop (overleg) (Vertalen) Which pieces of information to include:
apihelp-query+allusers-param-rights (overleg) (Vertalen) Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+allusers-param-to (overleg) (Vertalen) The user name to stop enumerating at.
apihelp-query+allusers-param-witheditsonly (overleg) (Vertalen) Toon alleen gebruikers die bewerkingen hebben gemaakt.
apihelp-query+allusers-paramvalue-prop-blockinfo (overleg) (Vertalen) Voegt informatie over een actuale blokkade van de gebruiker toe.
apihelp-query+allusers-paramvalue-prop-centralids (overleg) (Vertalen) Adds the central IDs and attachment status for the user.
apihelp-query+allusers-paramvalue-prop-editcount (overleg) (Vertalen) Voegt het aantal bewerkingen van de gebruiker toe.
apihelp-query+allusers-paramvalue-prop-groups (overleg) (Vertalen) Toont de groepen waar de gebruiker in zit. Dit gebruikt meer serverbronnen en kan minder resultaten teruggeven dat de opgegeven limiet.
apihelp-query+allusers-paramvalue-prop-implicitgroups (overleg) (Vertalen) Toon alle groepen de gebruiker automatisch in zit.
apihelp-query+allusers-paramvalue-prop-registration (overleg) (Vertalen) Voegt de registratiedatum van de gebruiker toe, indien beschikbaar (kan leeg zijn).
apihelp-query+allusers-paramvalue-prop-rights (overleg) (Vertalen) Toon de rechten die de gebruiker heeft.
apihelp-query+allusers-summary (overleg) (Vertalen) Enumerate all registered users.
apihelp-query+authmanagerinfo-example-login (overleg) (Vertalen) Fetch the requests that may be used when beginning a login.
apihelp-query+authmanagerinfo-example-login-merged (overleg) (Vertalen) Fetch the requests that may be used when beginning a login, with form fields merged.
apihelp-query+authmanagerinfo-example-securitysensitiveoperation (overleg) (Vertalen) Test whether authentication is sufficient for action <kbd>foo</kbd>.
apihelp-query+authmanagerinfo-param-requestsfor (overleg) (Vertalen) Fetch information about the authentication requests needed for the specified authentication action.
apihelp-query+authmanagerinfo-param-securitysensitiveoperation (overleg) (Vertalen) Test whether the user's current authentication status is sufficient for the specified security-sensitive operation.
Eerste paginaVorige paginaVolgende paginaLaatste pagina