Template:UnitStinger: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
-->{{#cargo_query: | -->{{#cargo_query: | ||
tables = Unit = U | tables = Unit = U | ||
|where = | |where = U.id = "{{{id}}}" | ||
|fields = U.faction = faction, | |fields = U.faction = faction, | ||
CONCAT("{{{lang}}}") = lang, | CONCAT("{{{lang}}}") = lang, | ||
CONCAT("{{{id}}}") = id, | CONCAT("{{{id}}}") = id, | ||
CONCAT("{{#invoke:UnitInfobox|findDwelling|id={{{id}}}|lang={{{lang}}}}}") = | CONCAT("{{#invoke:UnitInfobox|findDwelling|id={{{id}}}|lang={{{lang}}}}}") = dwelling, | ||
CONCAT("{{#replace:{{#replace:{{{id}}}|_upg|}}|_alt|}}") = base_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") = upgrade_a, | ||
Revision as of 05:26, 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 Garrison.
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 Garrison II.
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 Garrison II.
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}}}-го ранга фракции
Храм. Место найма — Гарнизон II.
Базовой версией существа является
Мечник, а альтернативным улучшением —
Защитник зари.


