Template:Infobox Event: Difference between revisions

From FRC Archive Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Infobox
{{Infobox
| bodystyle  = width:25em;
| bodystyle  = width:25em;
| title = {{{game_title|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}
| name = {{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}
| image    = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{image size|{{{image_size|{{{imagesize|}}}}}}}}}|alt={{{alt|}}}}}  
| image    = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image size|{{{image_size|{{{imagesize|}}}}}}}}}|alt={{{alt|}}}}}  


| label1 = Year
| label1 = Archive tag
| data1  = {{{year|}}}
| data1  = {{{tag|}}}


| header2 = {{#if:{{{number_regionals|}}}|Season Information}}
| header2 = {{#if:{{{number_teams|}}}|Event Information}}


| label3 = Number of teams
| label3 = Number of teams
| data3  = {{{number_teams|}}}
| data3  = {{{number_teams|}}}


| label4 = Number of regionals
| label4 = Location
| data4  = {{{number_regionals|}}}
| data4  = {{{location|}}}


| label5 = Number of district events
| label5 = Venue
| data5  = {{{number_dist|}}}
| data5  = {{{venue|}}}


| label6 = [[FIRST Championship|Championship location]]
| header7 = {{#if:{{{winners|}}}|Awards}}
| data6  = {{{championship_location|}}}
 
| header7 = {{#if:{{{champions|}}}|FIRST Championship Awards}}


| label8 = Chairman's Award winner
| label8 = Chairman's Award winner
| data8  = {{#if:{{{champions|}}}|{{{chairman_winner|}}}}}
| data8  = {{#if:{{{chairman_winner|}}}|{{{chairman_winner|}}}}}


| label9 = Impact Award winner
| label9 = Impact Award winner
| data9  = {{#if:{{{champions|}}}|{{{impact_winner|}}}}}
| data9  = {{#if:{{{impact_winner|}}}|{{{impact_winner|}}}}}
 
| label10 = Woodie Flowers Award winner
| data10  = {{#if:{{{champions|}}}|{{{wf_winner|}}}}}
 
| label11 = Founder's Award winner
| data11  = {{#if:{{{champions|}}}|{{{founders_winner|}}}}}
 
| label12 = Gracious Professionalism Winner
| data12  = {{#if:{{{champions|}}}|{{{gp_winner|}}}}}
 
| label13 = Champions
| data13  = {{{champions|}}}


| header14 = {{#if:{{{homepage|}}}|Links}}
| label10 = Winning alliance
| data10  = {{{champions|}}}


| label15 = [[Website]]
| label11 = Finalist alliance
| data15 = {{{homepage|}}}
| data11 = {{{finalists|}}}


| belowstyle = background:#F5F5FF;
| belowstyle = background:#F5F5FF;
| below      = {{#if:{{{below|}}}|{{{below}}}<br />}}{{#if:{{{prevseason|}}}|{{align|left|← {{{prevseason|}}} }}}}{{#if:{{{nextseason|}}}|{{align|right|{{{nextseason|}}} →}}}}
| below      = {{#if:{{{below|}}}|{{{below}}}<br />}}{{#if:{{{prevevent|}}}|{{align|left|← {{{prevevent|}}} }}}}{{#if:{{{nextevent|}}}|{{align|right|{{{nextevent|}}} →}}}}


| image2    = {{{altlogo|}}}
| image2    = {{{altlogo|}}}

Revision as of 22:26, 17 May 2023

Template documentation


Usage

Lua error in Module:Navbar at line 58: Invalid title &#123;&#123;&#123;name&#125;&#125;&#125;.

{{Infobox Event
| name                  = 
| image                 = 
| tag                   =
| number_teams          = 
| location              = 
| venue                 = 
| chairman_winner       = 
| impact_winner         =
| champions             = 
| finalists             =
| altlogo               =
| altlogocaption        =
| below                 =
| prevevent             =
| nextevent             =
}}