System messages

Jump to navigation Jump to search
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
apihelp-wbgetentities-example-4 (talk) (Translate) Get entities with ID <samp>Q42</samp> with all available attributes in English language
apihelp-wbgetentities-example-5 (talk) (Translate) Get entities with ID <samp>Q42</samp> with all available attributes in any possible fallback language for the <var>ii</var> language
apihelp-wbgetentities-example-6 (talk) (Translate) Get entities with ID <samp>Q42</samp> showing all labels in all available languages
apihelp-wbgetentities-example-7 (talk) (Translate) Get entities with IDs <samp>P17</samp> and <samp>P3</samp> showing only datatypes
apihelp-wbgetentities-example-8 (talk) (Translate) Get entities with ID <samp>Q42</samp> showing all aliases in English language
apihelp-wbgetentities-example-9 (talk) (Translate) Get entities with IDs <samp>Q1</samp> and <samp>Q42</samp> showing descriptions in English, German and French languages
apihelp-wbgetentities-param-ids (talk) (Translate) The IDs of the entities to get the data from
apihelp-wbgetentities-param-languagefallback (talk) (Translate) Apply language fallback for languages defined in the <var>languages</var> parameter, with the current context of API call.
apihelp-wbgetentities-param-languages (talk) (Translate) By default the internationalized values are returned in all available languages. This parameter allows filtering these down to one or more languages by providing one or more language codes.
apihelp-wbgetentities-param-normalize (talk) (Translate) Try to normalize the page title against the client site. This only works if exactly one site and one page have been given.
apihelp-wbgetentities-param-props (talk) (Translate) The names of the properties to get back from each entity. Will be further filtered by any languages given.
apihelp-wbgetentities-param-redirects (talk) (Translate) Whether redirects shall be resolved. If set to "no", redirects will be treated like deleted entities.
apihelp-wbgetentities-param-sitefilter (talk) (Translate) Filter sitelinks in entities to those with these site IDs.
apihelp-wbgetentities-param-sites (talk) (Translate) Identifier for the site on which the corresponding page resides. Use together with <code>title</code>, but only give one site for several titles or several sites for one title.
apihelp-wbgetentities-param-titles (talk) (Translate) The title of the corresponding page. Use together with <code>sites</code>, but only give one site for several titles or several sites for one title.
apihelp-wbgetentities-summary (talk) (Translate) Gets the data for multiple Wikibase entities.
apihelp-wblinktitles-example-1 (talk) (Translate) Add a link "Hydrogen" from the English page to "Wasserstoff" at the German page
apihelp-wblinktitles-param-bot (talk) (Translate) Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "bot".
apihelp-wblinktitles-param-fromsite (talk) (Translate) An identifier for the site on which the page resides. Use together with <var>fromtitle</var> to make a complete sitelink.
apihelp-wblinktitles-param-fromtitle (talk) (Translate) Title of the page to associate. Use together with <var>fromsite</var> to make a complete sitelink.
apihelp-wblinktitles-param-tosite (talk) (Translate) An identifier for the site on which the page resides. Use together with <var>totitle</var> to make a complete sitelink.
apihelp-wblinktitles-param-totitle (talk) (Translate) Title of the page to associate. Use together with <var>tosite</var> to make a complete sitelink.
apihelp-wblinktitles-summary (talk) (Translate) Associates two pages on two different wikis with a Wikibase item.
apihelp-wbmergeitems-example-1 (talk) (Translate) Merges data from <samp>$1</samp> into <samp>$2</samp>
apihelp-wbmergeitems-example-3 (talk) (Translate) Merges data from <samp>$1</samp> into <samp>$2</samp> ignoring any conflicting sitelinks
apihelp-wbmergeitems-example-4 (talk) (Translate) Merges data from <samp>$1</samp> into <samp>$2</samp> ignoring any conflicting sitelinks and descriptions
apihelp-wbmergeitems-param-bot (talk) (Translate) Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "bot".
apihelp-wbmergeitems-param-fromid (talk) (Translate) The ID to merge from
apihelp-wbmergeitems-param-ignoreconflicts (talk) (Translate) Array of elements of the item to ignore conflicts for. Can only contain values of "<var>description</var>", "<var>sitelink</var>" and "<var>statement</var>"
apihelp-wbmergeitems-param-summary (talk) (Translate) Summary for the edit. Will be prepended by an automatically generated comment. The length limit of the autocomment together with the summary is 260 characters. Be aware that everything above that limit will be cut off.
apihelp-wbmergeitems-param-tags (talk) (Translate) Change tags to apply to the revisions.
apihelp-wbmergeitems-param-toid (talk) (Translate) The ID to merge to
apihelp-wbmergeitems-summary (talk) (Translate) Merges multiple items.
apihelp-wbparsevalue-example-1 (talk) (Translate) Parse a plain string into a StringValue object.
apihelp-wbparsevalue-example-2 (talk) (Translate) Parse 1994-02-08 to a TimeValue object with a precision of 9 (year).
apihelp-wbparsevalue-example-3 (talk) (Translate) Parse 1994-02-08 to a TimeValue object with a precision of 14 (second) with validation enabled, resulting in a validation failure.
apihelp-wbparsevalue-example-4 (talk) (Translate) Parse foo into an object of whatever datatype P123 is, with validation enabled, potentially resulting in a validation failure depending on P123's datatype's expected input.
apihelp-wbparsevalue-param-datatype (talk) (Translate) Datatype of the value to parse. Determines the parser to use.
apihelp-wbparsevalue-param-options (talk) (Translate) The options the parser should use. Provided as a JSON object.
apihelp-wbparsevalue-param-parser (talk) (Translate) ID of the <code>ValueParser</code> to use. <span class="apihelp-deprecated">Deprecated</span>. Use the <var>datatype</var> parameter instead.
apihelp-wbparsevalue-param-property (talk) (Translate) Property ID the value to parse belongs to. Determines the parser to use.
apihelp-wbparsevalue-param-validate (talk) (Translate) Whether to additionally verify the data passed in.
apihelp-wbparsevalue-param-values (talk) (Translate) The values to parse
apihelp-wbparsevalue-summary (talk) (Translate) Parses values using a <code>ValueParser</code>.
apihelp-wbremoveclaims-example-1 (talk) (Translate) Remove claim with GUID of "$1"
apihelp-wbremoveclaims-param-baserevid (talk) (Translate) The numeric identifier for the revision to base the modification on. This is used for detecting conflicts during save.
apihelp-wbremoveclaims-param-bot (talk) (Translate) Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "bot".
apihelp-wbremoveclaims-param-claim (talk) (Translate) One GUID or several (pipe-separated) GUIDs identifying the claims to be removed. All claims must belong to the same entity.
apihelp-wbremoveclaims-param-summary (talk) (Translate) Summary for the edit. Will be prepended by an automatically generated comment. The length limit of the autocomment together with the summary is 260 characters. Be aware that everything above that limit will be cut off.
apihelp-wbremoveclaims-param-tags (talk) (Translate) Change tags to apply to the revision.
First pagePrevious pageNext pageLast page