Template:Special Unit infobox

m
Line 4: Line 4:
  
 
<code>img</code> from <nowiki>https://github.com/FizzerWL/ExampleMods/blob/master/TanksMod/SpecialUnitImages/Tank.png</nowiki> > Right click > Open image in new tab > (copy the URL)
 
<code>img</code> from <nowiki>https://github.com/FizzerWL/ExampleMods/blob/master/TanksMod/SpecialUnitImages/Tank.png</nowiki> > Right click > Open image in new tab > (copy the URL)
<code>namePrefix</code> - defaults to <code><nowiki>A</nowiki></code>
+
<code>namePrefix</code> - defaults to <code>A</code>, use <code>namePrefix=</code> for no prefix
  
 
[[Tanks|Tank]] example:
 
[[Tanks|Tank]] example:

Revision as of 21:26, 22 June 2024

Usage

All fields have same name as that of Mod_API_Reference:CustomSpecialUnit.

img from https://github.com/FizzerWL/ExampleMods/blob/master/TanksMod/SpecialUnitImages/Tank.png > Right click > Open image in new tab > (copy the URL) namePrefix - defaults to A, use namePrefix= for no prefix

Tank example:


{{Special Unit infobox
|img=https://raw.githubusercontent.com/FizzerWL/ExampleMods/master/TanksMod/SpecialUnitImages/Tank.png
|name=Tank
|CanBeTransferredToTeammate=Yes
|CanBeAirliftedToSelf=Yes
|CanBeAirliftedToTeammate=Yes
|CanBeGiftedWithGiftCard=Yes
|CombatOrder=3415
|DamageToKill=Same as attack/defence power
}}