Template:Sandbox/Aurelain/HeroesNavbox/Row: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
-->{{#cargo_query: | -->{{#cargo_query: | ||
tables = | |||
Hero = H, | |||
Translation = T, | |||
Translation = E | |||
|join on = | |||
H.id = T.target_id, | |||
H.id = E.target_id | |||
|where = | |||
H.class_id = '{{{class}}}' | |||
AND H.id NOT LIKE 'campaign%' | |||
AND H.id NOT LIKE 'tutorial%' | |||
AND H.id NOT LIKE 'cm_fun%' | |||
AND T.type = 'hero' | |||
AND T.language = '{{{lang|en}}}' | |||
AND E.type = 'hero' | |||
AND E.language = 'en' | |||
|order by = | |||
H.id | |||
|fields = | |||
T.language = lang, | |||
H.id = id, | |||
'hero' = type, | |||
'1' = filename, | |||
'1' = stack | |||
|format = template | |||
|template = LinkIcon | |||
|named args = yes | |||
}}</includeonly><!-- | }}</includeonly><!-- | ||
################################################################################ | ################################################################################ | ||
Latest revision as of 07:34, 2 September 2026
1. English:
Input: {{Sandbox/Aurelain/HeroesNavbox/Row|lang=en|class=might_human}}
Output:
Ister
Leon
Sticky-Fingers
John
Johnson
Kestrel
Aeos
the
Exalted
Heretic
Avis
Keandra
Lord
Edgar
Old
Lord
Mandall
2. Japanese:
Input: {{Sandbox/Aurelain/HeroesNavbox/Row|lang=ja|class=might_human}}
Output:
イスター
レオン・スティッキー=フィンガーズ
ジョン・ジョンソン
ケストレル
高尚のイーオス
異端のエイヴィス
キアンドラ
エドガー卿
老マンダル卿


