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
apihelp-move-param-movesubpages (Overleg) (Vertalen) Rename subpages, if applicable.
apihelp-move-param-movetalk (Overleg) (Vertalen) Rename the talk page, if it exists.
apihelp-move-param-noredirect (Overleg) (Vertalen) Don't create a redirect.
apihelp-move-param-reason (Overleg) (Vertalen) Reason for the rename.
apihelp-move-param-to (Overleg) (Vertalen) Title to rename the page to.
apihelp-move-param-unwatch (Overleg) (Vertalen) Remove the page and the redirect from the current user's watchlist.
apihelp-move-param-watch (Overleg) (Vertalen) Add the page and the redirect to the current user's watchlist.
apihelp-move-param-watchlist (Overleg) (Vertalen) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-no-such-module (Overleg) (Vertalen) Module "$1" niet gevonden.
apihelp-none-description (Overleg) (Vertalen) Output nothing.
apihelp-opensearch-description (Overleg) (Vertalen) Search the wiki using the OpenSearch protocol.
apihelp-opensearch-example-te (Overleg) (Vertalen) Find pages beginning with <kbd>Te</kbd>.
apihelp-opensearch-param-format (Overleg) (Vertalen) The format of the output.
apihelp-opensearch-param-limit (Overleg) (Vertalen) Maximum number of results to return.
apihelp-opensearch-param-namespace (Overleg) (Vertalen) Namespaces to search.
apihelp-opensearch-param-redirects (Overleg) (Vertalen) How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-suggest (Overleg) (Vertalen) Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false.
apihelp-opensearch-param-warningsaserror (Overleg) (Vertalen) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-options-description (Overleg) (Vertalen) Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with "userjs-" (intended to be used by user scripts), can be set.
apihelp-options-example-change (Overleg) (Vertalen) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-options-example-complex (Overleg) (Vertalen) Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.
apihelp-options-example-reset (Overleg) (Vertalen) Reset all preferences.
apihelp-options-param-change (Overleg) (Vertalen) List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.
apihelp-options-param-optionname (Overleg) (Vertalen) A name of a option which should be set to the value given by <var>$1optionvalue</var>.
apihelp-options-param-optionvalue (Overleg) (Vertalen) A value of the option specified by <var>$1optionname</var>, can contain pipe characters.
apihelp-options-param-reset (Overleg) (Vertalen) Resets preferences to the site defaults.
apihelp-options-param-resetkinds (Overleg) (Vertalen) List of types of options to reset when the <var>$1reset</var> option is set.
apihelp-paraminfo-description (Overleg) (Vertalen) Obtain information about API modules.
apihelp-paraminfo-example-1 (Overleg) (Vertalen) Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.
apihelp-paraminfo-param-formatmodules (Overleg) (Vertalen) List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.
apihelp-paraminfo-param-helpformat (Overleg) (Vertalen) Format of help strings.
apihelp-paraminfo-param-mainmodule (Overleg) (Vertalen) Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.
apihelp-paraminfo-param-modules (Overleg) (Vertalen) List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.
apihelp-paraminfo-param-pagesetmodule (Overleg) (Vertalen) Get information about the pageset module (providing titles= and friends) as well.
apihelp-paraminfo-param-querymodules (Overleg) (Vertalen) List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.
apihelp-parse-description (Overleg) (Vertalen) Parses content and returns parser output. See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page. There are several ways to specify the text to parse: # Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>. # Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>. # Specify only a summary to parse. <var>$1prop</var> should be given an empty value.
apihelp-parse-example-page (Overleg) (Vertalen) Parse a page.
apihelp-parse-example-summary (Overleg) (Vertalen) Parse a summary.
apihelp-parse-example-text (Overleg) (Vertalen) Parse wikitext.
apihelp-parse-example-texttitle (Overleg) (Vertalen) Parse wikitext, specifying the page title.
apihelp-parse-param-contentformat (Overleg) (Vertalen) Content serialization format used for the input text. Only valid when used with $1text.
apihelp-parse-param-contentmodel (Overleg) (Vertalen) Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.
apihelp-parse-param-disableeditsection (Overleg) (Vertalen) Disable edit section links from the parser output.
apihelp-parse-param-disablepp (Overleg) (Vertalen) Disable the PP Report from the parser output.
apihelp-parse-param-disabletoc (Overleg) (Vertalen) Disable table of contents in output.
apihelp-parse-param-generatexml (Overleg) (Vertalen) Generate XML parse tree (requires content model <code>$1</code>).
apihelp-parse-param-oldid (Overleg) (Vertalen) Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.
apihelp-parse-param-onlypst (Overleg) (Vertalen) Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.
Eerste pagina
Laatste pagina