Open main menu

mtgpq wiki β

Changes

Template:Schedule week header

646 bytes added, 03:06, 3 March 2019
no edit summary
<noinclude>
== Usage ==
The '''Three templates work together to create a weekly event schedule, starting on a Sunday:* [[Template:Schedule week header''' template is used together with one or more invocations ]] generates the header of '''the table.* [[Template:Schedule week row''' ]] generates a row in order the table.* [[Template:Schedule week cell]] is invoked by [[Template:Schedule week row]] to display generates a cell in the table representing an event schedule for a specific week, starting on a Sundayinstance.
This template generates the header, and expects 8 unlabeled parameters:* The first parameter is the name of the month on the first day of the week. * The next seven parameters are the day of the month numbers for the week.
This template opens a table, which must be closed in the usual way ("|}").
<pre><nowiki>
{{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| 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}}
|}
</nowiki></pre>
Produces:
{{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| 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}}
|}