System messages

Jump to: navigation, 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.

Filter
Filter by customization state:    
First page
Last page
Name Default message text
Current message text
apihelp-watch-example-watch (talk) (Translate) Watch the page <kbd>Main Page</kbd>.
apihelp-watch-param-title (talk) (Translate) The page to (un)watch. Use <var>$1titles</var> instead.
apihelp-watch-param-unwatch (talk) (Translate) If set the page will be unwatched rather than watched.
apihelp-wbavailablebadges-description (talk) (Translate) Queries available badge items.
apihelp-wbavailablebadges-example-1 (talk) (Translate) Queries all available badge items
apihelp-wbcreateclaim-description (talk) (Translate) Creates Wikibase claims.
apihelp-wbcreateclaim-example-1 (talk) (Translate) Creates a claim for item Q42 of property P9001 with a novalue snak.
apihelp-wbcreateclaim-example-2 (talk) (Translate) Creates a claim for item Q42 of property P9002 with string value "itsastring"
apihelp-wbcreateclaim-example-3 (talk) (Translate) Creates a claim for item Q42 of property P9003 with a value of item Q1
apihelp-wbcreateclaim-example-4 (talk) (Translate) Creates a claim for item Q42 of property P9004 with a coordinate snak value
apihelp-wbcreateclaim-param-baserevid (talk) (Translate) The numeric identifier for the revision to base the modification on. This is used for detecting conflicts during save.
apihelp-wbcreateclaim-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-wbcreateclaim-param-entity (talk) (Translate) ID of the entity you are adding the claim to
apihelp-wbcreateclaim-param-property (talk) (Translate) ID of the snaks property
apihelp-wbcreateclaim-param-snaktype (talk) (Translate) The type of the snak
apihelp-wbcreateclaim-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-wbcreateclaim-param-value (talk) (Translate) Value of the snak when creating a claim with a snak that has a value
apihelp-wbcreateredirect-description (talk) (Translate) Creates Entity redirects.
apihelp-wbcreateredirect-example-1 (talk) (Translate) Turn Q11 into a redirect to Q12
apihelp-wbcreateredirect-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-wbcreateredirect-param-from (talk) (Translate) Entity ID to make a redirect
apihelp-wbcreateredirect-param-to (talk) (Translate) Entity ID to point the redirect to
apihelp-wbeditentity-description (talk) (Translate) Creates a single new Wikibase entity and modifies it with serialised information.
apihelp-wbeditentity-example-1 (talk) (Translate) Create a new empty item, return full entity structure
apihelp-wbeditentity-example-10 (talk) (Translate) Sets the claim with the GUID to the value of the claim
apihelp-wbeditentity-example-11 (talk) (Translate) Adds a label without overwriting it if it already exists
apihelp-wbeditentity-example-12 (talk) (Translate) Removes a label
apihelp-wbeditentity-example-2 (talk) (Translate) Create a new item and set labels for de and en
apihelp-wbeditentity-example-3 (talk) (Translate) Create a new property containing the json data, return full entity structure
apihelp-wbeditentity-example-4 (talk) (Translate) Clear all data from entity with ID Q42
apihelp-wbeditentity-example-5 (talk) (Translate) Clear all data from entity with ID Q42 and set a label for en
apihelp-wbeditentity-example-6 (talk) (Translate) Sets sitelink for nowiki, overwriting it if it already exists
apihelp-wbeditentity-example-7 (talk) (Translate) Sets description for nb, overwriting it if it already exists
apihelp-wbeditentity-example-8 (talk) (Translate) Creates a new claim on the item for the property P56 and a value of "ExampleString"
apihelp-wbeditentity-example-9 (talk) (Translate) Removes the claims from the item with the GUIDs Q42$D8404CDA-25E4-4334-AF13-A3290BCD9C0F and Q42$GH678DSA-01PQ-28XC-HJ90-DDFD9990126X
apihelp-wbeditentity-param-baserevid (talk) (Translate) The numeric identifier for the revision to base the modification on. This is used for detecting conflicts during save.
apihelp-wbeditentity-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-wbeditentity-param-clear (talk) (Translate) If set, the complete entity is emptied before proceeding. The entity will not be saved before it is filled with the "data", possibly with parts excluded.
apihelp-wbeditentity-param-data (talk) (Translate) The serialized object that is used as the data source. A newly created entity will be assigned an 'id'.
apihelp-wbeditentity-param-id (talk) (Translate) The identifier for the entity, including the prefix. Use either 'id' or 'site' and 'title' together.
apihelp-wbeditentity-param-new (talk) (Translate) If set, a new entity will be created. Set this to the type of the entity you want to create. It is not allowed to have this set when 'id' is also set.
apihelp-wbeditentity-param-site (talk) (Translate) An identifier for the site on which the page resides. Use together with 'title' to make a complete sitelink.
apihelp-wbeditentity-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-wbeditentity-param-title (talk) (Translate) Title of the page to associate. Use together with 'site' to make a complete sitelink.
apihelp-wbformatvalue-description (talk) (Translate) Formats DataValues.
apihelp-wbformatvalue-example-1 (talk) (Translate) Format a simple string value.
apihelp-wbformatvalue-example-2 (talk) (Translate) Format a string value as a URL in HTML.
apihelp-wbformatvalue-param-datatype (talk) (Translate) The value's data type. This is distinct from the value's type
apihelp-wbformatvalue-param-datavalue (talk) (Translate) The data to format. This has to be the JSON serialization of a DataValue object.
apihelp-wbformatvalue-param-generate (talk) (Translate) The desired output format to generate.
First page
Last page