Template:UnitStinger/en: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><!--
<includeonly><!--
-->{{Translation|nature|en}} is a <!--
-->'''{{Translation|{{{id}}}|en|type=unit}}''' is a <!--
-->{{Translation|esquire|en}} is a <!--
-->tier {{#invoke:Roman|main|{{{tier}}}}} [[Units|unit]] of the <!--
-->{{{Translation|{{{id}}}|en|type=unit}}} is a <!--
-->{{F|{{{faction}}}|en}} faction. <!--
-->tier {{{tier}}} [[Units|unit]] of the <!--
-->It can be recruited from the {{{dwelling}}}.<!--
-->tier {{{tier}}} [[Units|unit]] of the <!--
--><br/><!--
-->faction:{{{faction}}},<!--
-->{{#ifneq:{{{faction}}}|neutral|
-->dwelling:{{{dwelling}}},<!--
    {{#ifeq:{{{id}}}|{{{base_id}}}|
-->base_id:{{{base_id}}},<!--
        It can be upgraded into the {{{upgrade_a}}} or the {{{upgrade_b}}}.
-->upgrade_a:{{{upgrade_a}}},<!--
    }}
-->upgrade_b:{{{upgrade_b}}},<!--
}}<!--
--></includeonly><!--
--></includeonly><!--
################################################################################
################################################################################
Line 20: Line 20:
{{UnitStinger/en
{{UnitStinger/en
     | id=esquire
     | id=esquire
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон]]
     | dwelling=[[Garrison/ru|Гарнизон]]
Line 31: Line 32:
{{UnitStinger/en
{{UnitStinger/en
     | id=esquire
     | id=esquire
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон]]
     | dwelling=[[Garrison/ru|Гарнизон]]
Line 44: Line 46:
{{UnitStinger/en
{{UnitStinger/en
     | id=esquire_upg
     | id=esquire_upg
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон II]]
     | dwelling=[[Garrison/ru|Гарнизон II]]
Line 55: Line 58:
{{UnitStinger/en
{{UnitStinger/en
     | id=esquire_upg
     | id=esquire_upg
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон II]]
     | dwelling=[[Garrison/ru|Гарнизон II]]
Line 68: Line 72:
{{UnitStinger/en
{{UnitStinger/en
     | id=esquire_upg_alt
     | id=esquire_upg_alt
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон II]]
     | dwelling=[[Garrison/ru|Гарнизон II]]
Line 79: Line 84:
{{UnitStinger/en
{{UnitStinger/en
     | id=esquire_upg_alt
     | id=esquire_upg_alt
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон II]]
     | dwelling=[[Garrison/ru|Гарнизон II]]

Revision as of 05:41, 2 August 2026


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|

}}