Template:InfoBoxVehicle: Difference between revisions
Template page
More actions
m updated the rarity label field |
Sqwishyish (talk | contribs) Updated templatedata |
||
Line 45: | Line 45: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th class="infobox__field-name">Conversion | <th class="infobox__field-name">Conversion Time</th> | ||
<td class="infobox__field-value">{{#iferror: {{#expr: {{{Distributor|}}} + 0 }} | Invalid Conversion | <td class="infobox__field-value">{{#iferror: {{#expr: {{{Distributor|}}} + 0 }} | Invalid Conversion Time String [[Category: Missing Parameters]] | {{#if: {{{Distributor|}}} | '''{{formatnum:{{{Distributor}}}}}''' minutes | Unknown/None [[Category: Missing Parameters]]}}}}</td> | ||
</tr> | </tr> | ||
}}}}}}}} | }}}}}}}} | ||
Line 181: | Line 181: | ||
"Distributor": { | "Distributor": { | ||
"type": "string", | "type": "string", | ||
"label": "Distributor / Conversion | "label": "Distributor / Conversion time / Crate vehicle", | ||
"description": "The secondary requirement to obtain the vehicle", | "description": "The secondary requirement to obtain the vehicle", | ||
"example": "Kitesboro International Airport ", | "example": "Kitesboro International Airport / 100 / Boeing 737-800", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 189: | Line 189: | ||
"label": "Cost / Vehicle converted from / Badge / Crate parts", | "label": "Cost / Vehicle converted from / Badge / Crate parts", | ||
"description": "The primary requirement to obtain the vehicle.", | "description": "The primary requirement to obtain the vehicle.", | ||
"example": "19300 / Boeing 737-800 / 100K Favorites / 6 | "example": "19300 / Boeing 737-800 / 100K Favorites / 6", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 260: | Line 260: | ||
"Convertible" | "Convertible" | ||
], | ], | ||
"autovalue": " | "autovalue": "", | ||
" | "suggested": true | ||
} | } | ||
}, | }, |