Template:Credit/sandbox: Difference between revisions

Blanked the page
(Created page with "Use this to indicate a personnel credit on a work. This gets saved in the database and can be queried easily. <templatedata> { "params": { "1": { "label": "Personnel",...")
 
(Blanked the page)
 
Line 1: Line 1:
Use this to indicate a personnel credit on a work. This gets saved in the database and can be queried easily.
 
<templatedata>
{
"params": {
"1": {
"label": "Personnel",
"description": "Person who we're crediting. It's okay if the page doesn't exist.",
"example": "Billy Corgan",
"type": "wiki-page-name",
"required": true
},
"2": {
"label": "Comma-separated list of credits",
"description": "You can use many variations of common terms like \"guitar\", \"guitarist\", \"production\", \"background vocals\", etc.",
"example": "guitar, background vocals, additional mixing, recording assistance",
"type": "string",
"required": true
}
},
"description": "Record credits a personnel has on a work",
"format": "inline"
}
</templatedata>