Template: Infobox Event: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
!colspan="2" | [[File:{{{image}}}|300px]] | !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:{{{main_character|}}}|{{Infobox cell|Main | {{#if:{{{characters|}}}|{{Infobox cell|Other|{{{characters}}}}}|}} | ||
{{#if:{{{ | |||
|- | |- | ||
|} | |} | ||
[[Category:Events]] | [[Category:Events]] | ||
| Line 52: | Line 48: | ||
"released": { | "released": { | ||
"label": "Released", | "label": "Released", | ||
"type": "string" | |||
}, | |||
"main_character": { | |||
"label": "Main Character", | |||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 59: | 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 |
