Diferencia entre revisiones de «Plantilla:Item2»

De AtlantisRO
Ir a la navegación Ir a la búsqueda
(Página creada con «<includeonly>{{#if: {{{simple|}}} | {{#if:{{{noicon|}}}||https://irowiki.org/images/db/item/{{{id}}}.png}} {{ #if:{{{num|}}} | {{{num}}} }} {{Item |id={{{id}}} {{ #if:{{{prefix|}}} | {{{prefix}}} }} {{{item}}} {{ #if:{{{slots|}}} | [{{{slots}}}] }} {{ #if:{{{postfix|}}} | {{{postfix}}} }} }} | {{{!}} style="background:none; padding:1px; border-spacing:0px;" {{!}} style="text-align:center; {{#if:{{{noicon|}}}||width:30px;}} border:none;" {{!}} {{#if:{{{noicon|}}}||…»)
 
Sin resumen de edición
Línea 34: Línea 34:
|}
|}


=== Fields ===
=== Campos ===
{| class="wikitable"
{| class="wikitable"
! id
! id
| The ID of the item as seen in the itemdesctables.
| ID del sprite.
|-
|-
! item
! item
| The name of the item to be used and displayed.
| Nombre a mostrar.
|-
|-
! num
! num
| The number of the item
| Cantidad de unidades del item
|-
|-
! slots
! slots
| The number of slots in the item
| Cantidad de Slots
|-
|-
! refine
! refine
| The refine value number of the item
| Nivel de Refine
|-
|-
! noicon
! noicon
| If set to "yes" then the item is not going to display the icon.
| Si se usa Yes no munestra el icono
|}
|}


</noinclude>
</noinclude>

Revisión del 15:19 16 dic 2025

Uso

{{Item List |id=<id> |item=<name>}}
{{Item List |id=<id> |item=<name> |num=<num>}}
{{Item List |id=<id> |item=<name> |slots=<slots>}}
Ejemplo Resultado
{{Item List |id=2285 |item=Apple of Archer}} Plantilla:Item List
{{Item List |id=914 |item=Fluff |num=3}} Plantilla:Item List
{{Item List |id=2229 |item=Helm |slots=1}} Plantilla:Item List
{{Item List |id=1550 |item=Book |slots=3 |num=2}} Plantilla:Item List
{{Item List |id=1550 |item=Book |slots=3 |noicon=yes}} Plantilla:Item List
* {{Item List |id=5164 |item=Tiara |slots=1 |simple=yes}} with an Elder Willow Card (INT +3)

Campos

id ID del sprite.
item Nombre a mostrar.
num Cantidad de unidades del item
slots Cantidad de Slots
refine Nivel de Refine
noicon Si se usa Yes no munestra el icono