Command & Conquer Wiki

Welcome to the Command & Conquer Wiki! Log in and join the community.

READ MORE

Command & Conquer Wiki
Advertisement

This infobox displays gameplay information for both units and structures.

Usage

Copy and paste the code into the article and fill in the fields.

Replacing a Building, Unit or Structure Template

If you've been asked to change a Building, Unit or Structure template then:

  1. Copy the blank unitbox (below) into the page
  2. Copy the parameter values from the old template to the new UnitBox template code. Please check the defunct template's code to see which value is assigned to which parameter.
    E.g. the following means you should copy whatever value is currently assigned to "function" parameter in the page that uses the old template and assign it to "role" parameter in the new UnitBox template code.
    |role = {{#if:{{{function|}}}|{{{function}}}}}
    You can find the template code below, click the defunct template you've been asked to change:
    1. Building
    2. Unit
    3. Structure
  3. Remove the old template code from the page
  4. Do not remove any blank or unused parameters from the UnitBox template code. This is to expedite any future expansion.

Code

{{UnitBox
|name         = 
|image        = 
|slides       = 
|imgsize      = autosize
|imgdesc      = 
|internalname = 
|faction      = 
|baseunit     = 
|role         = 
|eliteability = 
|useguns      = 
|usearmor     = 
|tier         = 
|hp           = 
|shield       = 
|energy       = 
|timedlife    = 
|armortype    = 
|trans        = 
|amphibious   = 
|techlvl      = 
|cost         = 
|time         = 
|produced     = 
|req          = 
|hotkey       = 
|squadsize    = 
|groundattack = 
|airattack    = 
|cooldown     = 
|airspeed     = 
|landspeed    = 
|seaspeed     = 
|range        = 
|sight        = 
|parent       = 
|addons       = 
|evolvesto    = 
|upgrades     = 
|power        = 
|produce      = 
|allows       = 
|research     = 
|ability      = 
|structure    = 
|supportpower = 
|notes        = 
|margin       = 
}}

Tiberium Alliances usage

{{UnitBox
|name         = 
|width        = 270px
|slides       = 
|image        = 
|imgsize      = autosize
|imgdesc      = 
|faction      = 
|role         = 
|hp           = 
|armortype    = 
|cost         = 
|req          = 
|groundattack = 
|airattack    = 
|airspeed     = 
|landspeed    = 
|ammunition   = 
|range        = 
|upgrades     = 
|structure    = 
|notes        = 
}}

Optional Fields

The following are some notes on optional fields.

  • image
    • Set's an image. Default width it 300px. This parameter is ignored if slides is defined.
  • slides
    • Set's a slide show. Enter one or more pictures separated by newlines. Add a {{!}} to separate individual slide captions and link parameters. More info here. E.g.
Avatar.png {{!}} INSER CAPTION HERE {{!}} link=TEST LINK {{!}} linktext=TEST LINK TEXT
  • imgdesc
    • Set's the image's/slideshows caption. It DOES NOT set the caption for individual slides (see above).
  • imgsize
    • Manually sets the width of image, otherwise image uses its default size of 250px.
    • Requires units to be set. 200px is a valid entry. 200 is not.
      • Percentages are ok
      • Horizontal sizes can be set with "200x100px" or "x100px"
    • Enter any invalid size entry (e.g. "autosize") to make the image display in it's default size.
  • useguns
    • The unit's armament in lore.
  • usearmor
    • The unit's armor in lore.
  • structure
    • Set to any value to mark the unit as a structure,
  • notes
    • For any misc information
  • margin
    • To change the margins for custom layouts

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
slidesslides

no description

Unknownoptional
captioncaption

no description

Unknownoptional
supportpowersupportpower

no description

Unknownoptional
structurestructure

no description

Unknownoptional
internalnameinternalname

no description

Unknownoptional
factionfaction

no description

Unknownoptional
baseunitbaseunit

no description

Unknownoptional
rolerole

no description

Unknownoptional
usegunsuseguns

no description

Unknownoptional
usearmorusearmor

no description

Unknownoptional
tiertier

no description

Unknownoptional
techlvltechlvl

no description

Unknownoptional
hphp

no description

Unknownoptional
shieldshield

no description

Unknownoptional
energyenergy

no description

Unknownoptional
timedlifetimedlife

no description

Unknownoptional
armortypearmortype

no description

Unknownoptional
transtrans

no description

Unknownoptional
amphibiousamphibious

no description

Unknownoptional
costcost

no description

Unknownoptional
timetime

no description

Unknownoptional
producedproduced

no description

Unknownoptional
reqreq

no description

Unknownoptional
hotkeyhotkey

no description

Unknownoptional
squadsizesquadsize

no description

Unknownoptional
groundattackgroundattack

no description

Unknownoptional
airattackairattack

no description

Unknownoptional
cooldowncooldown

no description

Unknownoptional
airspeedairspeed

no description

Unknownoptional
landspeedlandspeed

no description

Unknownoptional
seaspeedseaspeed

no description

Unknownoptional
rangerange

no description

Unknownoptional
sightsight

no description

Unknownoptional
ammunitionammunition

no description

Unknownoptional
parentparent

no description

Unknownoptional
addonsaddons

no description

Unknownoptional
evolvestoevolvesto

no description

Unknownoptional
produceproduce

no description

Unknownoptional
allowsallows

no description

Unknownoptional
researchresearch

no description

Unknownoptional
abilityability

no description

Unknownoptional
upgradesupgrades

no description

Unknownoptional
powerpower

no description

Unknownoptional
eliteabilityeliteability

no description

Unknownoptional
notesnotes

no description

Unknownoptional
functionfunction

no description

Unknownoptional
cameoscameos

no description

Unknownoptional
namename

no description

Unknownoptional
imageimage

no description

Unknownoptional
imgdescimgdesc

no description

Unknownoptional


Advertisement