Difference between revisions of "Template:Schedule week cell"

From mtgpq wiki
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
The '''Schedule week cell''' template formats a cell in a '''Schedule week row''', representing an event running over one or more days.
+
== Usage ==
 +
Three templates work together to create a weekly event schedule, starting on a Sunday:
 +
* [[Template:Schedule week header]] generates the header of the table.
 +
* [[Template:Schedule week row]] generates a row in the table.
 +
* [[Template:Schedule week cell]] is invoked by [[Template:Schedule week row]] to generates a cell in the table representing an event instance.
  
The first parameter is the full name of the event.
+
This template formats a single cell in a '''Schedule week row''', representing a single instance of an event running over one or more days.  There are two parameters:
 
+
* The first parameter is the full name of the event.
The second parameter is the number of columns spanned.
+
* The second parameter is the number of columns (days) spanned by the event.
  
 
== Example ==
 
== Example ==
Line 11: Line 15:
 
The following shorthand:
 
The following shorthand:
 
<pre><nowiki>
 
<pre><nowiki>
 +
{|
 +
| {{Schedule week cell|Hour of Revelation|2}}
 +
|}
 +
 
{{Schedule week header|February|24|25|26|27|28|1|2}}
 
{{Schedule week header|February|24|25|26|27|28|1|2}}
{{Schedule week row|pre=pvp,5|Rising Tensions|2,1|3,1|4,1|5,1|6,1}}
+
{{Schedule week row|pre=pvp,5|Rising Tensions             |2,1|3,1|4,1|5,1|6,1}}
{{Schedule week row|Training Grounds|1,1|2,1|3,1|4,1|5,1|6,1|7,1}}
+
{{Schedule week row|         Training Grounds             |1,1|2,1|3,1|4,1|5,1|6,1|7,1}}
{{Schedule week row|Trial of the Planes|2,1|3,1|4,1|5,1|6,1}}
+
{{Schedule week row|         Trial of the Planes         |2,1|3,1|4,1|5,1|6,1}}
{{Schedule week row|Hour of Revelation|1,2}}
+
{{Schedule week row|         Hour of Revelation           |1,2}}
{{Schedule week row|Terrors in the Shadows|2,3}}
+
{{Schedule week row|         Terrors in the Shadows       |2,3}}
 
{{Schedule week row|pre=pve,4|Oath of the Gatewatch: Part 1|3,3}}
 
{{Schedule week row|pre=pve,4|Oath of the Gatewatch: Part 1|3,3}}
{{Schedule week row|Oath of the Gatewatch: Part 2|5,3}}
+
{{Schedule week row|         Oath of the Gatewatch: Part 2|5,3}}
{{Schedule week row|Return of the God-Pharaoh|6,2}}
+
{{Schedule week row|         Return of the God-Pharaoh   |6,2}}
{{Schedule week row|Tour de Ravnica|1,1}}
+
{{Schedule week row|         Tour de Ravnica             |1,1}}
 
|}
 
|}
 
</nowiki></pre>
 
</nowiki></pre>
  
 
Produces:
 
Produces:
 +
{|
 +
| {{Schedule week cell|Hour of Revelation|2}}
 +
|}
 +
 
{{Schedule week header|February|24|25|26|27|28|1|2}}
 
{{Schedule week header|February|24|25|26|27|28|1|2}}
{{Schedule week row|pre=pvp,5|Rising Tensions|2,1|3,1|4,1|5,1|6,1}}
+
{{Schedule week row|pre=pvp,5|Rising Tensions             |2,1|3,1|4,1|5,1|6,1}}
{{Schedule week row|Training Grounds|1,1|2,1|3,1|4,1|5,1|6,1|7,1}}
+
{{Schedule week row|         Training Grounds             |1,1|2,1|3,1|4,1|5,1|6,1|7,1}}
{{Schedule week row|Trial of the Planes|2,1|3,1|4,1|5,1|6,1}}
+
{{Schedule week row|         Trial of the Planes         |2,1|3,1|4,1|5,1|6,1}}
{{Schedule week row|Hour of Revelation|1,2}}
+
{{Schedule week row|         Hour of Revelation           |1,2}}
{{Schedule week row|Terrors in the Shadows|2,3}}
+
{{Schedule week row|         Terrors in the Shadows       |2,3}}
 
{{Schedule week row|pre=pve,4|Oath of the Gatewatch: Part 1|3,3}}
 
