Template:Infobox tutorial/error: Difference between revisions
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...")  | 
				Robertbaxter (talk | contribs)  No edit summary  | 
				||
| Line 1: | Line 1: | ||
<noinclude>  | <noinclude>  | ||
This is a helper template for [[Template:Infobox tutorial]], it takes information about   | This is a helper template for [[Template:Infobox tutorial]], it takes information about an error and displays it as an item in the infobox.  | ||
== TemplateData ==  | == TemplateData ==  | ||
Revision as of 21:26, 29 January 2025
This is a helper template for Template:Infobox tutorial, it takes information about an error and displays it as an item in the infobox.
TemplateData
A helper template to display errors in the infobox for a tutorial.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Error code | error_code | Unique error code displayed on the machine. 
  | String | required | 
| Error message | error_message | The text displayed on-screen for the error.  | String | optional |