Template:UnitStinger/en: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
<includeonly><!--
-->id:{{{id}}},<!--
-->'''{{Translation|{{{id}}}|en|type=unit}}''' is a <!--
-->faction:{{{faction}}},<!--
-->tier-{{Roman|{{{tier}}}}} [[Units|unit]] of the <!--
-->dwelling:{{{dwelling}}},<!--
-->{{F|{{{faction}}}|en}} faction. <!--
-->base_id:{{{base_id}}},<!--
-->{{#if:{{{dwelling}}}|They can be recruited from the {{{dwelling}}}.}}<!--
-->upgrade_a:{{{upgrade_a}}},<!--
--><br/><br/><!--
-->upgrade_b:{{{upgrade_b}}},<!--
-->{{#ifeq:{{{faction}}}|neutral||<!--
    -->{{#ifeq:{{{id}}}|{{{base_id}}}|<!--
        -->They can be upgraded into the <!--
        -->{{UnitLinkIcon|{{{upgrade_a}}}|en}} or the <!--
        -->{{UnitLinkIcon|{{{upgrade_b}}}|en}}.<!--
    -->}}<!--
    -->{{#ifeq:{{{id}}}|{{{upgrade_a}}}|<!--
        -->They are one of the upgraded versions of the <!--
        -->{{UnitLinkIcon|{{{base_id}}}|en}}, the other being the <!--
        -->{{UnitLinkIcon|{{{upgrade_b}}}|en}}.<!--
    -->}}<!--
    -->{{#ifeq:{{{id}}}|{{{upgrade_b}}}|<!--
        -->They are one of the upgraded versions of the <!--
        -->{{UnitLinkIcon|{{{base_id}}}|en}}, the other being the <!--
        -->{{UnitLinkIcon|{{{upgrade_a}}}|en}}.<!--
    -->}}<!--
-->}}<!--
--></includeonly><!--
--></includeonly><!--
################################################################################
################################################################################
--><noinclude>
--><noinclude>
{{Loc}}


==1. Base==
==1. Base==
Line 14: Line 31:
{{Color|yellow|Input:}}
{{Color|yellow|Input:}}
<pre><nowiki>
<pre><nowiki>
{{UnitStinger
{{UnitStinger/en
     | id=esquire
     | id=esquire
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон]]
     | dwelling=[[Garrison|Garrison]]
     | base_id=esquire
     | base_id=esquire
     | upgrade_a=esquire_upg
     | upgrade_a=esquire_upg
Line 25: Line 43:


{{Color|green|Output:}}
{{Color|green|Output:}}
{{UnitStinger
{{UnitStinger/en
     | id=esquire
     | id=esquire
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон]]
     | dwelling=[[Garrison|Garrison]]
     | base_id=esquire
     | base_id=esquire
     | upgrade_a=esquire_upg
     | upgrade_a=esquire_upg
Line 38: Line 57:
{{Color|yellow|Input:}}
{{Color|yellow|Input:}}
<pre><nowiki>
<pre><nowiki>
{{UnitStinger
{{UnitStinger/en
     | id=esquire_upg
     | id=esquire_upg
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон II]]
     | dwelling=[[Garrison|Garrison II]]
     | base_id=esquire
     | base_id=esquire
     | upgrade_a=esquire_upg
     | upgrade_a=esquire_upg
Line 49: Line 69:


{{Color|green|Output:}}
{{Color|green|Output:}}
{{UnitStinger
{{UnitStinger/en
     | id=esquire_upg
     | id=esquire_upg
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон II]]
     | dwelling=[[Garrison|Garrison II]]
     | base_id=esquire
     | base_id=esquire
     | upgrade_a=esquire_upg
     | upgrade_a=esquire_upg
Line 62: Line 83:
{{Color|yellow|Input:}}
{{Color|yellow|Input:}}
<pre><nowiki>
<pre><nowiki>
{{UnitStinger
{{UnitStinger/en
     | id=esquire_upg_alt
     | id=esquire_upg_alt
    | tier=1
     | faction=human
     | faction=human
     | dwelling=[[Garrison/ru|Гарнизон II]]
     | dwelling=[[Garrison|Garrison II]]
     | base_id=esquire
     | base_id=esquire
     | upgrade_a=esquire_upg
     | upgrade_a=esquire_upg
Line 73: Line 95:


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

Latest revision as of 04:28, 3 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. They can be recruited from the Garrison.

They 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. They 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. They can be recruited from the Garrison II.

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