Difference between revisions of "Template:Error"

From RRU Knowledge Base
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''<span style="font-size: 120%; color:#ff0000">{{{1}}}</span>'''<noinclude>
<includeonly><span style="font-size: larger; color:#c00">'''{{{1}}}'''{{#if:{{{2}}}|&nbsp;{{{2}}}}}''</span></includeonly><noinclude>
==Usage instructions==
==Usage instructions==
WIP cuz the quote template asked me to make this
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.
[[Category:WIP templates]]</noinclude>
 
===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.