From The Mana World
 
(7 intermediate revisions by the same user 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">{{{Nombre|n.d.}}}</tr>
  <tr><th colspan="2">{{{Name|n.d.}}}</tr>
  <tr><th colspan="2">{{{Imagen|n.d.}}}</tr>
  <tr><th colspan="2">{{{Image|n.d.}}}</tr>
  <tr><th colspan="2"><p style="color:#666">ID de elemento: {{{ID|n.d.}}}</p></tr>
  <tr><th colspan="2"><p style="color:#666">ID: {{{ID|n.d.}}}</p></tr>
  <tr><th colspan="2">{{{Descripción|n.d.}}}</tr>
  <tr><th colspan="2">{{{Description|n.d.}}}</tr>
  <tr><th scope="row">Categoría</th><td>[[Es:Useable Item|Elemento usable]]</td></tr>
  <tr><th scope="row">Categoría</th><td>[[Useable Item|Objeto Usable]]</td></tr>
  <tr><th scope="row">Recuperación</th><td>{{#if: {{{Recupera|}}}|<span style="color:#007700;">{{{Recupera|}}}</span>|-}}</td></tr>
  <tr><th scope="row">Recuperación</th><td>{{#if: {{{Recovery|}}}|<span style="color:#007700;">{{{Recovery|}}}</span>|-}}</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">Precio de Compra</th><td>{{{Compra|n.d.}}} GP</td></tr>
  <tr><th scope="row">Precio de Compra</th><td>{{{Buy|n.d.}}} GP</td></tr>
  <tr><th scope="row">Previo de Venta</th><td>{{{Venta|n.d.}}} GP</td></tr>
  <tr><th scope="row">Precio de Venta</th><td>{{{Sell|n.d.}}} GP</td></tr>
  <tr><th scope="row">Peso</th><td>{{{Peso|n.d.}}} g</td></tr>
  <tr><th scope="row">Peso</th><td>{{{Weight|n.d.}}} g</td></tr>
</table>
</table>
</div>
</div>

Latest revision as of 11:50, 2 August 2020

n.d.
n.d.

ID: n.d.

n.d.
CategoríaObjeto Usable
Recuperación-
ComprableNo
Precio de Compran.d. GP
Precio de Ventan.d. GP
Peson.d. g

50px-Template-info.png Documentación de la Plantilla:

Una plantilla para páginas sobre Objetos Usables.

Agregará automáticamente Category:Useable Item a la páginas que la contengan.


Uso:

Copie el siguiente código en su página y complete las líneas:

{{.Es:Useable Item |Name = [[Nombre del objeto]] |Image = [[File:UseableItem.png]] |ID = ID de objeto |Description = Descripción del objeto |Recovery = Ejemplo de formato: "+1 000 HP", "+50 SP", dejar en blanco la línea Recovery si no aplica. |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" }}