Difference between revisions of "Template:Schedule week row"
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Usage == | == 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. | ||
− | + | This template generates a single row of the table, including any prefix row showing a grouping of events. | |
− | * The type of the group | + | There is a single (optional) named parameter: |
− | * The number of rows over which the group extends. | + | * <code>pre:</code> Specify a group of rows. Use this parameter on the first row of the group. This parameter has a comma-separated pair of values: |
+ | ** The type of the group (e.g. "pvp" or "pve"). | ||
+ | ** The number of rows over which the group extends (e.g. "4"). | ||
− | The first unlabeled parameter is the full name of the event in the schedule. | + | There are up to 8 unlabeled parameters: |
− | + | * The first unlabeled parameter is the full name of the event in the schedule. | |
− | The 1 to 7 following unlabeled parameters are each a comma-separated list of two values, representing an instance of the event being run | + | * The 1 to 7 following unlabeled parameters are each a comma-separated list of two values, representing an instance of the event being run: |
− | * The first value is the first day of the week on which the event runs. | + | ** The first value is the first day of the week on which the event runs. |
− | * The second value is the number of days for which the event runs. | + | ** The second value is the number of days for which the event runs. |
== Example == | == Example == | ||
Line 17: | Line 22: | ||
The following shorthand: | The following shorthand: | ||
<pre><nowiki> | <pre><nowiki> | ||
+ | {| | ||
+ | {{Schedule week row|pre=pvp,5|Rising Tensions |2,1|3,1|4,1|5,1|6,1}} | ||
+ | |} | ||
+ | |||
{{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 row|pre=pvp,5|Rising Tensions |2,1|3,1|4,1|5,1|6,1}} | ||
+ | |} | ||
+ | |||
{{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, | + | {{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}} | ||
|} | |} | ||
Revision as of 03:10, 3 March 2019
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.
This template generates a single row of the table, including any prefix row showing a grouping of events. There is a single (optional) named parameter:
pre:
Specify a group of rows. Use this parameter on the first row of the group. This parameter has a comma-separated pair of values:- The type of the group (e.g. "pvp" or "pve").
- The number of rows over which the group extends (e.g. "4").
There are up to 8 unlabeled parameters:
- The first unlabeled parameter is the full name of the event in the schedule.
- The 1 to 7 following unlabeled parameters are each a comma-separated list of two values, representing an instance of the event being run:
- The first value is the first day of the week on which the event runs.
- The second value is the number of days for which the event runs.
Example
The following shorthand:
{| {{Schedule week row|pre=pvp,5|Rising Tensions |2,1|3,1|4,1|5,1|6,1}} |} {{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:
PvP |
RT | |
|
|
|
|
|
Event schedule 24th February 25 |
February | March | |||||||
---|---|---|---|---|---|---|---|---|---|
24 | 25 | 26 | 27 | 28 | 1 | 2 | |||
Sun | Mon | Tue | Wed | Thu | Fri | Sat | |||
PvP |
RT | |
|
|
|
|
|
||
TG | |
|
|
|
|
|
|
||
TotP | |
|
|
|
|
|
|||
HoR | |
Coalition |
|||||||
TiS | |
|
|||||||
PvE |
OGW:1 | |
|
||||||
OGW:2 | |
||||||||
RGP | |
Coalition | |||||||
TdR | |
|