Template:Error

From Terraria Mods Wiki
Jump to navigation Jump to search
Template-info.svg Documentation The documentation below is transcluded from Template:Error/doc. (edit | history)

A helper template to display an error, generally to be used from inside other templates. Categorizes the page in Category:Pages with template errors.

Usage

{{ error | <error text> | <additional category> }}

or

{{ error | text=<error text> | cate=<additional category> }}

First unnamed parameter or text

Error message to display. Will be wrapped in a div, so most often as a separate paragraph.

Second unnamed parameter or cate

Category to categorize the page in. Set $cate to n or no to prevent categorization altogether.