Template:Infobox football club: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{| class="infobox" style="width: | <!-- =========================== --> | ||
|+ ''' | <!-- Green Sea Wiki Template Pack --> | ||
<!-- Template:Infobox club (with TemplateData) --> | |||
<!-- =========================== --> | |||
<includeonly> | |||
{| class="infobox" style="width: 24em; font-size: 90%; text-align: left; border: 1px solid #aaa; background: #f9f9f9; float:right;" | |||
|+ style="font-size: 125%;" | '''{{{full_name}}}''' | |||
|- | |- | ||
| colspan="2" style="text-align: center;" | | | colspan="2" style="text-align: center; font-size: 100%;" | ''{{{short_name|}}}'' | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | {{{nickname|}}} | |||
| {{{ | |||
|- | |- | ||
| colspan="2" style="background:#ccc; height:1px;" | | |||
| | |||
|- | |- | ||
! Founded | ! Founded | ||
| Line 18: | Line 22: | ||
! Capacity | ! Capacity | ||
| {{{capacity|}}} | | {{{capacity|}}} | ||
|- | |||
| colspan="2" style="background:#ccc; height:1px;" | | |||
|- | |- | ||
! Owner | ! Owner | ||
| Line 27: | Line 33: | ||
! Manager | ! Manager | ||
| {{{manager|}}} | | {{{manager|}}} | ||
|- | |||
| colspan="2" style="background:#ccc; height:1px;" | | |||
|- | |- | ||
! League | ! League | ||
| Line 32: | Line 40: | ||
|- | |- | ||
! Last season | ! Last season | ||
| {{{ | | {{{last_season|}}} – {{{last_season_result|}}} | ||
|- | |||
| colspan="2" style="background:#ccc; height:1px;" | | |||
|- | |||
! Home kit | |||
| [[File:{{{home_kit|Placeholder_home.png}}}|150px]]<br />{{{home_kit_desc|}}} | |||
|- | |- | ||
! | ! Away kit | ||
| {{{ | | [[File:{{{away_kit|Placeholder_away.png}}}|150px]]<br />{{{away_kit_desc|}}} | ||
|- | |||
| colspan="2" style="background:#ccc; height:1px;" | | |||
|- | |- | ||
! Website | ! Website | ||
| {{{website|}}} | | {{{website|}}} | ||
|- | |||
! Logo | |||
| [[File:{{{logo|Placeholder_logo.png}}}|center|150px]] | |||
|} | |} | ||
</includeonly> | |||
<noinclude> | |||
== Usage == | |||
{{Infobox club | |||
| full_name = FC Chernogorsk | |||
| short_name = FCC | |||
| nickname = The Bears | |||
| founded = 1946 | |||
| ground = Chernogorsk Stadium | |||
| capacity = 25,000 | |||
| owner = City of Chernogorsk | |||
| chairman = Ivan Petrov | |||
| manager = Pavel Galkin | |||
| league = Chernarus Premier League | |||
| last_season = 2024–25 | |||
| last_season_result = 3rd in Chernarus Premier League | |||
| home_kit = FCC_home.png | |||
| home_kit_desc = Traditional green and white stripes | |||
| away_kit = FCC_away.png | |||
| away_kit_desc = Black with grey trim | |||
| website = [https://www.fcchernogorsk.com Official Website] | |||
| logo = FC_Chernogorsk_logo.png | |||
}} | |||
<templatedata> | |||
{ | |||
"description": "Infobox for football clubs.", | |||
"params": { | |||
"full_name": {"label": "Full Name", "type": "string"}, | |||
"short_name": {"label": "Short Name", "type": "string"}, | |||
"nickname": {"label": "Nickname(s)", "type": "string"}, | |||
"founded": {"label": "Founded", "type": "string"}, | |||
"ground": {"label": "Ground (Stadium)", "type": "string"}, | |||
"capacity": {"label": "Stadium Capacity", "type": "string"}, | |||
"owner": {"label": "Owner", "type": "string"}, | |||
"chairman": {"label": "Chairman", "type": "string"}, | |||
"manager": {"label": "Manager", "type": "string"}, | |||
"league": {"label": "League", "type": "string"}, | |||
"last_season": {"label": "Last Season (year or range)", "type": "string"}, | |||
"last_season_result": {"label": "Last Season Result", "type": "string"}, | |||
"home_kit": {"label": "Home Kit Image Filename", "type": "string"}, | |||
"home_kit_desc": {"label": "Home Kit Description", "type": "string"}, | |||
"away_kit": {"label": "Away Kit Image Filename", "type": "string"}, | |||
"away_kit_desc": {"label": "Away Kit Description", "type": "string"}, | |||
"website": {"label": "Official Website", "type": "string"}, | |||
"logo": {"label": "Logo Image Filename", "type": "string"} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 08:15, 31 March 2025
Usage
Infobox for football clubs.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Full Name | full_name | no description | String | optional |
| Short Name | short_name | no description | String | optional |
| Nickname(s) | nickname | no description | String | optional |
| Founded | founded | no description | String | optional |
| Ground (Stadium) | ground | no description | String | optional |
| Stadium Capacity | capacity | no description | String | optional |
| Owner | owner | no description | String | optional |
| Chairman | chairman | no description | String | optional |
| Manager | manager | no description | String | optional |
| League | league | no description | String | optional |
| Last Season (year or range) | last_season | no description | String | optional |
| Last Season Result | last_season_result | no description | String | optional |
| Home Kit Image Filename | home_kit | no description | String | optional |
| Home Kit Description | home_kit_desc | no description | String | optional |
| Away Kit Image Filename | away_kit | no description | String | optional |
| Away Kit Description | away_kit_desc | no description | String | optional |
| Official Website | website | no description | String | optional |
| Logo Image Filename | logo | no description | String | optional |