Difference between revisions of "Template:Event points table"

From mtgpq wiki
Jump to: navigation, search
(Created page with "<noinclude> ==Usage== Generates a table showing times, charges, and possible points for an event. Parameters are: * event: The name of the event. This is used to extract inf...")
 
Line 55: Line 55:
 
! Bonus
 
! Bonus
 
! Total
 
! Total
|-
+
|- <!--
{{#ifexpr: 1 >= {{Event data: {{{event}}}|8}} and 1 < {{{total_hours}}} / {{#explode:{{Event data: {{{event}}}|10}}|h|0}} + {{Event data: {{{event}}}|8}}|<br><!--
+
-->{{#ifexpr: 1 >= {{Event data: {{{event}}}|8}} and 1 < {{{total_hours}}} / {{#explode:{{Event data: {{{event}}}|10}}|h|0}} + {{Event data: {{{event}}}|8}}|<br><!--
 
-->{{Event points table row|event={{{event}}}|charges=1|start_hour={{{start_hour}}}|total_hours={{{total_hours}}}|base_1={{{base_1}}}|bonus_1={{{bonus_1}}}|base_2={{{base_2|}}}|bonus_2={{{bonus_2|}}}|base_3={{{base_3|}}}|bonus_3={{{bonus_3|}}}}}}}<!--
 
-->{{Event points table row|event={{{event}}}|charges=1|start_hour={{{start_hour}}}|total_hours={{{total_hours}}}|base_1={{{base_1}}}|bonus_1={{{bonus_1}}}|base_2={{{base_2|}}}|bonus_2={{{bonus_2|}}}|base_3={{{base_3|}}}|bonus_3={{{bonus_3|}}}}}}}<!--
  

Revision as of 05:12, 1 March 2019

Usage

Generates a table showing times, charges, and possible points for an event.

Parameters are:

  • event: The name of the event. This is used to extract information about charges from the event's data template.
  • start_hour: The hour (0-23) on which event starts, in PDT
  • 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
|event=A World Reborn
|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:

Total Possible Points
Number of charges Possible points Time elapsed Time in UTC
Base Bonus Total
(Initial charges) 30 20 50 -START- 1:00 PM
3 45 30 75 +8 Hrs 9:00 PM
4 60 40 100 +16 Hrs 5:00 AM
(Max charges reached)* 75 50 125 +24 Hrs 1:00 PM
6 90 60 150 +32 Hrs 9:00 PM
7 105 70 175 +40 Hrs 5:00 AM
8 120 80 200 +48 Hrs 1:00 PM
9 135 90 225 +56 Hrs 9:00 PM
10§ 150 100 250 +64 Hrs 5:00 AM
Event end 250 +70 Hrs 11:00 AM

* Maximum charges reached if you have not started playing yet.
§ 6 hours available to complete last charge.