Jump to content
This wiki has had no edits or log actions made within the last 60 days and has been automatically marked as inactive. If you would like to prevent this wiki from being closed, please start showing signs of activity here. If there are no signs of this wiki being used within the next 60 days, this wiki will be closed in accordance to the Dormancy Policy (which all wiki founders accept when requesting a wiki). If this wiki is closed and no one reopens it 135 days from now, this wiki will become eligible for deletion. Note: If you are a bureaucrat, you can go to Special:ManageWiki and uncheck "inactive" yourself.

System messages

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-wbcheckconstraints-param-status (talk) (Translate) Optional filter to return only check results with the selected statuses. Note that only results for the 'violation', 'warning', 'suggestion' and 'bad-parameters' statuses are cached, so requests that select any statuses beyond those four do not benefit from caching.
apihelp-wbcheckconstraints-paramvalue-status-bad-parameters (talk) (Translate) The constraint parameters are broken.
apihelp-wbcheckconstraints-paramvalue-status-compliance (talk) (Translate) The statement satisfies the constraint.
apihelp-wbcheckconstraints-paramvalue-status-deprecated (talk) (Translate) The constraint has not been checked because the statement is deprecated.
apihelp-wbcheckconstraints-paramvalue-status-exception (talk) (Translate) The subject entity of the statement is a known exception to the constraint.
apihelp-wbcheckconstraints-paramvalue-status-not-in-scope (talk) (Translate) The constraint is not checked on this kind of snak (main snak, qualifier or reference), so the constraint check is skipped.
apihelp-wbcheckconstraints-paramvalue-status-suggestion (talk) (Translate) The statement violates the constraint, but the constraint is just a suggestion.
apihelp-wbcheckconstraints-paramvalue-status-todo (talk) (Translate) The constraint is not implemented.
apihelp-wbcheckconstraints-paramvalue-status-violation (talk) (Translate) The statement violates the constraint.
apihelp-wbcheckconstraints-paramvalue-status-warning (talk) (Translate) The statement violates the constraint, but the constraint is not mandatory.
apihelp-wbcheckconstraints-summary (talk) (Translate) Performs constraint checks on any entity you want and returns the result.
apihelp-wbcreateclaim-example-1 (talk) (Translate) Creates a claim for item <samp>$1</samp> of property <samp>P9001</samp> with a "{{int:wikibase-snakview-snaktypeselector-novalue}}" snak.
apihelp-wbcreateclaim-example-2 (talk) (Translate) Creates a claim for item <samp>$1</samp> of property <samp>P9002</samp> with string value "<var>itsastring</var>"
apihelp-wbcreateclaim-example-3 (talk) (Translate) Creates a claim for item <samp>$1</samp> of property <samp>P9003</samp> with a value of item <samp>Q1</samp>
apihelp-wbcreateclaim-example-4 (talk) (Translate) Creates a claim for item <samp>$1</samp> of property <samp>P9004</samp> 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 "{{int:group-bot}}".
apihelp-wbcreateclaim-param-entity (talk) (Translate) ID of the entity the claim is being added 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-tags (talk) (Translate) Change tags to apply to the revision.
apihelp-wbcreateclaim-param-value (talk) (Translate) Value of the snak when creating a claim with a snak that has a value
apihelp-wbcreateclaim-summary (talk) (Translate) Creates Wikibase claims.
apihelp-wbcreateredirect-example-1 (talk) (Translate) Turn <samp>$1</samp> into a redirect to <samp>$2</samp>
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 "{{int: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-wbcreateredirect-summary (talk) (Translate) Creates Entity redirects.
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 <var>de</var> and <var>en</var>
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 <samp>$1</samp>
apihelp-wbeditentity-example-5 (talk) (Translate) Clear all data from entity with ID <samp>$1</samp> and set a label for <var>en</var>
apihelp-wbeditentity-example-6 (talk) (Translate) Sets sitelink for <var>nowiki</var>, overwriting it if it already exists
apihelp-wbeditentity-example-7 (talk) (Translate) Sets description for <var>nb</var>, overwriting it if it already exists
apihelp-wbeditentity-example-8 (talk) (Translate) Creates a new claim on the item for the property <samp>P56</samp> and a value of "<var>ExampleString</var>"
apihelp-wbeditentity-example-9 (talk) (Translate) Removes the claims from the item with the provided GUIDs
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 "{{int: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 "<code>data</code>", 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 <var>id</var> or <var>site</var> and <var>title</var> together.
apihelp-wbeditentity-param-new (talk) (Translate) If set, a new entity will be created. Set this to the type of the entity to be created. It is not allowed to have this set when <var>id</var> is also set.
apihelp-wbeditentity-param-site (talk) (Translate) An identifier for the site on which the page resides. Use together with <var>title</var> 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-tags (talk) (Translate) Change tags to apply to the revision.
First pagePrevious pageNext pageLast page
Cookies help us deliver our services. By using our services, you agree to our use of cookies.