Template:Error

Template page

{{{1}}}

Template documentation[view][edit][history][purge]
This documentation is transcluded from Template:Error/doc. Changes can be proposed in the talk page.

{{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)

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Message1

Error message text in red

Stringoptional
Tagtag

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

Default
strong
Stringoptional