Template:Unitdesc: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><div style="border-left: 4px solid #c8b36c; padding-left: 1em; margin: 5px 1em 5px 2em; white-space: pre-wrap;">{{#cargo_query: | <includeonly><div style="border-left: 4px solid #c8b36c; padding-left: 1em; margin: 5px 1em 5px 2em; white-space: pre-wrap;">{{#cargo_query: | ||
tables = | tables = Translation=unit_t | ||
|where = unit_t.name = '{{{name|}}}' AND unit_t.type = 'unit' AND unit_t.language = '{{{lang|en}}}' | |||
|where = | |||
|fields = unit_t.description = description | |fields = unit_t.description = description | ||
|format = | |format = list | ||
}}</div></includeonly><noinclude> | }}</div></includeonly><noinclude> | ||
A template for centralized markup management of a unit description section. | A template for centralized markup management of a unit description section. | ||
===Example=== | ===Example=== | ||
<nowiki>{{Unitdesc | <nowiki>{{Unitdesc | ||
| | |name=phoenix | ||
|lang= | |lang=en | ||
}}</nowiki> | }}</nowiki> | ||
{{Unitdesc | {{Unitdesc | ||
| | |name=phoenix | ||
|lang= | |lang=en | ||
}} | }} | ||
===Use=== | ===Use=== | ||
Revision as of 15:41, 25 June 2026
A template for centralized markup management of a unit description section.
Example
{{Unitdesc
|name=phoenix
|lang=en
}}
Phoenixes are not native to Jadame but travelers who entered the land willingly. Nesting deep within the forest, they display remarkable intelligence.
It is said that a single spark of flame is enough to bring them back to life.
It is said that a single spark of flame is enough to bring them back to life.
Use
You must specify the language (language code) and the unit name (in-game name in English).
{{Unitdesc
|unit=Name
|lang=Code
}}
The language codes are:
- "en" — for pages in English (pages that are not language subpages)
- "de" — for /de subpages (German)
- "es" — for /es subpages (Spanish)
- "pt-br" — for /pt-br subpages (Portuguese)
- "fr" — for /fr subpages (French)
- "it" — for /it subpages (Italian)
- "ja" — for /ja subpages (Japanese)
- "pl" — for /pl subpages (Polish)
- "ru" — for /ru subpages (Russian)
- "zh-hans" — for /zh-hans subpages (Chinese, Simplified)
- "zh-hant" — for /zh-hant subpages (Chinese, Traditional)


