Difference between revisions of "Template:Infobox team"

From Golly.Life Wiki

Line 15: Line 15:
 
     |  label1 = Name            |  data1 = {{{name|}}}
 
     |  label1 = Name            |  data1 = {{{name|}}}
 
     |  label2 = Primary Color  |  data2 = {{HexColor|{{{color}}}}}
 
     |  label2 = Primary Color  |  data2 = {{HexColor|{{{color}}}}}
     |  label3 = Secondary Color |  data3 = <span style="background: #{{{color}}};">{{HexColor|{{{secondary_color|}}}}}</span>
+
     |  label3 = Secondary Color |  data3 = {{#if:{{{secondary_color|}}}|<span style="background: #{{{color}}};">{{HexColor|{{{secondary_color}}}}}</span>|}}
 
     |  label4 = Logo            |  data4 = {{TeamLogo|{{{abbr}}}}}
 
     |  label4 = Logo            |  data4 = {{TeamLogo|{{{abbr}}}}}
 
     |  label5 = Abbreviation    |  data5 = {{{abbr}}}
 
     |  label5 = Abbreviation    |  data5 = {{{abbr}}}
Line 85: Line 85:
 
| abbr = BTX
 
| abbr = BTX
 
| color = 3e92cc
 
| color = 3e92cc
| secondary_color = ffffff
 
 
| status = Incinerated
 
| status = Incinerated
 
| emoji = ⭐️
 
| emoji = ⭐️

Revision as of 00:04, 8 January 2023

The {{Infobox team}} template is used to define an infobox for a Golly team.

Here is how you use it:


{{Infobox team
| name = Baltimore Examples
| abbr = BTX
| color = 3e92cc
| secondary_color = ffffff
| status = Incinerated
| emoji = ⭐️
| slogan = Hello world!
| nickname = Tex
| hometown = Baltimore
| stadium = The Alamo (Lord Baltimore Theater)
| crowns =
* [[Texas Crown]] {{TeamLogo|FWPT}}
| element = Water
| word = Incinerated
| playing_card = A♠
| playlist = [https://example.com Example Playlist]
| integer = 100
| movie = Dallas
}}

The {{Infobox team}} template will pass these arguments to the {{Infobox}} template, inserting the right bits of information in the right places to produce this:

Baltimore Examples
Baltimore Examples logo
"Hello world!"
Team Information
Name Baltimore Examples
Primary Color #3e92cc
Logo  BTX.png 
Abbreviation BTX
Nickname Tex
Hometown Baltimore
Stadium The Alamo (Lord Baltimore Theater)
Emoji ⭐️
Status Incinerated
Rivalry Crowns
Preferences
Mixtape Example Playlist
Integer 100
Movie Dallas
Divination
Element Water
Power Word Incinerated
Card A♠
 
Template:Infobox team   •   edit