Template:ItemInfoBox/uk: Difference between revisions
From Ymirheim Wiki
(Created page with "Потребує $value Концентрації.") |
(Updating to match new version of source page) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><templatestyles src="Template:InfoBox/styles.css"/><templatestyles src="Template:ItemInfoBox/styles.css"/><div class="infobox-wrapper"><div class="infobox item-infobox"><!-- | <includeonly><templatestyles src="Template:InfoBox/styles.css"/><templatestyles src="Template:ItemInfoBox/styles.css"/><div class="infobox-wrapper"><!-- | ||
-->{{#if:{{{hint|}}}|<div class="infobox-hint">{{{hint|}}}</div>}}<!-- | |||
--><div class="infobox item-infobox"><!-- | |||
-->[[File:Item Icon {{#yh_data:item_prototypes|{{{1}}}|Icon}}.png|64px|icon]]<!-- | -->[[File:Item Icon {{#yh_data:item_prototypes|{{{1}}}|Icon}}.png|64px|icon]]<!-- | ||
Line 26: | Line 30: | ||
--><div style="clear: left;"></div><!-- | --><div style="clear: left;"></div><!-- | ||
-->Вага: {{ | -->Вага: {{#expr: floor({{#yh_data:item_prototypes|{{{1}}}|Weight}} / 1000) }}.{{padleft:{{#expr: {{#yh_data:item_prototypes|{{{1}}}|Weight}} mod 1000 }}|3}}<br/><!-- | ||
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|MaxStackQuantity}} | 1 || Макс. кількість у слоті: {{#yh_data:item_prototypes|{{{1}}}|MaxStackQuantity}}<br/> }}<!-- | -->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|MaxStackQuantity}} | 1 || Макс. кількість у слоті: {{#yh_data:item_prototypes|{{{1}}}|MaxStackQuantity}}<br/> }}<!-- | ||
Line 33: | Line 37: | ||
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanTrade}} | 0 | Цей предмет неможливо обміняти. <br/> }}<!-- | |||
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanSell}} | 0 | Цей предмет неможливо продати. <br/> }}<!-- | |||
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanThrow}} | 0 | Цей предмет неможливо видалити. <br/> }}<!-- | |||
Line 49: | Line 59: | ||
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|Req_CON}} | 0 || Потребує {{#yh_data:item_prototypes|{{{1}}}|Req_CON}} Концентрації. <br/> }}<!-- | -->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|Req_CON}} | 0 || Потребує {{#yh_data:item_prototypes|{{{1}}}|Req_CON}} Концентрації. <br/> }}<!-- | ||
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|Req_LUK}} | 0 || {{#yh_data:item_prototypes|{{{1}}}|Req_LUK}} | -->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|Req_LUK}} | 0 || Потребує {{#yh_data:item_prototypes|{{{1}}}|Req_LUK}} Удачі. <br/> }}<!-- | ||
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|IsDyeing}} | 0 || | -->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|IsDyeing}} | 0 || Можливе фарбування <br/> }}<!-- | ||
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanSeal}} | 1 | Запечатано. <br/> }}<!-- | |||
-->{{# | |||
-->{{#if:{{#yh_data:item_prototypes|{{{1}}}|StatusEffectId}}| <hr/>{{#yh_data_format:{{#yh_data:status_effects|{{{1}}}|Description}}|full}} }}<!-- | |||
--><hr/><!-- | --><hr/><!-- | ||
Line 65: | Line 77: | ||
--><hr/><!-- | --><hr/><!-- | ||
-->Ціна: {{PriceFormatted| {{#yh_data:item_prototypes|{{{1}}}|Price}} }}<br/><!-- | -->Ціна: {{PriceFormatted| {{#yh_data:item_prototypes|{{{1}}}|Price}} }}<br/><!-- | ||
-->Ціна продажу: {{PriceFormatted| {{#expr: {{#yh_data:item_prototypes|{{{1}}}|Price}} / 4 }} }}<!-- | |||
-->{{#ifeq:{{#yh_data:item_prototypes|{{{1}}}|CanSell}}|1|Ціна продажу: {{PriceFormatted| {{#expr: {{#yh_data:item_prototypes|{{{1}}}|Price}} / 4 }} }}}}<!-- | |||
-->}}<!-- | -->}}<!-- | ||
Line 73: | Line 86: | ||
== Usage == | == Usage == | ||
<nowiki>{{ItemInfoBox|ITEM_ID}}</nowiki> | <nowiki>{{ItemInfoBox|ITEM_ID | ||
| obtain_by_purchase = no | |||
| obtain_by_trade = no | |||
}}</nowiki> | |||
You have to supply the specific item ID, not the item name. | You have to supply the specific item ID, not the item name. | ||
Line 88: | Line 104: | ||
== Examples == | == Examples == | ||
{{ItemInfoBox|1330000004}} | {{ItemInfoBox|1330000004 | ||
| obtain_by_purchase = no | |||
| obtain_by_trade = no | |||
}} | |||
<pre><nowiki>{{ItemInfoBox|1330000004 | |||
| obtain_by_purchase = no | |||
| obtain_by_trade = no | |||
}}</nowiki></pre> | |||
{{Clear}} | {{Clear}} | ||
{{ItemInfoBox|1601006401}} | {{ItemInfoBox|1601006401 | ||
| obtain_by_purchase = no | |||
| obtain_by_trade = no | |||
}} | |||
<pre><nowiki>{{ItemInfoBox|1601006401 | |||
| obtain_by_purchase = no | |||
| obtain_by_trade = no | |||
}}</nowiki></pre> | |||
{{Clear}} | {{Clear}} | ||
{{ItemInfoBox|1022001402}} | {{ItemInfoBox|1022001402 | ||
| obtain_by_purchase = no | |||
| obtain_by_trade = no | |||
}} | |||
<pre><nowiki>{{ItemInfoBox|1022001402 | |||
| obtain_by_purchase = no | |||
| obtain_by_trade = yes | |||
}}</nowiki></pre> | |||
Latest revision as of 13:08, 25 July 2024
This template can be used to display an information box about a specific item on a page.
Usage
{{ItemInfoBox|ITEM_ID | obtain_by_purchase = no | obtain_by_trade = no }}
You have to supply the specific item ID, not the item name.
You can find the item ID by searching the item in Ymirheim Translate (item_prototypes component).
The item ID is contained in the string key.
For example, if you look up "Pukui Peel" in Ymirheim Translate, you will see the item ID in the "Key" column (the portion before the forward slash).
Examples
{{ItemInfoBox|1330000004 | obtain_by_purchase = no | obtain_by_trade = no }}
{{ItemInfoBox|1601006401 | obtain_by_purchase = no | obtain_by_trade = no }}
{{ItemInfoBox|1022001402 | obtain_by_purchase = no | obtain_by_trade = yes }}