From The Mana World
Nelson6e65 (talk | contribs) (Created spanish translation template) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style="float:right; padding:0 0 1.5em 1.5em; width:20em; background-color:#white; text-align:center"> | <div style="float:right; padding:0 0 1.5em 1.5em; width:20em; background-color:#white; text-align:center"> | ||
<table class="wikitable" style="width:100%"> | <table class="wikitable" style="width:100%"> | ||
<tr><th colspan="2">{{{ | <tr><th colspan="2">{{{Name|n.d.}}}</tr> | ||
<tr><th colspan="2">{{{ | <tr><th colspan="2">{{{Image|n.d.}}}</tr> | ||
<tr><th colspan="2"><p style="color:#666">ID | <tr><th colspan="2"><p style="color:#666">ID: {{{ID|n.d.}}}</p></tr> | ||
<tr><th colspan="2">{{{ | <tr><th colspan="2">{{{Description|n.d.}}}</tr> | ||
<tr><th scope="row">Categoría</th><td>[[Generic | <tr><th scope="row">Categoría</th><td>[[Es:Generic Items|Objeto Genérico]]</td></tr> | ||
<tr><th scope="row">Comprable</th><td>{{{ | <tr><th scope="row">Comprable</th><td>{{{Buyable|No}}}</td></tr> | ||
<tr><th scope="row">Compra</th><td>{{{ | <tr><th scope="row">Precio de Compra</th><td>{{{Buy|n.d.}}} GP</td></tr> | ||
<tr><th scope="row">Venta</th><td>{{{ | <tr><th scope="row">Precio de Venta</th><td>{{{Sell|n.d.}}} GP</td></tr> | ||
<tr><th scope="row">Peso</th><td>{{{ | <tr><th scope="row">Peso</th><td>{{{Weight|n.d.}}} g</td></tr> | ||
</table> | </table> | ||
</div> | </div> | ||
Line 15: | Line 15: | ||
[[Category:Generic Item]] | [[Category:Generic Item]] | ||
<noinclude> | <noinclude> | ||
{{:Template:{{PAGENAME}}/doc}} | {{:Template:{{PAGENAME}}/doc}} <!-- this is to include documentation in this page, without transcluding it in the page where template is used --> | ||
[[Category:Content Template]] | [[Category:Content Template]] <!-- this is to categorize the template. It will not be transcluded in the page where template is used --> | ||
</noinclude> | </noinclude> |
Latest revision as of 11:28, 2 August 2020
n.d. | |
---|---|
n.d. | |
ID: n.d. | |
n.d. | |
Categoría | Objeto Genérico |
Comprable | No |
Precio de Compra | n.d. GP |
Precio de Venta | n.d. GP |
Peso | n.d. g |
Documentación de la plantilla:
Una plantilla usada para páginas referentes a Objetos Genéricos.
Agregará automáticamente Category:Generic Item a la páginas que la contengan.
Uso:
Copie el siguiente código en su página y complete las líneas:
-
{{.Es:Generic Item
|Name = [[Nombre del objeto]]
|Image = [[File:GenericItem.png]]
|ID = ID de objeto
|Description = Descripción del objeto
|Buyable = Si o no
|Buy = Ejemplo de formato: "1 000", agregará automáticamente "GP"
|Sell = Ejemplo de formato: "1 000", agregará automáticamente "GP"
|Weight = Ejemplo de formato: "1 000", agregará automáticamente "g"
}}