Template:ItemInfoBox/pt-br: Difference between revisions

From Ymirheim Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(4 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><!--


-->Peso: {{padright:{{#expr: {{#yh_data:item_prototypes|{{{1}}}|Weight}} / 1000 }}|5}}<br/><!--
-->Peso: {{#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 || Pilha máxima: {{#yh_data:item_prototypes|{{{1}}}|MaxStackQuantity}}<br/> }}<!--
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|MaxStackQuantity}} | 1 || Pilha máxima: {{#yh_data:item_prototypes|{{{1}}}|MaxStackQuantity}}<br/> }}<!--
Line 34: Line 38:




-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanTrade}} | 0 | This item can't be traded. <br/> }}<!--
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanTrade}} | 0 | Este item não pode ser trocado. <br/> }}<!--


-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanSell}} | 0 | This item can't be sold. <br/> }}<!--
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanSell}} | 0 | Este item não pode ser vendido. <br/> }}<!--


-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanThrow}} | 0 | This item can't be discarded. <br/> }}<!--
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanThrow}} | 0 | Este item não pode ser descartado. <br/> }}<!--




Line 59: Line 63:
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|IsDyeing}} | 0 || Item tingível <br/> }}<!--
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|IsDyeing}} | 0 || Item tingível <br/> }}<!--


-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanSeal}} | 1 | Sealed. <br/> }}<!--
-->{{#ifeq: {{#yh_data:item_prototypes|{{{1}}}|CanSeal}} | 1 | Selado. <br/> }}<!--





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.


How to find Item ID

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

icon
Fatia de Pukui
Normal
Peso: 0.080
Pilha máxima: 20

Um pequeno pedaço suculento. Os antigos adoravam apreciá-los como sobremesa.
Preço: 20 Rupee
Preço de venda: 5 Rupee
{{ItemInfoBox|1330000004
| obtain_by_purchase = no
| obtain_by_trade = no
}}


icon
Carta Flatro
Carta
Adaga
Peso: 0.001
Pilha máxima: 20
Este item não pode ser vendido.

Uma carta mágica encantada com o Espírito Flatro.
Ao lançar o feitiço escrito nesta carta, você pode transferir o espírito para um equipamento.

Quando encantado:
Penetração de Defesa Corpo a Corpo +3
{{ItemInfoBox|1601006401
| obtain_by_purchase = no
| obtain_by_trade = no
}}


icon
Peitoral de madeira reforçada
Armadura
Peso: 2.500
Durabilidade máxima: 1260
Nível 11 necessário.
5 Força necessária.
Item tingível

Defesa Física +7
Saúde Máxima +50
Proteção decente, embora não muito durável.
Preço: 3712 Rupee
Preço de venda: 928 Rupee
{{ItemInfoBox|1022001402
| obtain_by_purchase = no
| obtain_by_trade = yes
}}