Template:NpcInfoBox/uk: Difference between revisions

From Ymirheim Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><templatestyles src="Template:NpcInfoBox/styles.css"/>
<includeonly><templatestyles src="Template:InfoBox/styles.css"/><templatestyles src="Template:NpcInfoBox/styles.css"/>
<div class="npc-infobox-wrapper">
<div class="infobox-wrapper">
<div class="npc-infobox">
<div class="infobox npc-infobox">
<div class="heading">{{#yh_data:npc_prototypes|{{{1}}}|GroupName}}</div>
<div class="heading">{{#yh_data:npc_prototypes|{{{1}}}|GroupName}}</div>
<div class="heading">{{#yh_data:npc_prototypes|{{{1}}}|Name}}</div>
<div class="heading">{{#yh_data:npc_prototypes|{{{1}}}|Name}}</div>
{{#if:{{{image|}}}|<div class="npc-info-image">[[File:{{{image|}}}|280px]]</div>|}}
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image|}}}|280px]]</div>|}}
<table class="npc-info-table">
<table class="infobox-table">
<tr>
<th scope="row">Тип</th>
<th scope="row">Тип</th>
<td>{{#yh_data:npc_types|{{#yh_data:npc_prototypes|{{{1}}}|Type}}|Type}}</td>
<td>{{#yh_data:npc_types|{{#yh_data:npc_prototypes|{{{1}}}|Type}}|Type}}</td>
Line 19: Line 20:
{{#if:{{{zone|}}}{{{location|}}}{{{coordinates|}}}|
{{#if:{{{zone|}}}{{{location|}}}{{{coordinates|}}}|
<tr>
<tr>
<th scope="row">Місцезнаходження</th>
<th scope="row">Місцезна-<br/>ходження</th>
<td><!--
<td><!--


Line 34: Line 35:
</div>
</div>
</includeonly><noinclude>
</includeonly><noinclude>
[[Category:Game Data Templates]]
This template can be used to display an information box about a specific NPC on a page.  
This template can be used to display an information box about a specific NPC on a page.  


Line 73: Line 73:
| occupation = Magic Shop Keeper
| occupation = Magic Shop Keeper
}}</nowiki></pre>
}}</nowiki></pre>
[[Category:Game Data Templates{{#translation:}}]]


</noinclude>
</noinclude>

Latest revision as of 08:25, 9 July 2024

This template can be used to display an information box about a specific NPC on a page.


Usage

{{NpcInfoBox|NPC_ID}}
{{NpcInfoBox|NPC_ID|image=IMAGE_LINK}}

You have to supply the specific NPC ID, not the NPC name.

How to find NPC ID

You can find the NPC ID by searching the NPC prototype in Ymirheim Translate (npc_prototypes component).

The NPC ID is contained in the string key. There can be multiple NPCs with the same name, those are variations. Please pick the first one.

For example, if you look up "Poporing" in Ymirheim Translate, you will see the NPC ID in the "Key" column (the portion before the forward slash).


Examples

Наталі Кларет
Natali Klaret.png
Тип Гуманоїд
Раса Елльр
Розмір Середній
Місцезна-
ходження
Hoddmimis
Magic Shop (D5)
СпеціалізаціяMagic Shop Keeper


{{NpcInfoBox
| 1001
| image = Natali Klaret.png
| zone = [[Special:MyLanguage/Hoddmimis|Hoddmimis]]
| location = Magic Shop
| coordinates = D5
| occupation = Magic Shop Keeper
}}