Template:UnitStinger/en

From Heroes of Might and Magic: Olden Era Official Wiki


1. Base

Input:

{{UnitStinger/en
    | id=esquire
    | tier=1
    | faction=human
    | dwelling=[[Garrison/ru|Гарнизон]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: Swordsman is a tier I unit of the Temple faction. It can be recruited from the Гарнизон.
{{#ifneq:human|neutral|

   It can be upgraded into the esquire_upg or the esquire_upg_alt.

}}

2. Upgraded

Input:

{{UnitStinger/en
    | id=esquire_upg
    | tier=1
    | faction=human
    | dwelling=[[Garrison/ru|Гарнизон II]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: Guard Captain is a tier I unit of the Temple faction. It can be recruited from the Гарнизон II.
{{#ifneq:human|neutral|

}}

3. Alternative

Input:

{{UnitStinger/en
    | id=esquire_upg_alt
    | tier=1
    | faction=human
    | dwelling=[[Garrison/ru|Гарнизон II]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: Sun's Aegis is a tier I unit of the Temple faction. It can be recruited from the Гарнизон II.
{{#ifneq:human|neutral|

}}