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>{{ | <nowiki>{{Useable Item | ||
| | |Nombre = [[Nombre de Elemento]] | ||
| | |Imagen = [[File:UseableItem.png]] | ||
|ID | |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 | ||
}}</nowiki> | }}</nowiki> | ||
</dl> | </dl> | ||
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> |
Revision as of 21:13, 30 July 2020
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
}}