Jump to content

Template:Infobox football club: Difference between revisions

From Green Sea Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- =========================== -->
<!-- =========================== -->
<!-- Green Sea Wiki Template Pack -->
<!-- Green Sea Wiki Template Pack -->
<!-- Template:Infobox 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
! Head Coach
| {{{manager|}}}
| {{{head_coach|}}}
|-
| colspan="2" style="background:#ccc; height:1px;" |
|-
|-
! 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 60: Line 58:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
{{Infobox club
{{Infobox football club
| full_name = FC Chernogorsk
| short_name = short name
| short_name = FCC
| logo = Logo.png
| nickname = The Bears
| full_name = full name
| founded = 1946
| nickname = nickname
| ground = Chernogorsk Stadium
| founded = date
| capacity = 25,000
| ground = stadium
| owner = City of Chernogorsk
| capacity = cap
| chairman = Ivan Petrov
| owner = owner
| manager = Pavel Galkin
| ceo = ceo
| league = Chernarus Premier League
| head_coach = coach
| last_season = 2024–25
| league = league
| last_season_result = 3rd in Chernarus Premier League
| last_season = xxxx-xx
| home_kit = FCC_home.png
| website = website
| home_kit_desc = Traditional green and white stripes
| home_kit = home.png
| away_kit = FCC_away.png
| home_kit_desc = Home Kit
| away_kit_desc = Black with grey trim
| away_kit = away.png
| third_kit = FCC_third.png
| away_kit_desc = Away Kit
| third_kit_desc = Red alternate kit
| third_kit = third.png
| website = [https://www.fcchernogorsk.com Official Website]
| third_kit_desc = Alternate kit
| 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>

Latest revision as of 08:59, 31 March 2025



Usage

short name
File:Logo.png
Full name full name
Nickname(s) nickname
Founded date
Ground stadium
Capacity cap
Owner owner
CEO ceo
Head Coach coach
League league
Last Season xxxx-xx
Website website
File:Home.png
Home Kit
File:Away.png
Away Kit
File:Third.png
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