Difference between revisions of "Template:Error"

From RRU Knowledge Base
(I've been using discord too long)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''THIS IS AN ERROR MESSAGE LETTING YOU KNOW YOU BLEW IT'''<noinclude>
<includeonly><span style="font-size: larger; color:#c00">'''{{{1}}}'''{{#if:{{{2}}}|&nbsp;{{{2}}}}}''</span></includeonly><noinclude>
WIP cuz the quote template asked me to make this
==Usage instructions==
[[Category:WIP templates]]</noinclude>
This meta template is used by other templates to signal an error, such as an invalid or missing parameter. It displays a custom error message that lets editors know to fix the issue in question.
 
===Example usage===
* {{tlx|error|Error:|An exemplary error}} → {{error|Error:|An exemplary error}}
* Compare, used in a Parser Function: <code><nowiki>{{#expr:Foo}}</nowiki></code> → {{#expr:Foo}}<!--
* <code><nowiki>{{#iferror:{{error|Foo}} | {{y}} | {{n}} }}</nowiki></code> → {{#iferror:{{error|Foo}} | {{y}} | {{n}} }}-->
 
Currently missing all the tag options the [[Wikipedia:Template:Error|Wikipedia version]] has.
 
[[Category:Error-message templates]]</noinclude>

Latest revision as of 02:39, 2 December 2017

Usage instructions

This meta template is used by other templates to signal an error, such as an invalid or missing parameter. It displays a custom error message that lets editors know to fix the issue in question.

Example usage

  • {{error|Error:|An exemplary error}}Error: An exemplary error
  • Compare, used in a Parser Function: {{#expr:Foo}}Expression error: Unrecognized word "foo".

Currently missing all the tag options the Wikipedia version has.