Template:UnitStinger: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
tables = Unit = U, | tables = Unit = U, | ||
Translation = T | Translation = T | ||
|join on = | |join on = U.id = T.target_id | ||
|where = T.language = '{{{lang}}}' | |where = T.language = '{{{lang}}}' | ||
AND T.type = 'unit' | AND T.type = 'unit' | ||
Revision as of 05:10, 2 August 2026
An intro for each unit.
1. Base
Input: {{UnitStinger | lang=en | id=esquire}}
Output: {{{id}}}💬 is a tier-{{{tier}}} unit of the
Neutral faction. They can be recruited from the {{{dwelling}}}.
2. Upgraded
Input: {{UnitStinger | lang=en | id=esquire_upg}}
Output: {{{id}}}💬 is a tier-{{{tier}}} unit of the
Neutral faction. They can be recruited from the {{{dwelling}}}.
3. Alternative
Input: {{UnitStinger | lang=en | id=esquire_upg}}
Output: {{{id}}}💬 is a tier-{{{tier}}} unit of the
Neutral faction. They can be recruited from the {{{dwelling}}}.
4. Russian
Input: {{UnitStinger | lang=ru | id=esquire_upg}}
Output: {{{id}}}💬 — улучшенное существо {{{tier}}}-го ранга фракции
Нейтральные. Место найма — {{{dwelling}}}.


