Template: Encounter: Difference between revisions
No edit summary |
No edit summary |
||
| (20 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div id="{{{ | <div id="{{{archivo}}}"> | ||
{| class="wikitable" | {| class="wikitable mw-collapsible" style="width:100%" | | ||
!style="text-align: left; background-color:#4c88ef; color:#ffffff; font-size:130%" colspan="2" | {{{nombre}}} | !style="text-align: left; background-color:#4c88ef; color:#ffffff; font-size:130%; border-top: 2px solid #ffb555; border-bottom: 2px solid #ffb555;" colspan="2" | {{{nombre}}} | ||
|- | |- | ||
|style="padding:5px; vertical-align: top; width:10%"rowspan="3" | [[File:{{{archivo}}}.webp| | |style="padding:5px; vertical-align: top; width:10%" rowspan="3" | [[File:{{{archivo}}}.webp|alt={{{nombre}}}|250px|{{{nombre}}}]] | ||
| {{{descripcion}}} | |style="vertical-align: top" | {{{descripcion}}} | ||
|- | |- | ||
| '''Requirements:''' {{{requirements|N/A}}} | |style="vertical-align: top; height: 10px" | '''Requirements:''' {{{requirements|N/A}}} | ||
|- | |- | ||
| '''Triggering:''' {{{triggering| | |style="vertical-align: top; height: 10px" | '''Triggering:''' {{{triggering|''Coming soon!''}}} | ||
|} | |} | ||
</div> | </div> | ||
| Line 16: | Line 16: | ||
"params": { | "params": { | ||
"nombre": { | "nombre": { | ||
"label": "Name", | "label": { | ||
"en": "Name", | |||
"es": "Nombre" | |||
}, | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"archivo": { | "archivo": { | ||
"label": "Image", | "label": { | ||
"en": "Image", | |||
"es": "Imagen" | |||
}, | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"descripcion": { | "descripcion": { | ||
"label": "Description", | "label": { | ||
"en": "Description", | |||
"es": "Descripcion" | |||
}, | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"requirements": { | "requirements": { | ||
"label": "Requirements", | "label": { | ||
"en": "Requirements", | |||
"es": "Requisitos" | |||
}, | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"triggering": { | "triggering": { | ||
"label": "Triggering", | "label": { | ||
"en": "Triggering", | |||
"es": "Activación" | |||
}, | |||
"type": "string" | "type": "string" | ||
} | } | ||
Latest revision as of 21:37, 1 October 2025
| {{{nombre}}} | |
|---|---|
| [[File:{{{archivo}}}.webp|alt={{{nombre}}}|250px|{{{nombre}}}]] | {{{descripcion}}} |
| Requirements: N/A | |
| Triggering: Coming soon! | |
Template para mostrar encuentros casuales en el juego
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | nombre | no description | String | required |
| Image | archivo | no description | String | required |
| Description | descripcion | no description | String | required |
| Requirements | requirements | no description | String | optional |
| Triggering | triggering | no description | String | optional |
