Template:WeeklyBoost: Difference between revisions

From Ephinea PSO Wiki
(Same width columns)
(Format template)
Line 1: Line 1:
<table style="clear:right; float:right" class="psoBackground psoStyle" align="center">
<table style="clear:right; float:right" class="psoBackground psoStyle" align="center">
<th colspan="2" align="center" class="psoHeader psoStyle" style="width: 100%; padding-bottom:3px;">Weekly Boost{{#ifeq:{{{All|}}}|on|s|}}</th>
{{#if:{{{1|}}}|
<tr>
<tr>
<th colspan="2">{{{1}}}</th>
<th colspan="2" align="center" class="psoHeader psoStyle" style="width: 100%; padding-bottom:3px;">Weekly Boost{{#ifeq:{{{All|}}}|on|s|}}</th>
</tr>
</tr>
{{#if:{{{1|}}}|
<tr>
<th colspan="2">{{{1}}}</th>
</tr>
}}
}}
<tr>
<tr>
<td width="50%" class="{{#ifexpr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}) mod 4)=0 or {{#ifeq:{{{All|}}}|on|1|0}}=1|classCanUse|classCannotUse}} topLeft">Experience +50%</td>
<td width="50%" class="{{#ifexpr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}) mod 4)=0 or {{#ifeq:{{{All|}}}|on|1|0}}=1|classCanUse|classCannotUse}} topLeft">Experience +50%</td>
<td width="50%" class="{{#ifexpr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}) mod 4)=2 or {{#ifeq:{{{All|}}}|on|1|0}}=1|classCanUse|classCannotUse}} topRight">Rare Monster +50%</td>
<td width="50%" class="{{#ifexpr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}) mod 4)=2 or {{#ifeq:{{{All|}}}|on|1|0}}=1|classCanUse|classCannotUse}} topRight">Rare Monster +50%</td>
</tr>
</tr>
<tr>
<tr>
<td class="{{#ifexpr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}) mod 4)=1 or {{#ifeq:{{{All|}}}|on|1|0}}=1|classCanUse|classCannotUse}} bottomLeft">Drop All Rate +25%</td>
<td class="{{#ifexpr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}) mod 4)=1 or {{#ifeq:{{{All|}}}|on|1|0}}=1|classCanUse|classCannotUse}} bottomLeft">Drop All Rate +25%</td>
<td class="{{#ifexpr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}) mod 4)=3 or {{#ifeq:{{{All|}}}|on|1|0}}=1|classCanUse|classCannotUse}} bottomRight">Rare Drop Rate +25%</td>
<td class="{{#ifexpr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}) mod 4)=3 or {{#ifeq:{{{All|}}}|on|1|0}}=1|classCanUse|classCannotUse}} bottomRight">Rare Drop Rate +25%</td>
{{#if:{{{2|}}}|
{{#if:{{{2|}}}|
<tr>
<tr>
<th colspan="2">{{{2}}}</th>
<th colspan="2">{{{2}}}</th>
</tr>
</tr>
}}
}}
</tr>
</tr>
{{#ifeq: {{{All|}}}|off|
{{#ifeq: {{{All|}}}|off|
<tr>
<tr>
<th colspan="2">Changes Sunday 00:00 UTC</th>
<th colspan="2">Changes Sunday 00:00 UTC</th>
</tr>
</tr>
<tr>
<tr>
<th colspan="2">
<th colspan="2">
{{#switch: {{#expr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}+1) mod 4)}}
{{#switch: {{#expr:(({{CURRENTWEEK}}+{{#ifexpr:{{CURRENTDOW}}=0|1|0}}+1) mod 4)}}
|0 = Next Boost: Experience
|0 = Next Boost: Experience
|1 = Next Boost: Drop All Rate
|1 = Next Boost: Drop All Rate
|2 = Next Boost: Rare Monster
|2 = Next Boost: Rare Monster
|3 = Next Boost: Rare Drop Rate
|3 = Next Boost: Rare Drop Rate
}}</th></tr>
}}
</th>
</tr>
}}
}}
</table><noinclude>
</table><noinclude>

Revision as of 17:01, 12 January 2022

Weekly Boost
Experience +50% Rare Monster +50%
Drop All Rate +25% Rare Drop Rate +25%

Usage

This template is meant to be semi-automatic, only adjusted where it is transcluded (such as the Main Page) on occasions such as events or holidays.
As of this writing, a switch to enable all boosts is offered as well as two optional rows as numbered/unnamed parameters for event/holiday text.
Said occasions should be conveniently commented within the template transclusion to save time and uncommented/recommented as necessary.

Examples

Weekly Boost
Experience +50% Rare Monster +50%
Drop All Rate +25% Rare Drop Rate +25%
Changes Sunday 00:00 UTC

Next Boost: Rare Drop Rate

{{WeeklyBoost
|All=off
<!-- |All=on-->

<!-- Event Texts -->
<!-- |Halloween Event -->
<!-- |Christmas Event (Doubled) -->

<!-- Holiday Texts -->
<!-- |Christmas Eve/Day (All) -->
<!-- |New Year's Eve/Day (All) -->
}}
Weekly Boosts
Christmas Event (Doubled)
Experience +50% Rare Monster +50%
Drop All Rate +25% Rare Drop Rate +25%
New Year's Eve/Day (All)
{{WeeklyBoost
<!-- |All=off -->
|All=on

<!-- Event Texts -->
<!-- |Halloween Event -->
|Christmas Event (Doubled)

<!-- Holiday Texts -->
<!-- |Christmas Eve/Day (All) -->
|New Year's Eve/Day (All)
}}