Template:BandInfo: Difference between revisions
Template page
More actions
mNo edit summary |
mNo edit summary |
||
| Line 41: | Line 41: | ||
{{{Misc|}}} | {{{Misc|}}} | ||
</table></includeonly> | </table></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Band infobox with basic parameters.", | |||
"params": { | |||
"Band Name": { | |||
"label": "Band name", | |||
"type": "string", | |||
"required": true, | |||
"suggested": false, | |||
"deprecated": false, | |||
"description": "If there are multiple names, use the one the band used the most. If there are multiple names used an equal amount of times, use the most recent." | |||
}, | |||
"Image": { | |||
"label": "Logo", | |||
"type": "wiki-file-name", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "Max 500px in any direction. Preferably transparent PNG." | |||
}, | |||
"Image size": { | |||
"label": "Logo size", | |||
"type": "string", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "Resize to 300px.", | |||
"default": "300px", | |||
"aliases": [ | |||
"" | |||
] | |||
}, | |||
"Caption": { | |||
"label": "Logo caption", | |||
"type": "string", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "Include years the logo was used.", | |||
"default": "Band logo" | |||
}, | |||
"AKA": { | |||
"label": "Also known as", | |||
"type": "string", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "Other names, alternate spellings, etc. in alphabetical order. Separate with line breaks." | |||
}, | |||
"Active Years": { | |||
"label": "Active years", | |||
"type": "string", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "Use question marks if unknown or unsure.", | |||
"default": "Unknown", | |||
"example": "? - 2003, 1998? - 2005." | |||
}, | |||
"Location": { | |||
"label": "Location", | |||
"type": "string", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "City, State/Province, Country.", | |||
"default": "Unknown" | |||
}, | |||
"Related Bands": { | |||
"description": "For bands directly related to this one. Use hyperlinks only if they're nu-metal or adjacent.", | |||
"suggested": true, | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 22:28, 23 September 2023
Band infobox with basic parameters.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Band name | Band Name | If there are multiple names, use the one the band used the most. If there are multiple names used an equal amount of times, use the most recent. | String | required |
| Logo | Image | Max 500px in any direction. Preferably transparent PNG. | File | suggested |
| Logo size | Image size | Resize to 300px.
| String | suggested |
| Logo caption | Caption | Include years the logo was used.
| String | suggested |
| Also known as | AKA | Other names, alternate spellings, etc. in alphabetical order. Separate with line breaks. | String | suggested |
| Active years | Active Years | Use question marks if unknown or unsure.
| String | suggested |
| Location | Location | City, State/Province, Country.
| String | suggested |
| Related Bands | Related Bands | For bands directly related to this one. Use hyperlinks only if they're nu-metal or adjacent. | String | suggested |