Template:UnitStinger/en: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
Line 5: Line 5:
-->It can be recruited from the {{{dwelling}}}.<!--
-->It can be recruited from the {{{dwelling}}}.<!--
--><br/><br/><!--
--><br/><br/><!--
-->{{#ifeq:{{{faction}}}|neutral||
-->{{#ifeq:{{{faction}}}|neutral||<!--
     {{#ifeq:{{{id}}}|{{{base_id}}}|<!--
     -->{{#ifeq:{{{id}}}|{{{base_id}}}|<!--
         -->It can be upgraded into the <!--
         -->It can be upgraded into the <!--
         -->{{LinkIcon
         -->{{UnitLinkIcon|{{{upgrade_a}}}|en}} or the <!--
            |id={{{upgrade_a}}}
        -->{{UnitLinkIcon|{{{upgrade_b}}}|en}}.<!--
            |type=unit
     -->}}<!--
            |filename=1
     -->{{#ifeq:{{{id}}}|{{{upgrade_a}}}|<!--
            |suffix=_icon.png
            |lang=en
        }} or the {{LinkIcon
            |id={{{upgrade_b}}}
            |type=unit
            |filename=1
            |suffix=_icon.png
            |lang=en
        }}.
     }}
     {{#ifeq:{{{id}}}|{{{upgrade_a}}}|<!--
         -->They are one of the upgraded versions of the <!--
         -->They are one of the upgraded versions of the <!--
         -->{{LinkIcon
         -->{{UnitLinkIcon|{{{base_id}}}|en}}, the other being the <!--
            |id={{{base_id}}}
        -->{{UnitLinkIcon|{{{upgrade_b}}}|en}}.<!--
            |type=unit
    -->}}<!--
            |filename=1
    -->{{#ifeq:{{{id}}}|{{{upgrade_b}}}|<!--
            |suffix=_icon.png
        -->They are one of the upgraded versions of the <!--
            |lang=en
        -->{{UnitLinkIcon|{{{base_id}}}|en}}, the other being the <!--
        }}, the other being the {{LinkIcon
         -->{{UnitLinkIcon|{{{upgrade_a}}}|en}}.<!--
            |id={{{upgrade_b}}}
     -->}}<!--
            |type=unit
-->}}<!--
            |filename=1
            |suffix=_icon.png
            |lang=en
         }}.
     }}
}}<!--
--></includeonly><!--
--></includeonly><!--
################################################################################
################################################################################

Revision as of 07:44, 2 August 2026


1. Base

Input:

{{UnitStinger/en
    | id=esquire
    | tier=1
    | faction=human
    | dwelling=[[Garrison|Garrison]]
    | 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 Garrison.

It can be upgraded into the Guard Captain or the Sun's Aegis.

2. Upgraded

Input:

{{UnitStinger/en
    | id=esquire_upg
    | tier=1
    | faction=human
    | dwelling=[[Garrison|Garrison 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 Garrison II.

They are one of the upgraded versions of the Swordsman, the other being the Sun's Aegis.

3. Alternative

Input:

{{UnitStinger/en
    | id=esquire_upg_alt
    | tier=1
    | faction=human
    | dwelling=[[Garrison|Garrison 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 Garrison II.

They are one of the upgraded versions of the Swordsman, the other being the Guard Captain.