Jump to content

Template:Infobox football club: Difference between revisions

From Green Sea Wiki
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
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 football club (short name on top, aligned names) -->
<!-- =========================== -->
 
<includeonly>
{| class="infobox" style="width: 24em; font-size: 90%; text-align: left; border: 1px solid #aaa; background: #f9f9f9; float:right;"
|+ style="font-size: 125%; text-align: center;" | '''{{{short_name}}}'''
|-
|-
| colspan="2" style="text-align: center;" | [[File:{{{logo|Placeholder_club_logo.png}}}|150px]]
| colspan="2" style="text-align: center;" | [[File:{{{logo|Placeholder_logo.png}}}|center|150px]]
|-
|-
! Full name
! Full name
| {{{fullname|}}}
| {{{full_name|}}}
|-
|-
! Nickname(s)
! Nickname(s)
| {{{nickname|}}}
| {{{nickname|}}}
|-
| colspan="2" style="background:#ccc; height:1px;" |
|-
|-
! Founded
! Founded
Line 22: Line 30:
| {{{owner|}}}
| {{{owner|}}}
|-
|-
! Chairman
! CEO
| {{{chairman|}}}
| {{{ceo|}}}
|-
|-
! Manager
! Head Coach
| {{{manager|}}}
| {{{head_coach|}}}
|-
|-
! League
! League
| {{{league|}}}
| {{{league|}}}
|-
|-
! Last season
! Last Season
| {{{lastseason|}}}
| {{{last_season|}}}
|-
! Position
| {{{position|}}}
|-
|-
! Website
! Website
| {{{website|}}}
| {{{website|}}}
|-
| colspan="2" style="background:#ccc; height:1px;" |
|-
! colspan="2" style="text-align:center;" |
{| style="border: none; width:100%;"
| style="text-align:center;" | [[File:{{{home_kit|Placeholder_home.png}}}|60px]]<br />{{{home_kit_desc|}}}
| style="text-align:center;" | [[File:{{{away_kit|Placeholder_away.png}}}|60px]]<br />{{{away_kit_desc|}}}
| style="text-align:center;" | [[File:{{{third_kit|Placeholder_third.png}}}|60px]]<br />{{{third_kit_desc|}}}
|}
|}
|}
</includeonly>
<noinclude>
== Usage ==
{{Infobox football club
| short_name = short name
| logo = Logo.png
| full_name = full name
| nickname = nickname
| founded = date
| ground = stadium
| capacity = cap
| owner = owner
| ceo = ceo
| head_coach = coach
| league = league
| last_season = xxxx-xx
| website = website
| home_kit = home.png
| home_kit_desc = Home Kit
| away_kit = away.png
| away_kit_desc = Away Kit
| third_kit = third.png
| third_kit_desc = Alternate kit
}}
<templatedata>
{
    "description": "Infobox for football clubs.",
    "params": {
        "short_name": {"label": "Short Name", "type": "string"},
        "logo": {"label": "Logo Image Filename", "type": "string"},
        "full_name": {"label": "Full 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"},
        "ceo": {"label": "CEO", "type": "string"},
        "head_coach": {"label": "Head Coach", "type": "string"},
        "league": {"label": "League", "type": "string"},
        "last_season": {"label": "Last Season (year or range)", "type": "string"},
        "website": {"label": "Official Website", "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"},
        "third_kit": {"label": "Third Kit Image Filename", "type": "string"},
        "third_kit_desc": {"label": "Third Kit Description", "type": "string"}
    }
}
</templatedata>
</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