{{Schedule week row|pre=pve,4|Oath of the Gatewatch: Part 1|3,3}}
{{Schedule week row|Oath of the Gatewatch: Part 2|5,3}}
+
{{Schedule week row|         Oath of the Gatewatch: Part 2|5,3}}
{{Schedule week row|Return of the God-Pharaoh|6,2}}
+
{{Schedule week row|         Return of the God-Pharaoh   |6,2}}
{{Schedule week row|Tour de Ravnica|1,1}}
+
{{Schedule week row|         Tour de Ravnica             |1,1}}
 
|}
 
|}
  
Line 42: Line 54:
 
-->border:1px solid black; text-align:center; background-color:#<!--
 
-->border:1px solid black; text-align:center; background-color:#<!--
 
-->{{#if:{{#pos:{{Event data: {{{1}}}|3}}|pvp}}|a9d08e|9bc2e6}};" | <!--
 
-->{{#if:{{#pos:{{Event data: {{{1}}}|3}}|pvp}}|a9d08e|9bc2e6}};" | <!--
 
--><!--
 
  
 
-->[[{{{1}}}|{{#if: {{#pos:{{Event data: {{{1}}}|4}}|coalition}}|<!--
 
-->[[{{{1}}}|{{#if: {{#pos:{{Event data: {{{1}}}|4}}|coalition}}|<!--
--><small>'''''{{#ifeq:{{{2}}}|1|Coal.|Coalition}}'''''</small>]]|<!--
+
--><small>'''''{{#ifeq:{{{2}}}|1|Coal.|Coalition}}'''<!--
 +
-->{{#if:{{#pos:{{Event data: {{{1}}}|11}}|boss_hp}}|<!--
 +
-->{{#switch:{{{2}}}|1=|2=|3=&nbsp;(boss)|&nbsp;(boss health)}} }}''</small>]]|<!--
 
-->{{#invoke:String|rep|&nbsp;|{{#expr:7 * {{{2}}}}}}}]]}}<!--
 
-->{{#invoke:String|rep|&nbsp;|{{#expr:7 * {{{2}}}}}}}]]}}<!--
  
 
--></includeonly>
 
--></includeonly>

Revision as of 03:20, 3 March 2019

Usage

Usage

Three templates work together to create a weekly event schedule, starting on a Sunday:

This template formats a single cell in a Schedule week row, representing a single instance of an event running over one or more days. There are two parameters:

  • The first parameter is the full name of the event.
  • The second parameter is the number of columns (days) spanned by the event.

Example

The following shorthand:

{|
| {{Schedule week cell|Hour of Revelation|2}}
|}

{{Schedule week header|February|24|25|26|27|28|1|2}}
{{Schedule week row|pre=pvp,5|Rising Tensions              |2,1|3,1|4,1|5,1|6,1}}
{{Schedule week row|          Training Grounds             |1,1|2,1|3,1|4,1|5,1|6,1|7,1}}
{{Schedule week row|          Trial of the Planes          |2,1|3,1|4,1|5,1|6,1}}
{{Schedule week row|          Hour of Revelation           |1,2}}
{{Schedule week row|          Terrors in the Shadows       |2,3}}
{{Schedule week row|pre=pve,4|Oath of the Gatewatch: Part 1|3,3}}
{{Schedule week row|          Oath of the Gatewatch: Part 2|5,3}}
{{Schedule week row|          Return of the God-Pharaoh    |6,2}}
{{Schedule week row|          Tour de Ravnica              |1,1}}
|}

Produces:

Coalition


Event schedule
24th February 25
February March
24 25 26 27 28 1 2
Sun Mon Tue Wed Thu Fri Sat
PvP
PvP
 RT Legacy   Progression rewardsReward-blank.pngReward-blank.png

     
     
     
     
     
 TG Legacy   Progression rewardsReward-blank.pngReward-blank.png
     
     
     
     
     
     
     
 TotP Legacy   Progression rewardsReward-blank.pngReward-blank.png

     
     
     
     
     
 HoR Legacy   Progression rewardsPlacement rewardsCoalition rewards
Coalition




 TiS Legacy   Progression rewardsPlacement rewardsReward-blank.png

                   


PvE
PvE
 OGW:1 Legacy   Progression rewardsReward-blank.pngReward-blank.png


                   

 OGW:2 Legacy   Progression rewardsReward-blank.pngReward-blank.png




                   
 RGP Legacy   Progression rewardsReward-blank.pngCoalition rewards





Coalition
 TdR Legacy   Progression rewardsReward-blank.pngReward-blank.png