From The Mana World
 
Line 1: Line 1:
[[File:50px-Template-info.png]] '''Documentación de plantilla:'''
[[File:50px-Template-info.png]] '''Template documentation:'''
   
   
Una plantilla utilizada pará páginas sobre [[Es:Head Armor|Casquetes]].
A template used for pages about [[Head Armor]].


Agregará automáticamente [[:Category:Head Armor]] a la páginas que la contengan.  
It will automatically add [[:Category:Head Armor]] to pages using it.
   
   
   
   
'''Uso:'''
'''Usage:'''
   
   
Copie el siguiente código en 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:Head Armor
  <nowiki>{{Head Armor
   |Name          = [[Nombre del Elemento]]
   |Name          = [[Item name]]
   |Image          = [[File:HeadArmor.png]]
   |Image          = [[File:HeadArmor.png]]
   |ID            = ID de elemento
   |ID            = Item ID
   |Description    = Descripción del elemento
   |Description    = Item description
   |Level          = Nivel requerido para usarlo (¡no para obtenerlo!), borrar línea si no aplica
   |Level          = required equip level (not level to obtain it!), delete Level line if none
   |Stats increase = Ejemplo de formato: "Vitalidad +1", borrar línea si no aplica
   |Stats increase = formatting example: "Vitality +1", delete Stats increase line if none
   |Stats decrease = Ejemplo de formato: "Ataque Mágico -1", borrar línea si no aplica
   |Stats decrease = formatting example: "M.Attack -1", delete Stats decrease line if none
   |Buyable        = Si o no
   |Buyable        = Yes or no
   |Buy            = Ejemplo de formato: "1 000", agregará automáticamente "GP"
   |Buy            = formatting example: "1,000", it will add "GP" automatically
   |Sell          = Ejemplo de formato: "1 000", agregará automáticamente "GP"
   |Sell          = formatting example: "1,000", it will add "GP" automatically
   |Weight        = Ejemplo de formato: "1 000", 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 01:28, 31 July 2020

50px-Template-info.png Template documentation:

A template used for pages about Head Armor.

It will automatically add Category:Head Armor to pages using it.


Usage:

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

{{Head Armor |Name = [[Item name]] |Image = [[File:HeadArmor.png]] |ID = Item ID |Description = Item description |Level = required equip level (not level to obtain it!), delete Level line if none |Stats increase = formatting example: "Vitality +1", delete Stats increase line if none |Stats decrease = formatting example: "M.Attack -1", delete Stats decrease 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 }}