Template:Dye Gallery/doc: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
{
{
"params": {
"params": {
"name": {
"base": {
"description": "Name of an item, defaults to PAGENAME",
"description": "Name of an item image, defaults to PAGENAME",
"example": "Stone Slab Shield (moderate)",
"example": "Stone Slab Shield (moderate)",
"type": "string"
},
"mask": {
"description": "Name of an item dye image, defaults to PAGENAME dye",
"example": "Stone Slab Shield (moderate) dye",
"type": "string"
"type": "string"
}
}
},
},
"description": "This template generates a table showing the base appearance and the dye regions for an item. It requires that base appearance image is named 'PAGENAME.png' and the dye regions image is named 'PAGENAME dye.png'",
"description": "This template generates a table showing the base appearance and the dye regions for an item. By default it uses the images 'PAGENAME.png' and 'PAGENAME dye.png'",
"format": "block"
"format": "block"
}
}