From The Mana World
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:50px-Template-info.png]] '''Template documentation:'''
[[File:50px-Template-info.png]] '''Template documentation:'''
   
   
Una plantilla para páginas sobre [[Es:Useable Items|Elementos Usables]].
A template used for pages about [[Useable Items]].


Agregará automáticamente [[:Category:Useable Item]] a la páginas que la contengan.
It will automatically add [[:Category:Useable Item]] to pages using it.
   
   
   
   
'''Uso:'''
'''Usage:'''
 
Copie el siguiente código a su página y complete las líneas:
Copy the following code into your page and fill the lines:
   
   
<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]]
   |Name          = [[Item name]]
   |Image          = [[File:UseableItem.png]]
   |Image          = [[File:UseableItem.png]]
   |ID            = ID de elemento
   |ID            = Item ID
   |Description         = Descripción del elemento
   |Description   = Item description
   |Recovery         = ejemplo del formato: "+1 000 HP", "+50 SP", borrar línea de Recuperación si no lo hace
   |Recovery       = formatting example: "HP +1,000", "SP +50", delete Recovery line if none
   |Buyable        = Si o No
   |Buyable        = Yes or no
   |Buy            = ejemplo del formato: "1 000", se agregará automáticamente "GP"
   |Buy            = formatting example: "1,000", it will add "GP" automatically
   |Sell          = ejemplo del formato: "1 000", se agregará automáticamente "GP"
   |Sell          = formatting example: "1,000", it will add "GP" automatically
   |Weight        = ejemplo del formato: "1 000", ise agregará automáticamente "g"
   |Weight        = formatting example: "1,000", it will add "g" automatically
}}</nowiki>
}}</nowiki>
</dl>
</dl>
<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 20:53, 30 July 2020

50px-Template-info.png Template documentation:

A template used for pages about Useable Items.

It will automatically add Category:Useable Item to pages using it.


Usage:

Copy the following code into your page and fill the lines:

{{Useable Item |Name = [[Item name]] |Image = [[File:UseableItem.png]] |ID = Item ID |Description = Item description |Recovery = formatting example: "HP +1,000", "SP +50", delete Recovery line if none |Buyable = Yes or no |Buy = formatting example: "1,000", it will add "GP" automatically |Sell = formatting example: "1,000", it will add "GP" automatically |Weight = formatting example: "1,000", it will add "g" automatically }}