Difference between revisions of "Template:Infobox team"
From Golly.Life Wiki
					| (81 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{Infobox}}  | + | <includeonly>{{Infobox  | 
| − | + |  | name        = {{{abbr}}}  | |
| + |  | abovestyle  = background:#{{{color}}}; color:#272B30;  | ||
| + |  | above        = {{{name}}}  | ||
| − | {{  | + |  | image        = [[File:{{{abbr}}}.png|200px|alt={{{name}}} logo]]  | 
| − |   |  | + |   | caption      = "{{{slogan}}}"  | 
| − |   |  | + |   |headerstyle  = background:#{{{color}}}; color:#272B30;  | 
| − |   |  | + |   |labelstyle   = background:#272B30; color:#{{{color}}};  | 
| − |   |  | + |   |datastyle    = background:#272B30; color:#eee;  | 
| − | |||
| − |   |  | + |   | header1 = Team Information  | 
| − |   |  | + |  |   data2 = {{Infobox | subbox = yes  | 
| − |   |  | + |     |  label1 = Name            |   data1 = {{{name|}}}  | 
| − |   |  | + |     |  label2 = Abbreviation    |   data2 = {{{abbr}}}  | 
| + |     |  label3 = Nickname        |   data3 = {{{nickname|}}}  | ||
| + |     |  label4 = Primary Color   |   data4 = {{HexColor|{{{color}}}}}  | ||
| + |     |  label5 = Secondary Color |   data5 = {{#if:{{{secondary_color|}}}|<span style="background: #{{{color}}};">{{HexColor|{{{secondary_color}}}}}</span>|}}  | ||
| + |     |  label6 = Logo            |   data6 = {{TeamLogo|{{{abbr}}}}}  | ||
| + |     |  label7 = Hometown        |   data7 = {{{hometown}}}  | ||
| + |     |  label8 = Stadium         |   data8 = {{{stadium|}}}  | ||
| + |     |  label9 = Emoji           |   data9 = <font size="+3">{{{emoji|}}}</font>  | ||
| + |     |  label10 = Status         |   data10 = {{{status|Active}}}  | ||
| + |    }}  | ||
| − |   |  | + |   | header3 = Rivalry Crowns  | 
| − |   |  | + |   |   data4 = {{{crowns|None}}}  | 
| − | |||
| − |   |  | + |   | header5 = Favorites  | 
| − |   |   | + |   |   data6 = {{Infobox     | subbox = yes  | 
| − | + |     |  label1 = Mixtape     |   data1 = {{{mixtape|{{{playlist|}}}}}}  | |
| − | + |     |  label2 = Integer     |   data2 = {{{integer|}}}  | |
| − | + |     |  label3 = Movie       |   data3 = {{{movie|}}}  | |
| − | + |    }}  | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − |   |belowstyle = background:#  | + |  | header7 = Divination  | 
| − |   |below      =   | + |  |   data8 = {{Infobox | subbox = yes  | 
| + |     |  label1 = Element     |   data1 = {{{element|}}}  | ||
| + |     |  label2 = Power Word  |   data2 = {{{word|}}}  | ||
| + |     |  label3 = Card        |   data3 = {{{playing_card|}}}  | ||
| + |    }}  | ||
| + | |||
| + |  | header9 = Motto  | ||
| + |  |   data10 = {{{motto|}}}  | ||
| + | |||
| + |   |belowstyle = background:#122; color: #eee;  | ||
| + |   |below      = {{Infobox | subbox = yes  | ||
| + |     | data1 =    | ||
| + |     | data2 = [[Template:Infobox team]] {{Dt}} [{{fullurl:Template:Infobox team|action=edit}} edit]  | ||
| + |     | data3 =    | ||
| + |    }}  | ||
| + | }}</includeonly><noinclude>  | ||
| + | The {{Tl|Infobox team}} template is used to define an infobox for a Golly team.  | ||
| + | |||
| + | Here is how you use it:  | ||
| + | |||
| + | <pre>  | ||
| + | <nowiki>  | ||
| + | {{Infobox team  | ||
| + | | name = Baltimore Examples  | ||
| + | | abbr = BTX  | ||
| + | | nickname = Tex  | ||
| + | |||
| + | | color = 3e92cc  | ||
| + | | secondary_color = ffffff  | ||
| + | | emoji = ⭐️  | ||
| + | |||
| + | | slogan = Hello world!  | ||
| + | | motto = ''Post tenebras spero lucem''<br />(After darkness, I hope for light)  | ||
| + | |||
| + | | hometown = Baltimore  | ||
| + | | stadium = The Alamo (Lord Baltimore Theater)  | ||
| + | |||
| + | | status = Incinerated  | ||
| + | |||
| + | | crowns =  | ||
| + | * [[Texas Crown]] {{TeamLogo|FWPT}}  | ||
| + | |||
| + | | mixtape = [https://open.spotify.com/playlist/7q5i9OOTkLEIxoOHPaaf30?si=94d1247465c14cc5 Example Mixtape]  | ||
| + | | integer = 0  | ||
| + | | movie = The Thing  | ||
| + | |||
| + | | element = Water  | ||
| + | | word = Incinerated  | ||
| + | | playing_card = A♠  | ||
| + | }}  | ||
| + | </nowiki>  | ||
| + | </pre>  | ||
| + | |||
| + | The {{Tl|Infobox team}} template will pass these arguments to the {{Tl|Infobox}} template, inserting the right bits of information in the right places to produce this:  | ||
| + | |||
| + | {{Infobox team  | ||
| + | | name = Baltimore Examples  | ||
| + | | abbr = BTX  | ||
| + | | nickname = Tex  | ||
| + | |||
| + | | color = 3e92cc  | ||
| + | | secondary_color = ffffff  | ||
| + | | emoji = ⭐️  | ||
| + | |||
| + | | slogan = Hello world!  | ||
| + | | motto = ''Post tenebras spero lucem''<br />(After darkness, I hope for light)  | ||
| + | |||
| + | | hometown = Baltimore  | ||
| + | | stadium = The Alamo (Lord Baltimore Theater)  | ||
| + | |||
| + | | status = Incinerated  | ||
| + | |||
| + | | crowns =  | ||
| + | * [[Texas Crown]] {{TeamLogo|FWPT}}  | ||
| + | |||
| + | | mixtape = [https://open.spotify.com/playlist/7q5i9OOTkLEIxoOHPaaf30?si=94d1247465c14cc5 Example Mixtape]  | ||
| + | | integer = 0  | ||
| + | | movie = The Thing  | ||
| + | |||
| + | | element = Water  | ||
| + | | word = Incinerated  | ||
| + | | playing_card = A♠  | ||
}}  | }}  | ||
| + | [[Category:Teams]]  | ||
| + | [[Category:Infobox]]  | ||
</noinclude>  | </noinclude>  | ||
Latest revision as of 13:21, 27 October 2025
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
| nickname = Tex
| color = 3e92cc
| secondary_color = ffffff
| emoji = ⭐️
| slogan = Hello world!
| motto = ''Post tenebras spero lucem''<br />(After darkness, I hope for light)
| hometown = Baltimore
| stadium = The Alamo (Lord Baltimore Theater)
| status = Incinerated
| crowns =
* [[Texas Crown]] {{TeamLogo|FWPT}}
| mixtape = [https://open.spotify.com/playlist/7q5i9OOTkLEIxoOHPaaf30?si=94d1247465c14cc5 Example Mixtape]
| integer = 0
| movie = The Thing
| element = Water
| word = Incinerated
| playing_card = A♠
}}
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 | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 "Hello world!"  | |||||||||||||||||||||
| Team Information | |||||||||||||||||||||
  | |||||||||||||||||||||
| Rivalry Crowns | |||||||||||||||||||||
| Favorites | |||||||||||||||||||||
  | |||||||||||||||||||||
| Divination | |||||||||||||||||||||
  | |||||||||||||||||||||
| Motto | |||||||||||||||||||||
| 
Post tenebras spero lucem (After darkness, I hope for light)  | |||||||||||||||||||||
  | |||||||||||||||||||||