Template: Infobox Event: Difference between revisions
No edit summary |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| style="width: | {| style="width:300px; font-size: 95%; border:1px solid #eaecf0; background-color:#f8f9fa; box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); color:black; margin-bottom:0.5em; margin-left:1em; padding:10px; float:right; clear:right; text-align: left;" | ||
!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 40: | Line 38: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "difficulty": { | ||
"label": { | "label": { | ||
" | "en": "Difficulty", | ||
" | "es": "Dificultad" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "released": { | ||
"label": " | "label": "Released", | ||
"type": "string", | "type": "string" | ||
" | }, | ||
"main_character": { | |||
"label": "Main Character", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 58: | Line 59: | ||
"name", | "name", | ||
"image", | "image", | ||
" | "released", | ||
" | "main_character", | ||
"difficulty" | "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 |
