Template:Infobox tutorial/error

From stencil.wiki
Revision as of 22:26, 29 January 2025 by Robertbaxter (talk | contribs) (Created page with "<noinclude> This is a helper template for Template:Infobox tutorial, it takes information about a part and displays it as an item in the infobox. == TemplateData == <templatedata> { "params": { "error_code": { "label": "Error code", "description": "Unique error code displayed on the machine.", "type": "string", "required": true, "example": "T19-208" }, "error_message": { "label": "Error message", "description": "The text displayed on-scre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a helper template for Template:Infobox tutorial, it takes information about a part and displays it as an item in the infobox.

TemplateData

A helper template to display errors in the infobox for a tutorial.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Error codeerror_code

Unique error code displayed on the machine.

Example
T19-208
Stringrequired
Error messageerror_message

The text displayed on-screen for the error.

Stringoptional