Changes

Jump to: navigation, search

Template:Schedule week row

1,964 bytes added, 01:46, 2 March 2019
Created page with "<noinclude> == Usage == The '''Schedule week row''' template is used after the '''Schedule week header''' template, in order to display a row of an event schedule for a specif..."
<noinclude>
== Usage ==
The '''Schedule week row''' template is used after the '''Schedule week header''' template, in order to display a row of an event schedule for a specific week, starting on a Sunday.

The first parameter is the full name of the event in the schedule.

The 1 to 7 following 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:
<pre><nowiki>
{{Schedule week header|February|24|25|26|27|28|1|2}}
{{Schedule week row|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|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|5,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 row|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|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|5,2}}
{{Schedule week row|Tour de Ravnica|1,1}}
|}

</noinclude><includeonly>
|-
{{#ifexpr:{{#explode:{{{2}}}|,|0}} > 1| <!-- Need blank column(s) before the start of the event
-->
{{!}} colspan="{{#expr:{{#explode:{{{2}}}|,|0}} - 1}}" {{!}} }}
| colspan="{{#explode:{{{2}}}|,|1}}" | {{{1}}}</includeonly>

Navigation menu