Difference between revisions of "Template:SecondaryEventsMP"
Jump to navigation
Jump to search
>Canim44 (Updated to display OfficialLink (if provided)) |
>Eave (adding some docs) |
||
| Line 1: | Line 1: | ||
| − | <noinclude>(Secondary Events Main Page) - Parses secondary events cargo field into a formatted banner, used on the [[Main Page]]. [[Category:Templates]]</noinclude><includeonly>{{#css: | + | <noinclude>{{doc/start}} |
| + | (Secondary Events Main Page) - Parses secondary events cargo field into a formatted banner, used on the [[Main Page]]. | ||
| + | |||
| + | ==Usage== | ||
| + | <pre> | ||
| + | {{SecondaryEventsMP | ||
| + | |Name = | ||
| + | |ImageFile = | ||
| + | |PageLink = | ||
| + | |OfficialLink = // Link to official Dragalia Lost News article | ||
| + | |StartDate = | ||
| + | |EndDate = | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | ==Examples== | ||
| + | {{SecondaryEventsMP | ||
| + | |Name = Jupiter's Trial Double Drops | ||
| + | |ImageFile = Banner Top Jupiter's Trial Event Details.png | ||
| + | |PageLink = Jupiter's Trial | ||
| + | |OfficialLink = https://dragalialost.com/en/news/detail/10020 | ||
| + | |StartDate = 18-10-2019 06:00 UTC | ||
| + | |EndDate = 31-10-2029 05:59:59 UTC | ||
| + | }} | ||
| + | <pre> | ||
| + | {{SecondaryEventsMP | ||
| + | |Name = Jupiter's Trial Double Drops | ||
| + | |ImageFile = Banner Top Jupiter's Trial Event Details.png | ||
| + | |PageLink = Jupiter's Trial | ||
| + | |OfficialLink = https://dragalialost.com/en/news/detail/10020 | ||
| + | |StartDate = 18-10-2019 06:00 UTC | ||
| + | |EndDate = 31-10-2029 05:59:59 UTC | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | [[Category:Templates]] | ||
| + | </noinclude><includeonly>{{#css: | ||
@media screen and (min-width: 550px) { | @media screen and (min-width: 550px) { | ||
.SecondaryEventsMP img { | .SecondaryEventsMP img { | ||
Revision as of 05:12, 21 November 2019
(Secondary Events Main Page) - Parses secondary events cargo field into a formatted banner, used on the Main Page.
Usage
{{SecondaryEventsMP
|Name =
|ImageFile =
|PageLink =
|OfficialLink = // Link to official Dragalia Lost News article
|StartDate =
|EndDate =
}}
Examples
{{#css: @media screen and (min-width: 550px) { .SecondaryEventsMP img { width: 300px; height: auto; } } @media screen and (max-width: 549px) { .SecondaryEventsMP img { width: 100%; height: auto; } }
}}
Jupiter's Trial Double Drops [1]
Ends in:
{{SecondaryEventsMP
|Name = Jupiter's Trial Double Drops
|ImageFile = Banner Top Jupiter's Trial Event Details.png
|PageLink = Jupiter's Trial
|OfficialLink = https://dragalialost.com/en/news/detail/10020
|StartDate = 18-10-2019 06:00 UTC
|EndDate = 31-10-2029 05:59:59 UTC
}}