Open main menu

mtgpq wiki β

Changes

Template:Infobox event series

1,284 bytes added, 05:22, 20 February 2019
Created page with "<noinclude> ==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 describ..."
<noinclude>
==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".

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

==Example==
This shorthand:
<pre>
{{Infobox event series
|Name=A Journey Through History
|Part=Chapter
|A Nightmare of War
|The Long Cold Darkness
|The Phyrexian Compleation
|The Space-Time Catastrophe
}}
</pre>

Produces:
{{Infobox event series
|A Journey Through History
|Chapter
|A Nightmare of War
|The Long Cold Darkness
|The Phyrexian Compleation
|The Space-Time Catastrophe
}}

[[Category:Infobox templates]]

</noinclude><includeonly>{{Infobox
| abovestyle = {{Infobox sec|above}}
| headerstyle = {{Infobox sec|header}}
| labelstyle = {{Infobox sec|label|width=30%}}
| above = Event Series
| data1 = '''[[{{{Name}}}]]'''
| label2 = {{#if:{{{1|}}}|{{{Type}}} 1}}
| data2 = {{#if:{{{1|}}}|[[{{{1}}}]]
| label3 = {{#if:{{{2|}}}|{{{Type}}} 2}}
| data3 = {{#if:{{{2|}}}|[[{{{2}}}]]
| label4 = {{#if:{{{3|}}}|{{{Type}}} 3}}
| data4 = {{#if:{{{3|}}}|[[{{{3}}}]]
| label5 = {{#if:{{{4|}}}|{{{Type}}} 4}}
| data5 = {{#if:{{{4|}}}|[[{{{4}}}]]
}}</includeonly>