Template:Error/doc
Template page
More actions
Usage
Create a standard parser function error message.
- {{error|An examplary error}} → An examplary error
- {{error|An examplary error div|tag=div}} → An examplary error div
- Compare: {{#expr:Invalid}} → Expression error: Unrecognized word "foo".
- {{#iferror:{{error|Foo}} | {{y}} | {{n}} }} → Template:Y