Template:Infobox group: Difference between revisions
Appearance
CombustLem (talk | contribs) Infobox created with infobox builder. |
CombustLem (talk | contribs) No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="image"/> | <image source="image" /> | ||
< | |||
<data source=" | <data source="name"> | ||
<label> | <label>Name</label> | ||
</data> | |||
<data source="founded"> | |||
<label>Founded</label> | |||
</data> | |||
<data source="founder"> | |||
<label>Founder(s)</label> | |||
</data> | |||
<data source="origin"> | |||
<label>Origin</label> | |||
</data> | |||
<data source="members"> | |||
<label>Members</label> | |||
</data> | |||
<data source="former_members"> | |||
<label>Former Members</label> | |||
</data> | |||
<data source="genre"> | |||
<label>Genre</label> | |||
</data> | </data> | ||
<data source=" | |||
<data source="label"> | |||
<label>Label</label> | <label>Label</label> | ||
</data> | </data> | ||
<data source=" | |||
<label> | <data source="years_active"> | ||
<label>Years Active</label> | |||
</data> | </data> | ||
<data source=" | |||
<label> | <data source="website"> | ||
<label>Website</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "An infobox for musical groups, teams, or other organized groups.", | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "Custom title for the infobox (defaults to page name if omitted).", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image file name (e.g. GroupPhoto.png).", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "Official name of the group.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"founded": { | |||
"label": "Founded", | |||
"description": "Year or date the group was founded.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"founder": { | |||
"label": "Founder(s)", | |||
"description": "Name(s) of the founder(s).", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"origin": { | |||
"label": "Origin", | |||
"description": "City, region, or country the group originated from.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"members": { | |||
"label": "Members", | |||
"description": "Current members of the group.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"former_members": { | |||
"label": "Former Members", | |||
"description": "Previous members of the group.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"genre": { | |||
"label": "Genre", | |||
"description": "Genre or field of the group (e.g. rock, esports, robotics).", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"label": { | |||
"label": "Label", | |||
"description": "Record label or organizational affiliation.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"years_active": { | |||
"label": "Years Active", | |||
"description": "The time span the group has been active (e.g. 2012–present).", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"description": "Official website (full URL).", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 22:45, 22 July 2025
An infobox for musical groups, teams, or other organized groups.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Custom title for the infobox (defaults to page name if omitted). | String | optional |
Image | image | Image file name (e.g. GroupPhoto.png). | String | optional |
Name | name | Official name of the group. | String | optional |
Founded | founded | Year or date the group was founded. | String | optional |
Founder(s) | founder | Name(s) of the founder(s). | String | optional |
Origin | origin | City, region, or country the group originated from. | String | optional |
Members | members | Current members of the group. | String | optional |
Former Members | former_members | Previous members of the group. | String | optional |
Genre | genre | Genre or field of the group (e.g. rock, esports, robotics). | String | optional |
Label | label | Record label or organizational affiliation. | String | optional |
Years Active | years_active | The time span the group has been active (e.g. 2012–present). | String | optional |
Website | website | Official website (full URL). | String | optional |