Jump to content

Template:Infobox football club: Difference between revisions

From Green Sea Wiki
No edit summary
No edit summary
Line 1: Line 1:
{| class="infobox" style="width: 22em; font-size: 90%; text-align: left; border: 1px solid #aaa; background: #f9f9f9;"
<!-- =========================== -->
|+ '''{{Common_club_name|{{{club_name}}}}}'''
<!-- 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;" | [[File:{{{logo|Placeholder_club_logo.png}}}|150px]]
| colspan="2" style="text-align: center; font-size: 100%;" | ''{{{short_name|}}}''
|-
|-
! Full name
| colspan="2" style="text-align: center;" | {{{nickname|}}}
| {{{fullname|}}}
|-
|-
! Nickname(s)
| colspan="2" style="background:#ccc; height:1px;" |
| {{{nickname|}}}
|-
|-
! 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
| {{{lastseason|}}}
| {{{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|}}}
|-
|-
! Position
! Away kit
| {{{position|}}}
| [[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

Template:Infobox club

Infobox for football clubs.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Full Namefull_name

no description

Stringoptional
Short Nameshort_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
Chairmanchairman

no description

Stringoptional
Managermanager

no description

Stringoptional
Leagueleague

no description

Stringoptional
Last Season (year or range)last_season

no description

Stringoptional
Last Season Resultlast_season_result

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
Official Websitewebsite

no description

Stringoptional
Logo Image Filenamelogo

no description

Stringoptional