Template:UnitStinger

From Heroes of Might and Magic: Olden Era Official Wiki
Revision as of 05:06, 2 August 2026 by Aurelain (talk | contribs) (Created page with "<includeonly><!-- -->{{#cargo_query: tables = Unit = U, Translation = T |join on = S.id = T.target_id |where = T.language = '{{{lang}}}' AND T.type = 'unit' AND (S.id = "{{#replace|{{#replace|{{{id}}}|_upg|}}|_alt|}}" OR S.id = "{{#replace|{{#replace|{{{id}}}|_upg|}}|_alt|}}_upg" OR S.id = "{{#replace|{{#replace|{{{id}}}|_upg|}}|_alt|}}_upg_alt") |fields = GROUP_CONCAT(T.name SEPARATOR '~') = names, GROUP_CONCAT(U.faction SEPARATOR '~')...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An intro for each unit.

1. Base

Input: {{UnitStinger | lang=en | id=esquire}}

Output:

Error in "where" parameter: the string "#" cannot be used within #cargo_query.

2. Upgraded

Input: {{UnitStinger | lang=en | id=esquire_upg}}

Output:

Error in "where" parameter: the string "#" cannot be used within #cargo_query.

3. Alternative

Input: {{UnitStinger | lang=en | id=esquire_upg}}

Output:

Error in "where" parameter: the string "#" cannot be used within #cargo_query.

4. Russian

Input: {{UnitStinger | lang=ru | id=esquire_upg}}

Output:

Error in "where" parameter: the string "#" cannot be used within #cargo_query.