Difference between revisions of "Template:Infobox event series"

From mtgpq wiki
Jump to: navigation, search
Line 11: Line 11:
 
* Label4: An additional label for the 4th event in the series.
 
* Label4: An additional label for the 4th event in the series.
 
* Label5: An additional label for the 5th event in the series.
 
* Label5: An additional label for the 5th event in the series.
 
+
* Text1: Optional text to use for the 5th event in the series.  If not supplied, uses the full event name.
 +
* Text2: Optional text to use for the 5th event in the series.  If not supplied, uses the full event name.
 +
* Text3: Optional text to use for the 5th event in the series.  If not supplied, uses the full event name.
 +
* Text4: Optional text to use for the 5th event in the series.  If not supplied, uses the full event name.
 +
* Text5: Optional text to use for the 5th event in the series.  If not supplied, uses the full event name.
  
 
All other parameters are the names of each part of the event series, in order.
 
All other parameters are the names of each part of the event series, in order.
Line 19: Line 23:
 
<pre>
 
<pre>
 
{{Infobox event series
 
{{Infobox event series
|Name=Ravnica at War
+
|Name=Challenge of the Courts
|Part=Part
+
|Part=
 
|Label1={{G}}
 
|Label1={{G}}
 
|Label2={{W}}
 
|Label2={{W}}
Line 26: Line 30:
 
|Label4={{U}}
 
|Label4={{U}}
 
|Label5={{B}}
 
|Label5={{B}}
|Ravnica at War: Devastation
+
|Challenge of the Courts - Ardenvale
|Ravnica at War: Glory
+
|Challenge of the Courts - Vantress
|Ravnica at War: Promise
+
|Challenge of the Courts - Lochtwain
|Ravnica at War: Revelation
+
|Challenge of the Courts - Embereth
|Ravnica at War: Eternity
+
|Challenge of the Courts - Garenbrig
 
}}
 
}}
 
</pre>
 
</pre>
Line 36: Line 40:
 
Produces:
 
Produces:
 
{{Infobox event series
 
{{Infobox event series
|Name=Ravnica at War
+
|Name=Challenge of the Courts
 
|Part=Part
 
|Part=Part
 
|Label1={{G}}
 
|Label1={{G}}
Line 43: Line 47:
 
|Label4={{U}}
 
|Label4={{U}}
 
|Label5={{B}}
 
|Label5={{B}}
|Ravnica at War: Devastation
+
|Text1=CotC - Ardenvale
|Ravnica at War: Glory
+
|Text2=CotC - Vantress
|Ravnica at War: Promise
+
|Text3=CotC - Lochtwain
|Ravnica at War: Revelation
+
|Text4=CotC - Embereth
|Ravnica at War: Eternity
+
|Text5=CotC - Garenbrig
 +
|Challenge of the Courts - Ardenvale
 +
|Challenge of the Courts - Vantress
 +
|Challenge of the Courts - Lochtwain
 +
|Challenge of the Courts - Embereth
 +
|Challenge of the Courts - Garenbrig
 
}}
 
}}
  
Line 59: Line 68:
 
| data1  = '''[[{{{Name}}}]]'''
 
| data1  = '''[[{{{Name}}}]]'''
 
