Mudanças entre as edições de "Predefinição:Itembox"
Ir para navegação
Ir para pesquisar
Etiqueta: Reversão manual |
|||
Linha 1: | Linha 1: | ||
<noinclude> | |||
<big>'''Orientações para Uso da Predefinição `itembox`'''</big></br> | |||
=== Exemplo para Copiar e Colar === | |||
<pre> | |||
{{itembox | |||
| title = Nome do Item* | |||
| level = Nível do Item** | |||
| image = URL da Imagem* | |||
| tipo = geral ou equipamento** | |||
| vitality = Valor da Vitalidade** | |||
| defense = Valor da Defesa** | |||
| exp = Valor da Experiência** | |||
| luck = Valor da Sorte** | |||
| texttip = Descrição do Item Geral** | |||
| loot-type = normal, special, event ou none** | |||
| loot-tooltip = Tooltip de Loot** | |||
| classe = all, fighter, shooter, slasher, etc.* | |||
| categoria = Categoria na Wiki* | |||
}} | |||
</pre> | |||
=== Parâmetros Disponíveis === | |||
{| class="wikitable" style="width:100%; text-align:left;" | |||
|- | |||
! Parâmetro !! Descrição !! Exemplo | |||
|- | |||
| `title` || Nome do item na caixa. || Boné de Recruta | |||
|- | |||
| `level` || Nível do item. Deixe vazio para itens sem nível. || 10 | |||
|- | |||
| `image` || URL da imagem do item. || https://wiki.gla.com.br/images/d/d2/Boné_de_recruta.png | |||
|- | |||
| `tipo` || Tipo do item: `equipamento` ou `geral`. || geral | |||
|- | |||
| `vitality` || Atributo de vitalidade (opcional). || 5~6 | |||
|- | |||
| `defense` || Atributo de defesa (opcional). || 48~60 | |||
|- | |||
| `exp` || Atributo de experiência (opcional). || 0~4% | |||
|- | |||
| `luck` || Atributo de sorte (opcional). || 0~7% | |||
|- | |||
| `texttip` || Texto descritivo, usado para itens gerais. || Use esta buzina no seu navio. | |||
|- | |||
| `loot-type` || Tipo de loot: `normal`, `special`, `event`, ou `none`. || normal | |||
|- | |||
| `loot-tooltip` || Tooltip ao passar o mouse no loot. || [[file:Merchant.png]]'''Merchant'''<br>East Blue | |||
|- | |||
| `classe` || Classe do item: `all`, `fighter`, `shooter`, etc. || all | |||
|- | |||
| `categoria` || Categoria do item na wiki. || Cabeça | |||
|} | |||
=== Notas Importantes === | |||
1. Campos opcionais só aparecem se preenchidos.<br> | |||
2. Para itens gerais, use o campo `texttip`.<br> | |||
3. Certifique-se de usar links válidos no formato `https://` ou `[[file:]]`. | |||
</noinclude> | |||
<div class="iteminfobox" style="padding:10px;background:#eeeded;border-radius:25px;box-shadow:rgba(24,27,46,0.24) 4px 4px 4px;width:225px;height:300px;position:relative;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;"> | <div class="iteminfobox" style="padding:10px;background:#eeeded;border-radius:25px;box-shadow:rgba(24,27,46,0.24) 4px 4px 4px;width:225px;height:300px;position:relative;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;"> | ||
<span style="position:absolute;top:10px;right:10px;">{{#tip-text: {{#widget:image|src={{#switch:{{{loot-type|none}}}|none=https://wiki.gla.com.br/images/3/37/No-loot-bag.png|event=https://wiki.gla.com.br/images/f/f8/Loot-bag3.png|special=https://wiki.gla.com.br/images/b/b5/Loot-bag2.png|normal=https://wiki.gla.com.br/images/4/4e/Loot-bag.png}}}} | <center><big>'''Obtido de:'''</big><div style="width: 100%; height: 2px; background-color: #6587c4; margin: 2px 0;"></div>{{{loot-tooltip|<i>Não especificado</i>}}}</center>}}</span> | <span style="position:absolute;top:10px;right:10px;">{{#tip-text: {{#widget:image|src={{#switch:{{{loot-type|none}}}|none=https://wiki.gla.com.br/images/3/37/No-loot-bag.png|event=https://wiki.gla.com.br/images/f/f8/Loot-bag3.png|special=https://wiki.gla.com.br/images/b/b5/Loot-bag2.png|normal=https://wiki.gla.com.br/images/4/4e/Loot-bag.png}}}} | <center><big>'''Obtido de:'''</big><div style="width: 100%; height: 2px; background-color: #6587c4; margin: 2px 0;"></div>{{{loot-tooltip|<i>Não especificado</i>}}}</center>}}</span> |
Edição das 00h34min de 21 de novembro de 2024
Orientações para Uso da Predefinição `itembox`
Exemplo para Copiar e Colar
{{itembox | title = Nome do Item* | level = Nível do Item** | image = URL da Imagem* | tipo = geral ou equipamento** | vitality = Valor da Vitalidade** | defense = Valor da Defesa** | exp = Valor da Experiência** | luck = Valor da Sorte** | texttip = Descrição do Item Geral** | loot-type = normal, special, event ou none** | loot-tooltip = Tooltip de Loot** | classe = all, fighter, shooter, slasher, etc.* | categoria = Categoria na Wiki* }}
Parâmetros Disponíveis
Parâmetro | Descrição | Exemplo |
---|---|---|
`title` | Nome do item na caixa. | Boné de Recruta |
`level` | Nível do item. Deixe vazio para itens sem nível. | 10 |
`image` | URL da imagem do item. | https://wiki.gla.com.br/images/d/d2/Boné_de_recruta.png |
`tipo` | Tipo do item: `equipamento` ou `geral`. | geral |
`vitality` | Atributo de vitalidade (opcional). | 5~6 |
`defense` | Atributo de defesa (opcional). | 48~60 |
`exp` | Atributo de experiência (opcional). | 0~4% |
`luck` | Atributo de sorte (opcional). | 0~7% |
`texttip` | Texto descritivo, usado para itens gerais. | Use esta buzina no seu navio. |
`loot-type` | Tipo de loot: `normal`, `special`, `event`, ou `none`. | normal |
`loot-tooltip` | Tooltip ao passar o mouse no loot. | Arquivo:Merchant.pngMerchant East Blue |
`classe` | Classe do item: `all`, `fighter`, `shooter`, etc. | all |
`categoria` | Categoria do item na wiki. | Cabeça |
Notas Importantes
1. Campos opcionais só aparecem se preenchidos.
2. Para itens gerais, use o campo `texttip`.
3. Certifique-se de usar links válidos no formato `https://` ou `[[file:]]`.
Sem nome