Difference between revisions of "Template:Infobox car"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
| data3 = [[File:CrateIcon.png|frameless|top|20px]] {{{crates}}} | | data3 = [[File:CrateIcon.png|frameless|top|20px]] {{{crates}}} | ||
| label4 = Seats | | label4 = Seats | ||
− | | data4 = [[File:SeatIcon.png|frameless|top|20px]] {{{seats}}} | + | | data4 = {{#if:{{{seats|}}}|[[File:SeatIcon.png|frameless|top|20px]] {{{seats}}} }} |
| label5 = Speed | | label5 = Speed | ||
− | | data5 = [[File:SpeedIcon.png|frameless|top|20px]] {{{speed}}} | + | | data5 = {{#if:{{{speed|}}}|[[File:SpeedIcon.png|frameless|top|20px]] {{{speed}}} }} |
| label6 = Torque | | label6 = Torque | ||
− | | data6 = [[File:TorqueIcon.png|frameless|top|20px]] {{{torque}}} | + | | data6 = {{#if:{{{torque|}}}|[[File:TorqueIcon.png|frameless|top|20px]] {{{torque}}} }} |
}} | }} |