| label2  = {{#if:{{{1|}}}|{{{Part}}} 1{{#if:{{{Label1|}}}|&nbsp;({{{Label1}}})}}}}
 
| label2  = {{#if:{{{1|}}}|{{{Part}}} 1{{#if:{{{Label1|}}}|&nbsp;({{{Label1}}})}}}}
| data2  = {{#if:{{{1|}}}|[[{{Trim|{{{1}}}}}]]}}
+
| data2  = {{#if:{{{1|}}}|[[{{Trim|{{{1}}}}}{{#if:{{{Text1|}}}|{{!}}{{{Text1}}}}}]]}}
 
| label3  = {{#if:{{{2|}}}|{{{Part}}} 2{{#if:{{{Label2|}}}|&nbsp;({{{Label2}}})}}}}
 
| label3  = {{#if:{{{2|}}}|{{{Part}}} 2{{#if:{{{Label2|}}}|&nbsp;({{{Label2}}})}}}}
| data3  = {{#if:{{{2|}}}|[[{{Trim|{{{2}}}}}]]}}
+
| data3  = {{#if:{{{2|}}}|[[{{Trim|{{{2}}}}}{{#if:{{{Text2|}}}|{{!}}{{{Text2}}}}}]]}}
 
| label4  = {{#if:{{{3|}}}|{{{Part}}} 3{{#if:{{{Label3|}}}|&nbsp;({{{Label3}}})}}}}
 
| label4  = {{#if:{{{3|}}}|{{{Part}}} 3{{#if:{{{Label3|}}}|&nbsp;({{{Label3}}})}}}}
| data4  = {{#if:{{{3|}}}|[[{{Trim|{{{3}}}}}]]}}
+
| data4  = {{#if:{{{3|}}}|[[{{Trim|{{{3}}}}}{{#if:{{{Text3|}}}|{{!}}{{{Text3}}}}}]]}}
 
| label5  = {{#if:{{{4|}}}|{{{Part}}} 4{{#if:{{{Label4|}}}|&nbsp;({{{Label4}}})}}}}
 
| label5  = {{#if:{{{4|}}}|{{{Part}}} 4{{#if:{{{Label4|}}}|&nbsp;({{{Label4}}})}}}}
| data5  = {{#if:{{{4|}}}|[[{{Trim|{{{4}}}}}]]}}
+
| data5  = {{#if:{{{4|}}}|[[{{Trim|{{{4}}}}}{{#if:{{{Text4|}}}|{{!}}{{{Text4}}}}}]]}}
 
| label6  = {{#if:{{{5|}}}|{{{Part}}} 5{{#if:{{{Label5|}}}|&nbsp;({{{Label5}}})}}}}
 
| label6  = {{#if:{{{5|}}}|{{{Part}}} 5{{#if:{{{Label5|}}}|&nbsp;({{{Label5}}})}}}}
| data6  = {{#if:{{{5|}}}|[[{{Trim|{{{5}}}}}]]}}
+
| data6  = {{#if:{{{5|}}}|[[{{Trim|{{{5}}}}}{{#if:{{{Text5|}}}|{{!}}{{{Text5}}}}}]]}}
 
}}</includeonly>
 
}}</includeonly>

Revision as of 09:50, 28 November 2019

Template usage

An infobox listing each part of a multi-part event series, for quick navigation.

  • Name: The name of the event series.
  • Part: A word describing the event parts, such as "Part" or "Chapter".
  • Label1: An additional label for the 1st event in the series.
  • Label2: An additional label for the 2nd event in the series.
  • Label3: An additional label for the 3rd event in the series.
  • Label4: An additional label for the 4th event in the series.
  • Label5: An additional label for the 5th event in the series.
  • Text1: Optional text to use for the 5th event in the series. If not supplied, uses the full event name.
  • Text2: Optional text to use for the 5th event in the series. If not supplied, uses the full event name.
  • Text3: Optional text to use for the 5th event in the series. If not supplied, uses the full event name.
  • Text4: Optional text to use for the 5th event in the series. If not supplied, uses the full event name.
  • Text5: Optional text to use for the 5th event in the series. If not supplied, uses the full event name.

All other parameters are the names of each part of the event series, in order.

Example

This shorthand:

{{Infobox event series
|Name=Challenge of the Courts
|Part=
|Label1={{G}}
|Label2={{W}}
|Label3={{R}}
|Label4={{U}}
|Label5={{B}}
|Challenge of the Courts - Ardenvale
|Challenge of the Courts - Vantress
|Challenge of the Courts - Lochtwain
|Challenge of the Courts - Embereth
|Challenge of the Courts - Garenbrig
}}

Produces:

Event Series
Challenge of the Courts
Part 1 (Green) CotC - Ardenvale
Part 2 (White) CotC - Vantress
Part 3 (Red) CotC - Lochtwain
Part 4 (Blue) CotC - Embereth
Part 5 (Black) CotC - Garenbrig