Template:UnitStinger/zh-hans

From Heroes of Might and Magic: Olden Era Official Wiki
Revision as of 04:13, 3 August 2026 by Aurelain (talk | contribs) (Created page with "<includeonly><!-- -->'''{{Translation|{{{id}}}|zh-hans|type=unit}}''' is a <!-- -->tier-{{#invoke:Roman|main|{{{tier}}}}} unit of the <!-- -->{{F|{{{faction}}}|zh-hans}} faction. <!-- -->{{#if:{{{dwelling}}}|They can be recruited from the {{{dwelling}}}.}}<!-- --><br/><br/><!-- -->{{#ifeq:{{{faction}}}|neutral||<!-- -->{{#ifeq:{{{id}}}|{{{base_id}}}|<!-- -->They can be upgraded into the <!-- -->{{UnitLinkIcon|{{{upgrade_a}}}|zh-hans}} or the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


1. Base

Input:

{{UnitStinger/zh-hans
    | id=esquire
    | tier=1
    | faction=human
    | dwelling=[[Garrison/zh-hans|驻防处]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: 剑士 is a tier-I unit of the 圣殿 faction. They can be recruited from the 驻防处.

They can be upgraded into the 守卫队长 or the 太阳圣盾.

2. Upgraded

Input:

{{UnitStinger/zh-hans
    | id=esquire_upg
    | tier=1
    | faction=human
    | dwelling=[[Garrison/zh-hans|驻防处 II]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: 守卫队长 is a tier-I unit of the 圣殿 faction. They can be recruited from the 驻防处 II.

They are one of the upgraded versions of the 剑士, the other being the 太阳圣盾.

3. Alternative

Input:

{{UnitStinger/zh-hans
    | id=esquire_upg_alt
    | tier=1
    | faction=human
    | dwelling=[[Garrison/zh-hans|驻防处 II]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: 太阳圣盾 is a tier-I unit of the 圣殿 faction. They can be recruited from the 驻防处 II.

They are one of the upgraded versions of the 剑士, the other being the 守卫队长.