Template:Sandbox/Aurelain/HeroesNavbox/Row: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><!-- | |||
-->{{#cargo_query: | |||
<!-- | |||
tables = | tables = | ||
Hero = H, | Hero = H, | ||
Translation = T, | Translation = T, | ||
Translation = E | Translation = E | ||
| join on = | |join on = | ||
H.id = T.target_id, | H.id = T.target_id, | ||
H.id = E.target_id | H.id = E.target_id | ||
| where = | |where = | ||
H.class_id = '{{{class}}}' | H.class_id = '{{{class}}}' | ||
AND H.id NOT LIKE 'campaign%' | AND H.id NOT LIKE 'campaign%' | ||
| Line 24: | Line 15: | ||
AND T.type = 'hero' | AND T.type = 'hero' | ||
AND T.language = '{{{lang|en}}}' | AND T.language = '{{{lang|en}}}' | ||
AND E.type = 'hero' | |||
AND E.language = 'en' | AND E.language = 'en' | ||
| order by = | |order by = | ||
H.id | |||
| fields = | |fields = | ||
T.language = lang, | T.language = lang, | ||
H.id = id, | |||
'hero' = type, | |||
| format = template | '1' = filename, | ||
| template = Sandbox/Aurelain/HeroesNavbox/ | '1' = stack | ||
|format = template | |||
|template = LinkIcon | |||
}} | |named args = yes | ||
</ | }}</includeonly><!-- | ||
################################################################################ | |||
--><noinclude> | |||
<!--=========================================================================--> | |||
==1. English:== | |||
{{Color|yellow|Input:}} <code><nowiki>{{Sandbox/Aurelain/HeroesNavbox/Row|lang=en|class=might_human}}</nowiki></code> | |||
{{Color|green|Output:}} {{Sandbox/Aurelain/HeroesNavbox/Row|lang=en|class=might_human}} | |||
==2. Japanese:== | |||
{{Color|yellow|Input:}} <code><nowiki>{{Sandbox/Aurelain/HeroesNavbox/Row|lang=ja|class=might_human}}</nowiki></code> | |||
{{Color|green|Output:}} {{Sandbox/Aurelain/HeroesNavbox/Row|lang=ja|class=might_human}} | |||
</noinclude> | |||
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:
イスター
レオン・スティッキー=フィンガーズ
ジョン・ジョンソン
ケストレル
高尚のイーオス
異端のエイヴィス
キアンドラ
エドガー卿
老マンダル卿


