Template:Infobox football club: Difference between revisions
Appearance
Created page with "{| class="infobox" style="width: 22em; font-size: 90%; text-align: left; border: 1px solid #aaa; background: #f9f9f9;" |+ '''{{{clubname}}}''' |- | colspan="2" style="text-align: center;" | [[File:{{{logo|Placeholder_club_logo.png}}}|150px]] |- ! Full name | {{{fullname|}}} |- ! Nickname(s) | {{{nickname|}}} |- ! Founded | {{{founded|}}} |- ! Ground | {{{ground|}}} |- ! Capacity | {{{capacity|}}} |- ! Owner | {{{owner|}}} |- ! Chairman | {{{chairman|}}} |- ! Manager | {{..." |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| class="infobox" style="width: | <!-- =========================== --> | ||
|+ '''{{{ | <!-- 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| | | colspan="2" style="text-align: center;" | [[File:{{{logo|Placeholder_logo.png}}}|center|150px]] | ||
|- | |- | ||
! Full name | ! Full name | ||
| {{{ | | {{{full_name|}}} | ||
|- | |- | ||
! Nickname(s) | ! Nickname(s) | ||
| {{{nickname|}}} | | {{{nickname|}}} | ||
|- | |||
| colspan="2" style="background:#ccc; height:1px;" | | |||
|- | |- | ||
! Founded | ! Founded | ||
| Line 22: | Line 30: | ||
| {{{owner|}}} | | {{{owner|}}} | ||
|- | |- | ||
! | ! CEO | ||
| {{{ | | {{{ceo|}}} | ||
|- | |- | ||
! | ! Head Coach | ||
| {{{ | | {{{head_coach|}}} | ||
|- | |- | ||
! League | ! League | ||
| {{{league|}}} | | {{{league|}}} | ||
|- | |- | ||
! Last | ! Last Season | ||
| {{{ | | {{{last_season|}}} | ||
|- | |- | ||
! 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
| 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 | |||
| ||||
Infobox for football clubs.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Short Name | short_name | no description | String | optional |
| Logo Image Filename | logo | no description | String | optional |
| Full Name | full_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 |
| CEO | ceo | no description | String | optional |
| Head Coach | head_coach | no description | String | optional |
| League | league | no description | String | optional |
| Last Season (year or range) | last_season | no description | String | optional |
| Official Website | website | 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 |
| Third Kit Image Filename | third_kit | no description | String | optional |
| Third Kit Description | third_kit_desc | no description | String | optional |