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>:{{{description|{{#invoke:Unit|get|{{{unit|{{#titleparts:{{PAGENAME}}|1|1}}}}}|description|{{{lang|{{#titleparts:{{PAGENAME}}|1|2}}}}}}}}}}</includeonly><noinclude> | <includeonly>:{{{description|{{#invoke:Unit|get|{{{unit|{{{1|{{#titleparts:{{PAGENAME}}|1|1}}}}}}}}|description|{{{lang|{{#titleparts:{{PAGENAME}}|1|2}}}}}}}}}}</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=== | ||
| Line 12: | Line 12: | ||
====Semi-automatic==== | ====Semi-automatic==== | ||
You must specify the language (language code) and the unit name (in-game name in English). | You must specify the language (language code) and the unit name (in-game name in English). | ||
<nowiki>{{Unitdesc | <nowiki>{</nowiki>{Unitdesc | ||
|unit= | |unit=''Name'' | ||
|lang= | |lang=''Code'' | ||
}}</nowiki> | }} | ||
OR | |||
<nowiki>{</nowiki>{Unitdesc | |||
|''Name'' | |||
|lang=''Code'' | |||
}} | |||
{{LanguageCodesNote}} | {{LanguageCodesNote}} | ||
====Non-automatic==== | ====Non-automatic==== | ||
Revision as of 12:36, 7 May 2026
A template for centralized markup management of a unit description section.
Example
- The inquisition’s greatest belief is that angels still accompany their mission. The beings that aid the Templars in combat are but a mere imitation — a human soul willingly fused with winged armor, destined to continue the fight.
Use
Automatic
Based on the page title, the template automatically selects the language and chooses a description from the database.
{{Unitdesc}}
Semi-automatic
You must specify the language (language code) and the unit name (in-game name in English).
{{Unitdesc
|unit=Name
|lang=Code
}}
OR
{{Unitdesc
|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)
Non-automatic
Allows you to enter the description text completely manually.
{{Unitdesc
|description=
}}


