Jump to content

Template:Infobox football club: Difference between revisions

From Green Sea Wiki
No edit summary
No edit summary
Line 1: Line 1:
<!-- =========================== -->
<!-- =========================== -->
<!-- Green Sea Wiki Template Pack -->
<!-- Green Sea Wiki Template Pack -->
<!-- Template:Infobox football club (logo & kits adjusted) -->
<!-- Template:Infobox football club (short name on top, aligned names) -->
<!-- =========================== -->
<!-- =========================== -->


<includeonly>
<includeonly>
{| class="infobox" style="width: 24em; font-size: 90%; text-align: left; border: 1px solid #aaa; background: #f9f9f9; float:right;"
{| 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}}}'''
|+ style="font-size: 125%; text-align: center;" | '''{{{short_name}}}'''
|-
|-
| colspan="2" style="text-align: center; font-size: 100%;" | ''{{{short_name|}}}''
| colspan="2" style="text-align: center;" | [[File:{{{logo|Placeholder_logo.png}}}|center|150px]]
|-
|-
| colspan="2" style="text-align: center;" | [[File:{{{logo|Placeholder_logo.png}}}|center|150px]]
! Full name
| {{{full_name|}}}
|-
|-
| colspan="2" style="text-align: center;" | {{{nickname|}}}
! Nickname(s)
| {{{nickname|}}}
|-
|-
| colspan="2" style="background:#ccc; height:1px;" |
| colspan="2" style="background:#ccc; height:1px;" |
Line 24: Line 26:
! Capacity
! Capacity
| {{{capacity|}}}
| {{{capacity|}}}
|-
| colspan="2" style="background:#ccc; height:1px;" |
|-
|-
! Owner
! Owner
| {{{owner|}}}
| {{{owner|}}}
|-
|-
! Chairman
! CEO
| {{{chairman|}}}
| {{{ceo|}}}
|-
! Manager
| {{{manager|}}}
|-
|-
| colspan="2" style="background:#ccc; height:1px;" |
! Head Coach
| {{{head_coach|}}}
|-
|-
! League
! League
| {{{league|}}}
| {{{league|}}}
|-
|-
! Last season
! Last Season
| {{{last_season|}}} – {{{last_season_result|}}}
| {{{last_season|}}}
|-
| colspan="2" style="background:#ccc; height:1px;" |
|-
|-
! Website
! Website
| {{{website|}}}
| {{{website|}}}
|-
| colspan="2" style="background:#ccc; height:1px;" |
|-
|-
! colspan="2" style="text-align:center;" |  
! colspan="2" style="text-align:center;" |  
Line 61: Line 59:
== Usage ==
== Usage ==
{{Infobox football club
{{Infobox football club
| short_name = FCC
| logo = FC_Chernogorsk_logo.png
| full_name = FC Chernogorsk
| full_name = FC Chernogorsk
| short_name = FCC
| nickname = The Bears
| nickname = The Bears
| founded = 1946
| founded = 1946
Line 68: Line 67:
| capacity = 25,000
| capacity = 25,000
| owner = City of Chernogorsk
| owner = City of Chernogorsk
| chairman = Ivan Petrov
| ceo = Ivan Petrov
| manager = Pavel Galkin
| head_coach = Pavel Galkin
| league = Chernarus Premier League
| league = Chernarus Premier League
| last_season = 2024–25
| last_season = 2024–25
| last_season_result = 3rd in Chernarus Premier League
| website = [https://www.fcchernogorsk.com Official Website]
| home_kit = FCC_home.png
| home_kit = FCC_home.png
| home_kit_desc = Traditional green and white stripes
| home_kit_desc = Traditional green and white stripes
Line 79: Line 78:
| third_kit = FCC_third.png
| third_kit = FCC_third.png
| third_kit_desc = Red alternate kit
| third_kit_desc = Red alternate kit
| website = [https://www.fcchernogorsk.com Official Website]
| logo = FC_Chernogorsk_logo.png
}}
}}


Line 87: Line 84:
     "description": "Infobox for football clubs.",
     "description": "Infobox for football clubs.",
     "params": {
     "params": {
        "short_name": {"label": "Short Name", "type": "string"},
        "logo": {"label": "Logo Image Filename", "type": "string"},
         "full_name": {"label": "Full Name", "type": "string"},
         "full_name": {"label": "Full Name", "type": "string"},
        "short_name": {"label": "Short Name", "type": "string"},
         "nickname": {"label": "Nickname(s)", "type": "string"},
         "nickname": {"label": "Nickname(s)", "type": "string"},
         "founded": {"label": "Founded", "type": "string"},
         "founded": {"label": "Founded", "type": "string"},
Line 94: Line 92:
         "capacity": {"label": "Stadium Capacity", "type": "string"},
         "capacity": {"label": "Stadium Capacity", "type": "string"},
         "owner": {"label": "Owner", "type": "string"},
         "owner": {"label": "Owner", "type": "string"},
         "chairman": {"label": "Chairman", "type": "string"},
         "ceo": {"label": "CEO", "type": "string"},
         "manager": {"label": "Manager", "type": "string"},
         "head_coach": {"label": "Head Coach", "type": "string"},
         "league": {"label": "League", "type": "string"},
         "league": {"label": "League", "type": "string"},
         "last_season": {"label": "Last Season (year or range)", "type": "string"},
         "last_season": {"label": "Last Season (year or range)", "type": "string"},
         "last_season_result": {"label": "Last Season Result", "type": "string"},
         "website": {"label": "Official Website", "type": "string"},
         "home_kit": {"label": "Home Kit Image Filename", "type": "string"},
         "home_kit": {"label": "Home Kit Image Filename", "type": "string"},
         "home_kit_desc": {"label": "Home Kit Description", "type": "string"},
         "home_kit_desc": {"label": "Home Kit Description", "type": "string"},
Line 104: Line 102:
         "away_kit_desc": {"label": "Away Kit Description", "type": "string"},
         "away_kit_desc": {"label": "Away Kit Description", "type": "string"},
         "third_kit": {"label": "Third Kit Image Filename", "type": "string"},
         "third_kit": {"label": "Third Kit Image Filename", "type": "string"},
         "third_kit_desc": {"label": "Third Kit Description", "type": "string"},
         "third_kit_desc": {"label": "Third Kit Description", "type": "string"}
        "website": {"label": "Official Website", "type": "string"},
        "logo": {"label": "Logo Image Filename", "type": "string"}
     }
     }
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 08:25, 31 March 2025



Usage

FCC
File:FC Chernogorsk logo.png
Full name FC Chernogorsk
Nickname(s) The Bears
Founded 1946
Ground Chernogorsk Stadium
Capacity 25,000
Owner City of Chernogorsk
CEO Ivan Petrov
Head Coach Pavel Galkin
League Chernarus Premier League
Last Season 2024–25
Website Official Website
File:FCC home.png
Traditional green and white stripes
File:FCC away.png
Black with grey trim
File:FCC third.png
Red alternate kit



Infobox for football clubs.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Short Nameshort_name

no description

Stringoptional
Logo Image Filenamelogo

no description

Stringoptional
Full Namefull_name

no description

Stringoptional
Nickname(s)nickname

no description

Stringoptional
Foundedfounded

no description

Stringoptional
Ground (Stadium)ground

no description

Stringoptional
Stadium Capacitycapacity

no description

Stringoptional
Ownerowner

no description

Stringoptional
CEOceo

no description

Stringoptional
Head Coachhead_coach

no description

Stringoptional
Leagueleague

no description

Stringoptional
Last Season (year or range)last_season

no description

Stringoptional
Official Websitewebsite

no description

Stringoptional
Home Kit Image Filenamehome_kit

no description

Stringoptional
Home Kit Descriptionhome_kit_desc

no description

Stringoptional
Away Kit Image Filenameaway_kit

no description

Stringoptional
Away Kit Descriptionaway_kit_desc

no description

Stringoptional
Third Kit Image Filenamethird_kit

no description

Stringoptional
Third Kit Descriptionthird_kit_desc

no description

Stringoptional