Template:Error: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
m ('s' forgotten in category name 😰)
(Reimplemented to use a module instead)
Line 1: Line 1:
<{{{tag|strong}}} class="error">{{{1}}}</{{{tag|strong}}}><noinclude>
<includeonly>{{#invoke:Error|main}}</includeonly><noinclude>
{{doc|content=
{{doc|content=
This template returns a state of error (recognized as such by a [[mw:Help:Extension:ParserFunctions|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.
This template returns a state of error (recognized as such by a [[mw:Help:Extension:ParserFunctions|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.

Revision as of 07:00, 3 August 2025

Template-info.svg Template Documentation

This 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). 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.

Parameters:

  • {{{1}}}: The error message. e.g. {{Error|An error message}} yields An error message.
  • {{{tag}}}: Name of the HTML tag that wraps your error message. strong is used by default.

This template is inspired by the eponymous template on mediawiki.org. Go there and you can learn more.