Template:Infobox unit/doc: Difference between revisions
Created page with "This template is to be used when presenting information on particular units in a given company. Immediately ''below'' this userbox should be the various game mechanic templates. * <code>nickname=</code> will ''automatically'' italicize. * For parameters <code>fs=</code>, <code>speed=</code>, <code>armor=</code>, <code>air-mobile=</code>, and <code>energy=</code> - if it does not apply to a unit - write in <code>N/A</code>. Any ''other'' para..." |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
* <code>nickname=</code> will ''automatically'' italicize. | * <code>nickname=</code> will ''automatically'' italicize. | ||
* For parameters <code>fs=</code>, <code>speed=</code>, <code>armor=</code>, <code>air-mobile=</code>, and <code>energy=</code> - if it does not apply to a unit - write in <code>N/A</code>. Any ''other'' parameter that does not apply can simply be left blank or removed entirely. | * For parameters <code>fs=</code>, <code>speed=</code>, <code>armor=</code>, <code>air-mobile=</code>, and <code>energy=</code> - if it does not apply to a unit - write in <code>N/A</code>. Any ''other'' parameter that does not apply can simply be left blank or removed entirely. | ||
* Do not change <code>image_size=60px</code>. | |||
== Blank template == | == Blank template == | ||
The order of parameters starting at <code>fs=</code> is intentionally not in line with the template code as it matches the shop sheet columns B-G. | |||
<pre><nowiki> | <pre><nowiki> | ||
{{Infobox unit | {{Infobox unit | ||
|image= | |image= | ||
|image_size=60px | |||
|nickname= | |nickname= | ||
|leader= | |leader= | ||
|seniority= | |||
|class= | |class= | ||
| | |classify= | ||
| | |propel= | ||
|fs= | |||
|armor= | |armor= | ||
|air-mobile= | |air-mobile= | ||
|speed= | |||
|range= | |||
|energy= | |energy= | ||
|upgrades= | |||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||