Difference between revisions of "Template:Event points table row"

From mtgpq wiki
Jump to: navigation, search
(Created page with "<noinclude> ==Usage== Generates a row of a Template:Event points table. Parameters are: * event: The name of the event. This is used to extract information about charges...")
 
 
(10 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* event: The name of the event.  This is used to extract information about charges from the event's data template.
 
* event: The name of the event.  This is used to extract information about charges from the event's data template.
 
* charges: The number of charges for which to generate a row of the table.
 
* charges: The number of charges for which to generate a row of the table.
* start_hour: The hour (0-23) on which event starts, in PDT
+
* start_hour: The hour (0-23) on which event starts, in UTC
 
* total_hours: The total number of hours from the start time to the end time.  For events with unpredictable end times, like boss health events, this controls how many rows of the table to show, and does not indicate the actual end time.
 
* total_hours: The total number of hours from the start time to the end time.  For events with unpredictable end times, like boss health events, this controls how many rows of the table to show, and does not indicate the actual end time.
 
* base_1: The number of base points scorable on the first round of sub-nodes.
 
* base_1: The number of base points scorable on the first round of sub-nodes.
Line 50: Line 50:
 
</noinclude><includeonly>
 
</noinclude><includeonly>
 
|-
 
|-
| {{{charges}}}
+
| {{{charges}}}<!--
 +
-->{{#ifeq:{{{charges}}}|{{Event data: {{{event}}}|8}}|&nbsp;<small>'''''(Initial charges)'''''</small>}}<!--
 +
-->{{#ifeq:{{{charges}}}|{{Event data: {{{event}}}|9}}|&nbsp;<small>'''''(Max charges reached)'''''</small>*}}<!--
 +
-->{{#ifexpr:({{{charges}}} - {{Event data: {{{event}}}|8}} + 1) * {{#explode:{{Event data: {{{event}}}|10}}|h|0}} > {{{total_hours}}}|<sup>§</sup>}}
 
| <!-- Base points:
 
| <!-- Base points:
 
     floor((subnodes - 1 + charges) / subnodes) * base_1
 
     floor((subnodes - 1 + charges) / subnodes) * base_1
Line 57: Line 60:
 
--> {{#expr:
 
--> {{#expr:
 
floor(({{Event data: {{{event}}}|7}} - 1 + {{{charges}}}) / {{Event data: {{{event}}}|7}}) * {{{base_1}}}
 
floor(({{Event data: {{{event}}}|7}} - 1 + {{{charges}}}) / {{Event data: {{{event}}}|7}}) * {{{base_1}}}
{{#if: {{#expr: {{Event data: {{{event}}}|7}} > 1}}|
+
{{#ifexpr: {{Event data: {{{event}}}|7}} > 1|
 
+ floor(({{Event data: {{{event}}}|7}} - 2 + {{{charges}}}) / {{Event data: {{{event}}}|7}}) * {{{base_2}}}}}
 
+ floor(({{Event data: {{{event}}}|7}} - 2 + {{{charges}}}) / {{Event data: {{{event}}}|7}}) * {{{base_2}}}}}
{{#if: {{#expr: {{Event data: {{{event}}}|7}} > 2}}|
+
{{#ifexpr: {{Event data: {{{event}}}|7}} > 2|
+ floor(({{Event data: {{{event}}}|7}} - 3 + {{{charges}}}) / {{Event data: {{{event}}}|7}}) * {{{base_3}}}}}  
+
+ floor(({{Event data: {{{event}}}|7}} - 3 + {{{charges}}}) / {{Event data: {{{event}}}|7}}) * {{{base_3}}}}}
 
}}
 
}}
 
| <!-- Bonus points:
 
| <!-- Bonus points:
Line 69: Line 72:
 
floor(({{Event data: {{{event}}}|7}} - 1 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
floor(({{Event data: {{{event}}}|7}} - 1 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
* {{{bonus_1}}}
 
* {{{bonus_1}}}
{{#if: {{#expr: {{Event data: {{{event}}}|7}} > 1}}|
+
{{#ifexpr: {{Event data: {{{event}}}|7}} > 1|
 
+ floor(({{Event data: {{{event}}}|7}} - 2 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
+ floor(({{Event data: {{{event}}}|7}} - 2 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
* {{{bonus_2}}}}}
 
* {{{bonus_2}}}}}
{{#if: {{#expr: {{Event data: {{{event}}}|7}} > 2}}|
+
{{#ifexpr: {{Event data: {{{event}}}|7}} > 2|
 
+ floor(({{Event data: {{{event}}}|7}} - 3 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
+ floor(({{Event data: {{{event}}}|7}} - 3 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
* {{{bonus_3}}}}}  
+
* {{{bonus_3}}}}}
 
}}
 
}}
 
| <!-- Total points:
 
| <!-- Total points:
Line 83: Line 86:
 
floor(({{Event data: {{{event}}}|7}} - 1 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
floor(({{Event data: {{{event}}}|7}} - 1 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
* ({{{base_1}}} + {{{bonus_1}}})
 
* ({{{base_1}}} + {{{bonus_1}}})
{{#if: {{#expr: {{Event data: {{{event}}}|7}} > 1}}|
+
{{#ifexpr: {{Event data: {{{event}}}|7}} > 1|
 
+ floor(({{Event data: {{{event}}}|7}} - 2 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
+ floor(({{Event data: {{{event}}}|7}} - 2 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
* ({{{base_2}}} + {{{bonus_2}}})}}
 
* ({{{base_2}}} + {{{bonus_2}}})}}
{{#if: {{#expr: {{Event data: {{{event}}}|7}} > 2}}|
+
{{#ifexpr: {{Event data: {{{event}}}|7}} > 2|
 
+ floor(({{Event data: {{{event}}}|7}} - 3 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
 
+ floor(({{Event data: {{{event}}}|7}} - 3 + {{{charges}}}) / {{Event data: {{{event}}}|7}})
* ({{{base_3}}} + {{{bonus_3}}})}}  
+
* ({{{base_3}}} + {{{bonus_3}}})}}
 
}}
 
}}
 
| <!-- Hours elapsed:  (charges - charges_initial) * recharge_time
 
| <!-- Hours elapsed:  (charges - charges_initial) * recharge_time
Line 95: Line 98:
 
}} Hrs}}
 
}} Hrs}}
 
| <!-- Time PDT: (start_hour + recharge_time * (charges - charges_initial)) % 24
 
| <!-- Time PDT: (start_hour + recharge_time * (charges - charges_initial)) % 24
-->{{#expr:
+
-->{{Hours_formatted|{{#expr:
({{{start_hour}}} + {{#explode:{{Event data: {{{event}}}|10}}|h|0}}
+
{{{start_hour}}} + {{#explode:{{Event data: {{{event}}}|10}}|h|0}}
 
* ({{{charges}}} - {{Event data: {{{event}}}|8}})
 
* ({{{charges}}} - {{Event data: {{{event}}}|8}})
) mod 24 }}:00
+
}}}}</includeonly>
</includeonly>
 

Latest revision as of 03:36, 27 October 2019

Usage

Generates a row of a Template:Event points table.

Parameters are:

  • event: The name of the event. This is used to extract information about charges from the event's data template.
  • charges: The number of charges for which to generate a row of the table.
  • start_hour: The hour (0-23) on which event starts, in UTC
  • total_hours: The total number of hours from the start time to the end time. For events with unpredictable end times, like boss health events, this controls how many rows of the table to show, and does not indicate the actual end time.
  • base_1: The number of base points scorable on the first round of sub-nodes.
  • bonus_1: The number of bonus points scorable on the first round of sub-nodes.
  • base_2: The number of base points scorable on the second round of sub-nodes. Must be present if there are at least 2 sub-nodes.
  • bonus_2: The number of bonus points scorable on the second round of sub-nodes. Must be present if there are at least 2 sub-nodes.
  • base_3: The number of base points scorable on the third round of sub-nodes. Must be present if there are at least 3 sub-nodes.
  • bonus_3: The number of bonus points scorable on the third round of sub-nodes. Must be present if there are at least 3 sub-nodes.


Example

The following shorthand:

{{Event points table row
|event=A World Reborn
|charges=3
|start_hour=13
|total_hours=70
|base_1=15
|bonus_1=10
|base_2=15
|bonus_2=10
|base_3=15
|bonus_3=10
}}

Produces:

|- | 3 | 45 | 30 | 75 | +8 Hrs | 9:00 PM