Template: Infobox location: Difference between revisions
(Created page with "<includeonly> {| style="width:260px; font-size: 90%; 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:0.2em; float:right; clear:right; text-align: left;" !style="text-align: center; background-color:#ffb555;" colspan="2" | <span style="font-size: 1.25em;"><strong>{{{name}}}<strong><span> |- !colspan="2" | [[File:{{{image}}}|260px]] |- ! Schedule | {{{schedule}}} |- !...") |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| style="width:260px; font-size: | {| style="width:260px; 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:#ffb555;" colspan="2" | <span style="font-size: 1. | !style="text-align: center; background-color:#ffb555; padding:5px;" colspan="2" | <span style="font-size: 1.2rem;"><strong>{{{name}}}<strong><span> | ||
|- | |- | ||
!colspan="2" | [[File:{{{image}}}|260px]] | !colspan="2" | [[File:{{{image}}}|260px]] | ||
|- | |- | ||
! Schedule | ! style="vertical-align: top; padding:3px 5px 3px 10px" | Schedule | ||
| {{{schedule}}} | | style="text-align: right; padding:3px 10px 3px 5px"| {{{schedule}}} | ||
|- | |- | ||
! Characters | ! style="vertical-align: top; padding:3px 5px 3px 10px" | Characters | ||
| {{{characters}}} | | style="text-align: right; padding:3px 10px 3px 5px"| {{{characters}}} | ||
|- | |- | ||
! | |} | ||
| {{{ | {| style="width:260px; 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;" colspan="2" | <span style="font-size: 1.00em;">Map location<span> | |||
|- | |||
!colspan="2" | [[File:{{{map_location}}}|class=notpageimage|260px]] | |||
|- | |- | ||
|} | |} | ||
Line 34: | Line 37: | ||
"es": "Personajes", | "es": "Personajes", | ||
"en": "Characters" | "en": "Characters" | ||
}, | }, | ||
"type": "string" | "type": "string" | ||
Line 54: | Line 50: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"map_location": { | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 62: | Line 62: | ||
"schedule", | "schedule", | ||
"characters", | "characters", | ||
" | "map_location" | ||
], | ], | ||
"format": "inline" | "format": "inline" |
Latest revision as of 13:23, 26 December 2023
Templates for locations
Parameter | Description | Type | Status | |
---|---|---|---|---|
Nombre | name | no description | String | required |
image | image | no description | String | optional |
Schedule | schedule | no description | String | required |
Characters | characters | no description | String | optional |
map_location | map_location | no description | String | suggested |