Difference between revisions of "Template:Infobox IGVC"

From RoboJackets Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
<includeonly>{| class="wikitable" align="right"
 
<includeonly>{| class="wikitable" align="right"
 
|-
 
|-
! scope="row" colspan="2" style="background-color:#FFFF99" | {{robot_name}}
+
! scope="row" colspan="2" style="background-color:#FFFF99" | {{{robot_name}}}
 
|-
 
|-
! scope="row" colspan="2" |[[File:{{image_path}}|right|frameless|480x480px|{{image_alt_text}}]]
+
! scope="row" colspan="2" |[[File:{{image_path}}|right|frameless|480x480px|{{{image_alt_text}}}]]
 
|-
 
|-
 
! scope="row" style="text-align:left" | Year Of Creation
 
! scope="row" style="text-align:left" | Year Of Creation
| {{{year|{{year_start}}-{{year_end}}}}}
+
| {{{year|{{{year_start}}}-{{{year_end}}} }}}
 
|-
 
|-
 
! scope="row" colspan="2" style="background-color:#FFFF99" | Versions
 
! scope="row" colspan="2" style="background-color:#FFFF99" | Versions
 
|-
 
|-
 
! scope="row" style="text-align:left" | Current Version
 
! scope="row" style="text-align:left" | Current Version
| {{{currver|{{current_version}} }}}
+
| {{{currver|{{{current_version}}} }}}
 
|-
 
|-
 
! scope="row" style="text-align:left" | Update Year
 
! scope="row" style="text-align:left" | Update Year
| {{{updyr|{{update_year_start}}-{{update_year_end}} }}}
+
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}
 
|-
 
|-
 
! scope="row" colspan="2" style="background-color:#FFFF99" | Information and Statistics
 
! scope="row" colspan="2" style="background-color:#FFFF99" | Information and Statistics
 
|-
 
|-
 
! scope="row" style="text-align:left" | Farthest Distance
 
! scope="row" style="text-align:left" | Farthest Distance
| {{{mat| {{farthest_distance}} }}}
+
| {{{mat| {{{farthest_distance}}} }}}
 
|-
 
|-
 
! scope="row" style="text-align:left" | Fastest Time
 
! scope="row" style="text-align:left" | Fastest Time
| {{{mat| {{fastest_time}} }}}
+
| {{{mat| {{{fastest_time}}} }}}
 
|-
 
|-
 
! scope="row" style="text-align:left" | Highest Finish AutoNav
 
! scope="row" style="text-align:left" | Highest Finish AutoNav
| {{{hfin| {{highest_finish_autonav}} }}}
+
| {{{hfin| {{{highest_finish_autonav}}} }}}
 
|-
 
|-
 
! scope="row" style="text-align:left" | Highest Finish Design
 
! scope="row" style="text-align:left" | Highest Finish Design
| {{{hfin| {{highest_finish_design}} }}}
+
| {{{hfin| {{{highest_finish_design}}} }}}
 
|}</includeonly>
 
|}</includeonly>
 
<noinclude>
 
<noinclude>
 
{{/doc}}
 
{{/doc}}
 
</noinclude>
 
</noinclude>

Revision as of 17:06, 30 June 2019


Usage

{{Infobox IGVC
| robot_name        =
| image_path        = <!-- use the format of "imagename.jpg" -->
| image_alt_text    =
| year_start        = 
| year_end          =
| current_version   = <!-- Name of the current version of the robot, ie. Jessii -->
| update_year_start = <!-- Ask Cameron -->
| update_year_end   = <!-- Ask Cameron -->
| farthest_distance = <!-- if the flag is other as the current  -->
| fastest_time      = 
| highest_finish_autonav = 
| highest_finish_design  = 
| last_robot             = <!-- name of page to the last robot -->
| next_robot             = <!-- name of page to the next robot -->
}}

Example

Jessi
[[File:Template:Image path|right|frameless|480x480px|Jessi alt text]]
Year Of Creation 2017-2018
Versions
Current Version Jessii
Update Year 2018-2019
Information and Statistics
Farthest Distance 16 ft
Fastest Time NA
Highest Finish AutoNav NA
Highest Finish Design 1st
{{Infobox IGVC
| robot_name        = Jessi
| image_path        = Jessi.png
| image_alt_text    = Jessi alt text
| year_start        = 2017
| year_end          = 2018
| current_version   = Jessii
| update_year_start = 2018
| update_year_end   = 2019
| farthest_distance = 16 ft
| fastest_time      = NA
| highest_finish_autonav = NA
| highest_finish_design  = 1st
| last_robot             = Woodi
| next_robot             =
}}