Template:Error/doc: Difference between revisions
Template page
More actions
typos |
|||
| Line 22: | Line 22: | ||
[[ar:قالب:Error]] | [[ar:قالب:Error]] | ||
[[cs:Šablona:Chyba]] | [[cs:Šablona:Chyba]] | ||
[[es:Plantilla:Error]] | |||
[[id:Templat:Error]] | [[id:Templat:Error]] | ||
[[ja:Template:Error]] | [[ja:Template:Error]] | ||
[[pt:Predefinição:Error]] | [[pt:Predefinição:Error]] | ||
</includeonly> | </includeonly> | ||
Revision as of 17:51, 1 May 2010
Create a parser function error message.
Usage
- {{error|An exemplary error}} → An exemplary error
- Compare:
{{#expr:Foo}}→ Expression error: Unrecognized word "foo". {{#iferror:{{error|Foo}} | {{y}} | {{n}} }}→ Template:Y
The tag to contain the error message can be given through the tag parameter, but it 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.
- {{error|An exemplary error span|tag=span}} → An exemplary error span
See also