From The Mana World
Line 11: Line 11:
   
   
<dl style="display:inline-block; padding-left:.75em; margin-left:0;">
<dl style="display:inline-block; padding-left:.75em; margin-left:0;">
  <nowiki>{{.Es:Useable Item
  <nowiki>{{Useable Item
   |Name          = [[Nombre del Elemento]]
   |Nombre          = [[Nombre de Elemento]]
   |Image         = [[File:ElementoUsable.png]]
   |Imagen         = [[File:UseableItem.png]]
   |ID             = ID de elemento
   |ID de elemento  = Item ID
   |Description    = Descripción del elemento
   |Descripción    = Item description
   |Recovery      = Ejemplo del formato: "+1 000 HP", "+50 SP", borrar línea de Recupera si no lo hace
   |Recuperación    = formatting example: "HP +1,000", "SP +50", delete Recovery line if none
   |Buyable        = Si o No
   |Comprable      = Yes or no
   |Buy            = Ejemplo del formato: "1 000", se agregará automáticamente "GP"
   |Compra          = formatting example: "1,000", it will add "GP" automatically
   |Sell           = Ejemplo del formato: "1 000", se agregará automáticamente "GP"
   |Venta           = formatting example: "1,000", it will add "GP" automatically
   |Weight        = Ejemplo del formato: "1 000", se agregará automáticamente "g"
   |Peso            = formatting example: "1,000", it will add "g" automatically
}}</nowiki>
}}</nowiki>
</dl>
</dl>
<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 21:13, 30 July 2020

50px-Template-info.png Template documentation:

Una plantilla para páginas sobre Elementos Usables.

Agregará automáticamente Category:Useable Item a la páginas que la contengan.


Uso:

Copie el siguiente código a su página y complete las líneas:

{{Useable Item |Nombre = [[Nombre de Elemento]] |Imagen = [[File:UseableItem.png]] |ID de elemento = Item ID |Descripción = Item description |Recuperación = formatting example: "HP +1,000", "SP +50", delete Recovery line if none |Comprable = Yes or no |Compra = formatting example: "1,000", it will add "GP" automatically |Venta = formatting example: "1,000", it will add "GP" automatically |Peso = formatting example: "1,000", it will add "g" automatically }}