Pages which use this template are listed at Category:Inks.
Template:Ink: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
IssuePress (talk | contribs) No edit summary Tag: Manual revert |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Class template|class | <noinclude>{{Class template|class=Ink|category=Inks}} | ||
== TemplateData == | == TemplateData == | ||
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 23: | Line 24: | ||
"label": "Series", | "label": "Series", | ||
"description": "The series name that the ink is part of (for Riso, these are \"Standard,\" \"Special Edition,\" and \"Custom\").", | "description": "The series name that the ink is part of (for Riso, these are \"Standard,\" \"Special Edition,\" and \"Custom\").", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
Line 58: | Line 58: | ||
"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 76: | ||
"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", |
Latest revision as of 11:49, 18 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 |