From The Mana World
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">{{{Name| | <tr><th colspan="2">{{{Name|N/A}}}</tr> | ||
<tr><th colspan="2">{{{Image| | <tr><th colspan="2">{{{Image|N/A}}}</tr> | ||
<tr><th colspan="2"><p style="color:#666">Item ID: {{{ID| | <tr><th colspan="2"><p style="color:#666">Item ID: {{{ID|N/A}}}</p></tr> | ||
<tr><th colspan="2">{{{Description| | <tr><th colspan="2">{{{Description|N/A}}}</tr> | ||
<tr><th scope="row"> | <tr><th scope="row">Category</th><td>[[Two-Handed Weapon]]</td></tr> | ||
<tr><th scope="row"> | <tr><th scope="row">Equip Level</th><td>{{{Level|-}}} | ||
<tr><th scope="row"> | <tr><th scope="row">Stats increase</th><td>{{#if: {{{Stats increase|}}}|<span style="color:#007700;">{{{Stats increase|}}}</span>|-}}</td></tr> | ||
<tr><th scope="row"> | <tr><th scope="row">Stats decrease</th><td>{{#if: {{{Stats decrease|}}}|<span style="color:#ad1818;">{{{Stats decrease|}}}</span>|-}}</td></tr> | ||
<tr><th scope="row"> | <tr><th scope="row">Buyable</th><td>{{{Buyable|No}}}</td></tr> | ||
<tr><th scope="row"> | <tr><th scope="row">Buy Price</th><td>{{{Buy|N/A}}} GP</td></tr> | ||
<tr><th scope="row"> | <tr><th scope="row">Sell Price</th><td>{{{Sell|N/A}}} GP</td></tr> | ||
<tr><th scope="row"> | <tr><th scope="row">Weight</th><td>{{{Weight|N/A}}} g</td></tr> | ||
</table> | </table> | ||
</div> | </div> |
Revision as of 17:29, 1 August 2020
N/A | |
---|---|
N/A | |
Item ID: N/A | |
N/A | |
Category | Two-Handed Weapon |
Equip Level | - |
Stats increase | - |
Stats decrease | - |
Buyable | No |
Buy Price | N/A GP |
Sell Price | N/A GP |
Weight | N/A g |
Documentación de la Plantilla:
Una plantilla para páginas sobre Armas a Dos Manos.
Agregará automáticamente Category:Two-Handed Weapon a la páginas que la contengan.
Uso:
Copie el siguiente código en su página y complete las líneas:
-
{{.Es:Two-Handed Weapon
|Name = [[Nombre del objeto]]
|Image = [[File:Two-Handed_Weapon.png]]
|ID = ID de objeto
|Description = Descripción del objeto
|Level = Nivel requerido para usarlo (¡no para obtenerlo!), borrar línea si no aplica
|Stats increase = Ejemplo de formato: "+2 Rango", borrar línea si no aplica
|Stats decrease = Ejemplo de formato: "-1 Ataque Mágico ", borrar línea 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"
}}