{{{1}}}
This documentation is transcluded from Template:Error/doc. Changes can be proposed in the talk page.
This template is imported from Template:Error on Wikipedia.
This template is imported from the English Wikipedia. Although the visual appearance might be different, the functionality is identical. Please refer to the Template:Error page on Wikipedia for detailed documentation.
{{Error}} is a meta template that returns a state of error (recognized as such by a wiki parser function), and optionally an error-message text in red (visible for the user). It is used by other templates to signal an error, for example invalid input, which can then either be displayed to the editor or caught and handled by other templates.
TemplateData
The template returns a state of error (recognized as such by a wiki parser function), and optionally an error-message text in red (visible for the user)
Parameter | Description | Type | Status | |
---|---|---|---|---|
Message | 1 | Error message text in red | String | optional |
Tag | tag | The tag to contain the error message; will only accept span, div, p, and strong, since those are the only tags recognized by the #iferror parser function. It defaults to strong, the tag generated e.g. by #expre
| String | optional |