Template: Item: Difference between revisions
(Created page with "{| style="width:100%; background-color: #f8f9fa; color: #202122; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse;" | !style="background-color:#606676; color:#ffffff; padding:5px; font-size:110%" colspan="2" | {{{nombre}}} |- |style="padding:5px; vertical-align: top; width:10%" | [[File:{{{archivo}}}|100px|{{{nombre}}}]] |style="padding:5px 10px; vertical-align: top; width:90%" | {{{description}}} |- |style="padding:5px 10px; vertical-align: top;" clas...") |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div id="{{{archivo}}}"> | |||
{| style="width:100%; background-color: #f8f9fa; color: #202122; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse;" | | {| style="width:100%; background-color: #f8f9fa; color: #202122; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse;" | | ||
!style="background-color:#606676; color:#ffffff; padding:5px; font-size:110%" colspan="2" | {{{nombre}}} | !style="background-color:#606676; color:#ffffff; padding:5px; font-size:110%" colspan="2" | {{{nombre}}} | ||
|- | |- | ||
|style="padding:5px; vertical-align: top; width:10%" | [[File:{{{archivo}}}|100px|{{{nombre}}}]] | |style="padding:5px; vertical-align: top; width:10%" | [[File:{{{archivo}}}.png|100px|{{{nombre}}}]] | ||
|style="padding:5px 10px; vertical-align: top; width:90%" | | |style="padding:5px 10px; vertical-align: top; width:90%" | | ||
{{{description}}} | {{{description}}}<br> | ||
<hr style="margin:0"> | |||
'''Cost:''' {{{costo| Free}}}<br> | |||
'''Cost:''' {{{costo}}} | '''Location:''' {{{localizacion}}}<br> | ||
|} | '''Time:''' {{{tiempo| Instantly}}} | ||
|}</div> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Latest revision as of 19:44, 21 October 2023
| {{{nombre}}} | |
|---|---|
| [[File:{{{archivo}}}.png|100px|{{{nombre}}}]] |
{{{description}}} Cost: Free |
Template para mostrar articulos dentro del juego
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | nombre | no description | String | required |
| Image | archivo | no description | String | required |
| Description | description | no description | String | required |
| Cost | costo | no description | String | suggested |
| Location | localizacion | no description | String | suggested |
| Time | tiempo | no description | Unknown | suggested |
