Template:Sandbox/Aurelain/Translation: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><!--
<includeonly><!--
-->{{#cargo_query:
-->T={{#cargo_query:
tables =
tables =
     Translation = T
     Translation = T
Line 15: Line 15:
| more results text =
| more results text =


}}
}},
{{#cargo_query:
L={{#cargo_query:
  tables  = Translation=T, Translation=EN
  tables  = Translation=T, Translation=EN
|join on = T.target_id = EN.target_id
|join on = T.target_id = EN.target_id
Line 24: Line 24:
|limit  = 1
|limit  = 1
|more results text=
|more results text=
}}
}},
<!--
<!--
################################################################################
################################################################################

Revision as of 11:36, 6 August 2026


Retrieves the name value from the Translation Cargo table for a target id, in the desired language.

This is very similar to the Label template, but is more generic, allowing you to pull any id from the Translation table, not just those prefixed with wiki_.

Usage

1. English:

Input: {{Translation|wiki_units_no_counter|en}}

Output: Melee,
no counter


2. Japanese:

Input: {{Translation|nature|ja}}

Output: グローヴ


3. Missing id:

Input: {{Translation|foo|en}}

Output: foo💬


4. Surrounded by text, to prove this template doesn't add unexpected whitespace:

Input: Hello{{Translation|nature|en}}World

Output: HelloGroveWorld


5. With type, when collisions are a concern:

Input: {{Translation|luck|en|type=unit_stat}}

Output: Luck


6. With field, to get the description:

Input: {{Translation|nature|en|field=description}}

Output: Each of the Murmurwoods’ elemental spirits is a unique powerhouse, supported by equally strong — and expensive — rangers and druids.