Difference between revisions of "Template:Elemental Rumble"
From Dungeon Defenders 2 Wiki
(Created page with "<div style="flex: 0 0 50%;"> {| |<span style="font-size:20px;color:orange;">Rumble Tier: </span><!--- ---><span style="font-size:15px;">{{#switch: {{{ 1 | {{{tier|}}} }}}...") |
(Added next weeks element) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<noinclude> | <noinclude> | ||
− | === | + | '''Current date/time:''' {{#time:Y-m-d H:i:s}} <br> |
− | {| | + | '''Current ISO week number:''' {{#time:W}} <br> |
− | ! | + | '''Day of year:''' {{#time:z}} <br> |
+ | '''Day of week (1 = Monday):''' {{#time:N}} <br> | ||
+ | |||
+ | This template displays the weekly element that's on rotation for Elemental Rumble based on the ISO week number (168-hour cycle). | ||
+ | |||
+ | Usage: | ||
+ | <code><nowiki>{{Elemental Rumble}}</nowiki></code> | ||
+ | |||
+ | Rotation schedule: | ||
+ | * Week 1 → [[File:Water Week.gif|150px]] | ||
+ | * Week 2 → [[File:Storm Week.gif|150px]] | ||
+ | * Week 3 → [[File:Earth Week.gif|150px]] | ||
+ | * Week 4 → [[File:Fire Week.gif|150px]] | ||
+ | |||
+ | == Example == | ||
+ | |||
+ | {| class="wikitable" style="width:100%; text-align:center;" | ||
+ | ! style="width: 50%; font-size: 120%;" | Wiki Text | ||
+ | ! style="width: 50%; font-size: 120%;" | Result | ||
|- | |- | ||
− | | | + | | <code><nowiki>{{Elemental Rumble}}</nowiki></code> |
− | | | + | | {{Elemental Rumble}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | + | </noinclude> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <includeonly> | |
− | + | <!-- Elemental Rumble Weekly Rotation (ISO week mod 4 with +3 offset) --> | |
− | + | <div style="text-align:center;"> | |
− | |||
− | |||
− | |||
− | |||
− | + | {| class="wikitable" style="width:100%;" | |
− | + | ! style="width: 50%; font-size: 150%;" | Current Weekly Element: | |
− | + | ! style="width: 50%; font-size: 150%;" | Next Weekly Element: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | {{#switch: {{#expr: ({{#time:W}} + 3) mod 4 }} |
− | + | | 0 = [[File:Water Week.gif|300px]] | |
− | + | | 1 = [[File:Storm Week.gif|300px]] | |
− | + | | 2 = [[File:Earth Week.gif|300px]] | |
− | + | | 3 = [[File:Fire Week.gif|300px]] | |
− | + | | #default = [[File:Water Week.gif|300px]] | |
− | + | }} | |
− | + | | {{#switch: {{#expr: ({{#time:W}} + 4) mod 4 }} | |
− | + | | 0 = [[File:Water Week.gif|300px]] | |
− | + | | 1 = [[File:Storm Week.gif|300px]] | |
− | + | | 2 = [[File:Earth Week.gif|300px]] | |
+ | | 3 = [[File:Fire Week.gif|300px]] | ||
+ | | #default = [[File:Water Week.gif|300px]] | ||
+ | }} | ||
+ | |} | ||
− | |||
− | |||
</div> | </div> | ||
− | + | </includeonly> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ |
Latest revision as of 16:05, 2 April 2025
Current date/time: 2025-04-02 20:05:54
Current ISO week number: 14
Day of year: 91
Day of week (1 = Monday): 3
This template displays the weekly element that's on rotation for Elemental Rumble based on the ISO week number (168-hour cycle).
Usage:
{{Elemental Rumble}}
Rotation schedule:
Example
Wiki Text | Result |
---|---|
{{Elemental Rumble}}
|
|