Systeemteksten
Uit Buitenwatersloot Delft
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-query+categorymembers-param-endsortkey (overleg) (Vertalen) | Use $1endhexsortkey instead. |
apihelp-query+categorymembers-param-endsortkeyprefix (overleg) (Vertalen) | Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey. |
apihelp-query+categorymembers-param-limit (overleg) (Vertalen) | Het maximale aantal weer te geven pagina's. |
apihelp-query+categorymembers-param-namespace (overleg) (Vertalen) | Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>. |
apihelp-query+categorymembers-param-pageid (overleg) (Vertalen) | Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>. |
apihelp-query+categorymembers-param-prop (overleg) (Vertalen) | Welke informatie moet worden opgenomen: |
apihelp-query+categorymembers-param-sort (overleg) (Vertalen) | Eigenschap om op te sorteren. |
apihelp-query+categorymembers-param-start (overleg) (Vertalen) | Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>. |
apihelp-query+categorymembers-param-starthexsortkey (overleg) (Vertalen) | Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>. |
apihelp-query+categorymembers-param-startsortkey (overleg) (Vertalen) | Use $1starthexsortkey instead. |
apihelp-query+categorymembers-param-startsortkeyprefix (overleg) (Vertalen) | Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>. |
apihelp-query+categorymembers-param-title (overleg) (Vertalen) | Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>. |
apihelp-query+categorymembers-param-type (overleg) (Vertalen) | Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set. |
apihelp-query+categorymembers-paramvalue-prop-ids (overleg) (Vertalen) | Voegt de pagina-ID toe. |
apihelp-query+categorymembers-paramvalue-prop-sortkey (overleg) (Vertalen) | Adds the sortkey used for sorting in the category (hexadecimal string). |
apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix (overleg) (Vertalen) | Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey). |
apihelp-query+categorymembers-paramvalue-prop-timestamp (overleg) (Vertalen) | Adds the timestamp of when the page was included. |
apihelp-query+categorymembers-paramvalue-prop-title (overleg) (Vertalen) | Voegt de titel en de naamruimte-ID van de pagina toe. |
apihelp-query+categorymembers-paramvalue-prop-type (overleg) (Vertalen) | Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>). |
apihelp-query+categorymembers-summary (overleg) (Vertalen) | Toon alle pagina's in de opgegeven categorie. |
apihelp-query+contributors-example-simple (overleg) (Vertalen) | Show contributors to the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+contributors-param-excludegroup (overleg) (Vertalen) | Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-excluderights (overleg) (Vertalen) | Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-group (overleg) (Vertalen) | Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-limit (overleg) (Vertalen) | How many contributors to return. |
apihelp-query+contributors-param-rights (overleg) (Vertalen) | Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-summary (overleg) (Vertalen) | Get the list of logged-in contributors and the count of anonymous contributors to a page. |
apihelp-query+deletedrevisions-example-revids (overleg) (Vertalen) | List the information for deleted revision <kbd>123456</kbd>. |
apihelp-query+deletedrevisions-example-titles (overleg) (Vertalen) | List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content. |
apihelp-query+deletedrevisions-extended-description (overleg) (Vertalen) | May be used in several ways: # Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp. # Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID. |
apihelp-query+deletedrevisions-param-end (overleg) (Vertalen) | The timestamp to stop enumerating at. Ignored when processing a list of revision IDs. |
apihelp-query+deletedrevisions-param-excludeuser (overleg) (Vertalen) | Don't list revisions by this user. |
apihelp-query+deletedrevisions-param-start (overleg) (Vertalen) | The timestamp to start enumerating from. Ignored when processing a list of revision IDs. |
apihelp-query+deletedrevisions-param-tag (overleg) (Vertalen) | Alleen revisies met dit label weergeven. |
apihelp-query+deletedrevisions-param-user (overleg) (Vertalen) | Only list revisions by this user. |
apihelp-query+deletedrevisions-summary (overleg) (Vertalen) | Get deleted revision information. |
apihelp-query+deletedrevs-example-mode1 (overleg) (Vertalen) | List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1). |
apihelp-query+deletedrevs-example-mode2 (overleg) (Vertalen) | List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2). |
apihelp-query+deletedrevs-example-mode3-main (overleg) (Vertalen) | List the first 50 deleted revisions in the main namespace (mode 3). |
apihelp-query+deletedrevs-example-mode3-talk (overleg) (Vertalen) | List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3). |
apihelp-query+deletedrevs-extended-description (overleg) (Vertalen) | Operates in three modes: # List deleted revisions for the given titles, sorted by timestamp. # List deleted contributions for the given user, sorted by timestamp (no titles specified). # List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set). Certain parameters only apply to some modes and are ignored in others. |
apihelp-query+deletedrevs-param-end (overleg) (Vertalen) | The timestamp to stop enumerating at. |
apihelp-query+deletedrevs-param-excludeuser (overleg) (Vertalen) | Don't list revisions by this user. |
apihelp-query+deletedrevs-param-from (overleg) (Vertalen) | Start listing at this title. |
apihelp-query+deletedrevs-param-limit (overleg) (Vertalen) | The maximum amount of revisions to list. |
apihelp-query+deletedrevs-param-namespace (overleg) (Vertalen) | Only list pages in this namespace. |
apihelp-query+deletedrevs-param-prefix (overleg) (Vertalen) | Search for all page titles that begin with this value. |
apihelp-query+deletedrevs-param-prop (overleg) (Vertalen) | Which properties to get: |
apihelp-query+deletedrevs-param-start (overleg) (Vertalen) | The timestamp to start enumerating from. |
apihelp-query+deletedrevs-param-tag (overleg) (Vertalen) | Alleen revisies met dit label weergeven. |