Template:Infobox television season: Difference between revisions

Template page
(Created page with "{{Infobox television season | bg_colour = #cae2f2 | image = | image_alt = | caption = | starring = | country = | num_episodes = <!-- Value is incremented when new episodes air. See template documentation for more info. --> | network = | released = <!-- {{Start date|yyyy|mm|dd|df=y}} - Only use this template once--> | first_aired = <!-- {{Start date|y...")
 
No edit summary
Line 1: Line 1:
{{Infobox television season
<div class="infobox">
| bg_colour            = #cae2f2
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
| image                =
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
| image_alt            =  
<table>{{#if:{{{param1|}}}|<tr>
| caption              =
    <th>Parameter 1</th>
| starring            =
    <td>{{{param1}}}</td>
| country              =
</tr>}}{{#if:{{{param2|}}}|<tr>
| num_episodes        = <!-- Value is incremented when new episodes air. See template documentation for more info. -->
    <th>Parameter 2</th>
| network              =
    <td>{{{param2}}}</td>
| released            = <!-- {{Start date|yyyy|mm|dd|df=y}} - Only use this template once-->
</tr>}}{{#if:{{{param3|}}}|<tr>
| first_aired          = <!-- {{Start date|yyyy|mm|dd|df=y}} - Only use this template once -->
    <th>Parameter 3</th>
| last_aired          = <!-- {{End date|yyyy|mm|dd}} -->
    <td>{{{param3}}}</td>
| episode_list        =
</tr>}}{{#if:{{{param4|}}}|<tr>
}}
    <th>Parameter 4</th>
    <td>{{{param4}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
    <th>Parameter 5</th>
    <td>{{{param5}}}</td>
</tr>}}</table>
</div>

Revision as of 08:40, 1 August 2022

Infobox television season