From The Mana World
(Created spanish translation template)
 
(use english var names (easier update from original) | fix link)
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">{{{Nombre|N/A}}}</tr>
  <tr><th colspan="2">{{{Name|N/A}}}</tr>
  <tr><th colspan="2">{{{Imagen|N/A}}}</tr>
  <tr><th colspan="2">{{{Image|N/A}}}</tr>
  <tr><th colspan="2"><p style="color:#666">ID del Artículo: {{{ID|N/A}}}</p></tr>
  <tr><th colspan="2"><p style="color:#666">ID del Artículo: {{{ID|N/A}}}</p></tr>
  <tr><th colspan="2">{{{Descripción|N/A}}}</tr>
  <tr><th colspan="2">{{{Description|N/A}}}</tr>
  <tr><th scope="row">Categoría</th><td>[[Generic Item]]</td></tr>
  <tr><th scope="row">Categoría</th><td>[[Es:Generic Items|Artículos Genéricos]]</td></tr>
  <tr><th scope="row">Comprable</th><td>{{{Comprable|No}}}</td></tr>
  <tr><th scope="row">Comprable</th><td>{{{Buyable|No}}}</td></tr>
  <tr><th scope="row">Compra</th><td>{{{Compra|N/A}}} GP</td></tr>
  <tr><th scope="row">Compra</th><td>{{{Buy|N/A}}} GP</td></tr>
  <tr><th scope="row">Venta</th><td>{{{Venta|N/A}}} GP</td></tr>
  <tr><th scope="row">Venta</th><td>{{{Sell|N/A}}} GP</td></tr>
  <tr><th scope="row">Peso</th><td>{{{Peso|N/A}}} g</td></tr>
  <tr><th scope="row">Peso</th><td>{{{Weight|N/A}}} g</td></tr>
</table>
</table>
</div>
</div>

Revision as of 06:51, 13 October 2015

N/A
N/A

ID del Artículo: N/A

N/A
CategoríaArtículos Genéricos
ComprableNo
CompraN/A GP
VentaN/A GP
PesoN/A g

50px-Template-info.png 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" }}