Template:UnitStinger: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
-->{{#cargo_query: | -->{{#cargo_query: | ||
tables = Unit = U | tables = Unit = U | ||
|where = (U.id = "{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}" | |||
|where = | |||
OR U.id = "{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}_upg" | OR U.id = "{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}_upg" | ||
OR U.id = "{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}_upg_alt") | OR U.id = "{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}_upg_alt") | ||
|fields = | |fields = U.faction = faction, | ||
CONCAT("{{{lang}}}") = lang, | |||
CONCAT("{{{id}}}") = id, | |||
CONCAT("{{#invoke:UnitInfobox|findDwelling|id={{{id}}}|lang={{{lang}}}}}") = dwelling_id, | |||
CONCAT("{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}") = base_id, | |||
CONCAT("{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}_upg") = upgrade_a, | |||
CONCAT("{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}_upg_alt") = upgrade_b | |||
|format = template | |format = template | ||
|template = UnitStinger/{{{lang}}} | |template = UnitStinger/{{{lang}}} | ||
Revision as of 05:22, 2 August 2026
An intro for each unit.
1. Base
Input: {{UnitStinger | lang=en | id=esquire}}
Output: Swordsman is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They can be upgraded into the
Guard Captain or the
Sun's Aegis.Swordsman is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They can be upgraded into the
Guard Captain or the
Sun's Aegis.Swordsman is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They can be upgraded into the
Guard Captain or the
Sun's Aegis.
2. Upgraded
Input: {{UnitStinger | lang=en | id=esquire_upg}}
Output: Guard Captain is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They are one of the upgraded versions of the
Swordsman, the other being the
Sun's Aegis.Guard Captain is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They are one of the upgraded versions of the
Swordsman, the other being the
Sun's Aegis.Guard Captain is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They are one of the upgraded versions of the
Swordsman, the other being the
Sun's Aegis.
3. Alternative
Input: {{UnitStinger | lang=en | id=esquire_upg}}
Output: Guard Captain is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They are one of the upgraded versions of the
Swordsman, the other being the
Sun's Aegis.Guard Captain is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They are one of the upgraded versions of the
Swordsman, the other being the
Sun's Aegis.Guard Captain is a tier-{{{tier}}} unit of the
Temple faction. They can be recruited from the {{{dwelling}}}.
They are one of the upgraded versions of the
Swordsman, the other being the
Sun's Aegis.
4. Russian
Input: {{UnitStinger | lang=ru | id=esquire_upg}}
Output: Капитан стражи — улучшенное существо {{{tier}}}-го ранга фракции
Храм. Место найма — {{{dwelling}}}.
Базовой версией существа является
Мечник, а альтернативным улучшением —
Защитник зари.Капитан стражи — улучшенное существо {{{tier}}}-го ранга фракции
Храм. Место найма — {{{dwelling}}}.
Базовой версией существа является
Мечник, а альтернативным улучшением —
Защитник зари.Капитан стражи — улучшенное существо {{{tier}}}-го ранга фракции
Храм. Место найма — {{{dwelling}}}.
Базовой версией существа является
Мечник, а альтернативным улучшением —
Защитник зари.


