Template: Encounter: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div id="{{{ | <div id="{{{archivo}}}"> | ||
{| style="width:100%; background-color: #f8f9fa; color: #202122; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse;" | | |||
!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|alt={{{nombre}}}|250px|{{{nombre}}}]] | |||
|style="vertical-align: top" | {{{descripcion}}} | |||
|- | |||
|style="vertical-align: top" | '''Requirements:''' {{{requirements|N/A}}} | |||
|- | |||
|style="vertical-align: top" | '''Triggering:''' {{{triggering|N/A}}} | |||
|}</div> | |||
</div> | |||
<noinclude> | <noinclude> | ||
Revision as of 21:14, 1 October 2025
| {{{nombre}}} | |
|---|---|
| [[File:{{{archivo}}}.webp|alt={{{nombre}}}|250px|{{{nombre}}}]] | {{{descripcion}}} |
| Requirements: N/A | |
| Triggering: N/A | |
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 |
