Systeemteksten
Hieronder staan de systeemberichten uit de MediaWikinaamruimte. Ga naar MediaWikilokalisatie en translatewiki.net als u wilt bijdragen aan de algemene vertaling voor MediaWiki.
Eerste pagina |
Vorige pagina |
Volgende pagina |
Laatste pagina |
Naam | Standaardinhoud |
---|---|
Huidige inhoud | |
apihelp-query+pageswithprop-description (Overleg) (Vertalen) | List all pages using a given page property. |
apihelp-query+pageswithprop-example-generator (Overleg) (Vertalen) | Get page info about first 10 pages using <code>__NOTOC__</code>. |
apihelp-query+pageswithprop-example-simple (Overleg) (Vertalen) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
apihelp-query+pageswithprop-param-dir (Overleg) (Vertalen) | In which direction to sort. |
apihelp-query+pageswithprop-param-limit (Overleg) (Vertalen) | The maximum number of pages to return. |
apihelp-query+pageswithprop-param-prop (Overleg) (Vertalen) | Which pieces of information to include: ;ids:Adds the page ID. ;title:Adds the title and namespace ID of the page. ;value:Adds the value of the page prop. |
apihelp-query+pageswithprop-param-propname (Overleg) (Vertalen) | Page prop for which to enumerate pages. |
apihelp-query+prefixsearch-description (Overleg) (Vertalen) | Perform a prefix search for page titles. |
apihelp-query+prefixsearch-example-simple (Overleg) (Vertalen) | Search for page titles beginning with <kbd>meaning</kbd>. |
apihelp-query+prefixsearch-param-limit (Overleg) (Vertalen) | Maximum number of results to return. |
apihelp-query+prefixsearch-param-namespace (Overleg) (Vertalen) | Namespaces to search. |
apihelp-query+prefixsearch-param-offset (Overleg) (Vertalen) | Number of results to skip. |
apihelp-query+prefixsearch-param-search (Overleg) (Vertalen) | Search string. |
apihelp-query+protectedtitles-description (Overleg) (Vertalen) | List all titles protected from creation. |
apihelp-query+protectedtitles-example-generator (Overleg) (Vertalen) | Find links to protected titles in the main namespace. |
apihelp-query+protectedtitles-example-simple (Overleg) (Vertalen) | List protected titles. |
apihelp-query+protectedtitles-param-end (Overleg) (Vertalen) | Stop listing at this protection timestamp. |
apihelp-query+protectedtitles-param-level (Overleg) (Vertalen) | Only list titles with these protection levels. |
apihelp-query+protectedtitles-param-limit (Overleg) (Vertalen) | How many total pages to return. |
apihelp-query+protectedtitles-param-namespace (Overleg) (Vertalen) | Only list titles in these namespaces. |
apihelp-query+protectedtitles-param-prop (Overleg) (Vertalen) | Which properties to get: ;timestamp:Adds the timestamp of when protection was added. ;user:Adds the user that added the protection. ;userid:Adds the user ID that added the protection. ;comment:Adds the comment for the protection. ;parsedcomment:Adds the parsed comment for the protection. ;expiry:Adds the timestamp of when the protection will be lifted. ;level:Adds the protection level. |
apihelp-query+protectedtitles-param-start (Overleg) (Vertalen) | Start listing at this protection timestamp. |
apihelp-query+querypage-description (Overleg) (Vertalen) | Get a list provided by a QueryPage-based special page. |
apihelp-query+querypage-example-ancientpages (Overleg) (Vertalen) | Return results from [[Special:Ancientpages]]. |
apihelp-query+querypage-param-limit (Overleg) (Vertalen) | Number of results to return. |
apihelp-query+querypage-param-page (Overleg) (Vertalen) | The name of the special page. Note, this is case sensitive. |
apihelp-query+random-description (Overleg) (Vertalen) | Get a set of random pages. Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc. If the number of pages in the namespace is lower than <var>$1limit</var>, fewer pages will be returned. The same page will not be returned twice. |
apihelp-query+random-example-generator (Overleg) (Vertalen) | Return page info about two random pages from the main namespace. |
apihelp-query+random-example-simple (Overleg) (Vertalen) | Return two random pages from the main namespace. |
apihelp-query+random-param-limit (Overleg) (Vertalen) | Limit how many random pages will be returned. |
apihelp-query+random-param-namespace (Overleg) (Vertalen) | Return pages in these namespaces only. |
apihelp-query+random-param-redirect (Overleg) (Vertalen) | Load a random redirect instead of a random page. |
apihelp-query+recentchanges-description (Overleg) (Vertalen) | Enumerate recent changes. |
apihelp-query+recentchanges-example-generator (Overleg) (Vertalen) | Get page info about recent unpatrolled changes. |
apihelp-query+recentchanges-example-simple (Overleg) (Vertalen) | List recent changes. |
apihelp-query+recentchanges-param-end (Overleg) (Vertalen) | The timestamp to end enumerating. |
apihelp-query+recentchanges-param-excludeuser (Overleg) (Vertalen) | Don't list changes by this user. |
apihelp-query+recentchanges-param-limit (Overleg) (Vertalen) | How many total changes to return. |
apihelp-query+recentchanges-param-namespace (Overleg) (Vertalen) | Filter changes to only these namespaces. |
apihelp-query+recentchanges-param-prop (Overleg) (Vertalen) | Include additional pieces of information: ;user:Adds the user responsible for the edit and tags if they are an IP. ;userid:Adds the user ID responsible for the edit. ;comment:Adds the comment for the edit. ;parsedcomment:Adds the parsed comment for the edit. ;flags:Adds flags for the edit. ;timestamp:Adds timestamp of the edit. ;title:Adds the page title of the edit. ;ids:Adds the page ID, recent changes ID and the new and old revision ID. ;sizes:Adds the new and old page length in bytes. ;redirect:Tags edit if page is a redirect. ;patrolled:Tags patrollable edits as being patrolled or unpatrolled. ;loginfo:Adds log information (log ID, log type, etc) to log entries. ;tags:Lists tags for the entry. ;sha1:Adds the content checksum for entries associated with a revision. |
apihelp-query+recentchanges-param-show (Overleg) (Vertalen) | Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon. |
apihelp-query+recentchanges-param-start (Overleg) (Vertalen) | The timestamp to start enumerating from. |
apihelp-query+recentchanges-param-tag (Overleg) (Vertalen) | Only list changes tagged with this tag. |
apihelp-query+recentchanges-param-token (Overleg) (Vertalen) | Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead. |
apihelp-query+recentchanges-param-toponly (Overleg) (Vertalen) | Only list changes which are the latest revision. |
apihelp-query+recentchanges-param-type (Overleg) (Vertalen) | Which types of changes to show. |
apihelp-query+recentchanges-param-user (Overleg) (Vertalen) | Only list changes by this user. |
apihelp-query+redirects-description (Overleg) (Vertalen) | Returns all redirects to the given pages. |
apihelp-query+redirects-example-generator (Overleg) (Vertalen) | Get information about all redirects to the [[Main Page]]. |
apihelp-query+redirects-example-simple (Overleg) (Vertalen) | Get a list of redirects to the [[Main Page]]. |
Eerste pagina |
Vorige pagina |
Volgende pagina |
Laatste pagina |