Template: Infobox Event: Difference between revisions
No edit summary |
No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
!style="text-align: center; background-color:#4c88ef; color: #ffffff; padding:5px;" colspan="2" | <span style="font-size: 1.2rem;"><strong>{{{name}}}<strong><span> | !style="text-align: center; background-color:#4c88ef; color: #ffffff; padding:5px;" colspan="2" | <span style="font-size: 1.2rem;"><strong>{{{name}}}<strong><span> | ||
|- | |- | ||
!colspan="2" | [[File:{{{image}}}| | !colspan="2" | [[File:{{{image}}}|300px]] | ||
|- | |- | ||
{{#if:{{{released|}}}|{{Infobox cell|Released|{{{released}}}}}|}} | |||
! style="vertical-align: top; padding:3px 10px" | Difficulty | ! style="vertical-align: top; padding:3px 10px" | Difficulty | ||
| style="text-align: right; padding:3px 10px"| {{{difficulty}}} | | style="text-align: right; padding:3px 10px"| {{{difficulty}}} | ||
|- | |- | ||
{{#if:{{{main_character|}}}|{{Infobox cell|Main|{{{main_character}}}}}|}} | |||
| | {{#if:{{{characters|}}}|{{Infobox cell|Other|{{{characters}}}}}|}} | ||
|- | |- | ||
|} | |} | ||
| Line 44: | Line 45: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"released": { | |||
"label": "Released", | |||
"type": "string" | |||
}, | |||
"main_character": { | |||
"label": "Main Character", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 50: | Line 59: | ||
"name", | "name", | ||
"image", | "image", | ||
" | "released", | ||
"difficulty" | "main_character", | ||
"difficulty", | |||
"characters" | |||
], | ], | ||
"format": "inline" | "format": "inline" | ||
Latest revision as of 13:32, 9 January 2026
Templates for locations
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Nombre | name | no description | String | required |
| image | image | no description | String | optional |
| Released | released | no description | String | optional |
| Main Character | main_character | no description | String | optional |
| Difficulty | difficulty | no description | String | required |
| Characters | characters | no description | String | optional |
