Pages which use this template are listed at Category:Inks.
Template:Ink: Difference between revisions
| Robertbaxter (talk | contribs) No edit summary | Robertbaxter (talk | contribs)  No edit summary | ||
| Line 7: | Line 7: | ||
| 		"japanese_name": { | 		"japanese_name": { | ||
| 			"label": "Japanese name", | 			"label": "Japanese name", | ||
| 			"description": "The Japanese name for the ink (if available/provided by the manufacturer)." | 			"description": "The Japanese name for the ink (if available/provided by the manufacturer).", | ||
| 			"type": "string" | |||
| 		}, | 		}, | ||
| 		"brand": { | 		"brand": { | ||
| Line 58: | Line 59: | ||
| 			"description": "The CIELab* code for the color. It must formatted as a comma-separated list with no spaces: XX,XX,XX", | 			"description": "The CIELab* code for the color. It must formatted as a comma-separated list with no spaces: XX,XX,XX", | ||
| 			"example": "67,8,20", | 			"example": "67,8,20", | ||
| 			"type": "string" | 			"type": "string", | ||
| 			"suggested": true | |||
| 		}, | 		}, | ||
| 		"pantone": { | 		"pantone": { | ||
| Line 75: | Line 77: | ||
| 	"description": "The main template for the \"Ink\" class. This template handles semantic annotation and transcludes display templates for the data (mainly Template:Infobox ink).", | 	"description": "The main template for the \"Ink\" class. This template handles semantic annotation and transcludes display templates for the data (mainly Template:Infobox ink).", | ||
| 	"paramOrder": [ | 	"paramOrder": [ | ||
| 		"brand", | 		"brand", | ||
| 		"series", | 		"series", | ||
| 		"japanese_name", | |||
| 		"rgb", | 		"rgb", | ||
| 		"hex", | 		"hex", | ||
Revision as of 18:08, 14 December 2024
TemplateData
The main template for the "Ink" class. This template handles semantic annotation and transcludes display templates for the data (mainly Template:Infobox ink).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Brand | brand | The brand of manufacture (Riso, Ricoh, etc.) for the color of ink. Generic inks may also be listed on this page—but this attribute should reflect the original brand. 
 | String | required | 
| Series | series | The series name that the ink is part of (for Riso, these are "Standard," "Special Edition," and "Custom"). 
 | String | suggested | 
| Japanese name | japanese_name | The Japanese name for the ink (if available/provided by the manufacturer). | String | optional | 
| RGB | rgb | The RGB code for the color—this is used for its display throughout the wiki. It must formatted as a comma-separated list with no spaces: XXX,XXX,XXX 
 | String | required | 
| Hex code | hex | The hex code for the color (without a pound sign). 
 | String | suggested | 
| CMYK | cmyk | The CMYK code for the color. It must formatted as a comma-separated list with no spaces: XX,XX,XX,XX 
 | String | suggested | 
| CIELab* | cielab | The CIELab* code for the color. It must formatted as a comma-separated list with no spaces: XX,XX,XX 
 | String | suggested | 
| Pantone | pantone | The Pantone swatch code for the color. 
 | String | deprecated | 
| Products | products | A list of product codes associated with the ink. These are implemented with Template:Ink/product—please use the page form Form:Ink to edit them. | Content | optional |