Difference between revisions of "Template:SecondaryEventsMP"
Jump to navigation
Jump to search
>Caledor92 (testing if a slightly smaller size increases the chance to have 2 in a row) |
>Caledor92 |
||
| Line 1: | Line 1: | ||
<noinclude>{{Doc}}[[Category:Templates]]</noinclude><includeonly>{{#css: | <noinclude>{{Doc}}[[Category:Templates]]</noinclude><includeonly>{{#css: | ||
| − | @media screen and (min-width: | + | @media screen and (min-width: 450px) { |
.SecondaryEventsMP img { | .SecondaryEventsMP img { | ||
| − | width: | + | width: 250px; |
height: auto; | height: auto; | ||
} | } | ||
} | } | ||
| − | @media screen and (max-width: | + | @media screen and (max-width: 449px) { |
.SecondaryEventsMP img { | .SecondaryEventsMP img { | ||
width: 100%; | width: 100%; | ||
Revision as of 05:25, 15 January 2020
(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: 450px) { .SecondaryEventsMP img { width: 250px; height: auto; } } @media screen and (max-width: 449px) { .SecondaryEventsMP img { width: 100%; height: auto; } }
}}{{SecondaryEventsMP
|Name=Imperial Onslaught Double Drops (Wind, Water,Shadow)
|ImageFile=Banner Top The Imperial Onslaught Event Details.png
|PageLink=Event Quests#Imperial Onslaught
|OfficialLink=https://dragalialost.com/en/news/detail/1181
|StartDate=1-1-2020 06:00 UTC
|EndDate=1-1-2030 05:59:59 UTC
}}
