Abrir menu principal

Mudanças

 

1 431 bytes adicionados ,  23h10min de 19 de julho de 2012
m
uma edição
{{Infobox
| above = {{{season_name<includeonly>|{{PAGENAME}}</includeonly>}}}
| abovestyle = background: lightSteelBlue; text-align:center;

| image = {{{image| [[Image:No_image.jpg|200px]]}}}
| caption = {{{image_caption|}}}
| imagestyle = {{{imagestyle|}}}

<!-- use if you wan to set up a specific CSS style for Episodes
| bodyclass =
| titleclass =
| aboveclass =
| imageclass =
-->
| data1 = <div style="width:100%;background-color:lightSteelBlue;">Description</div>
| label2 = # of episodes
| data2 = {{{num_episodes|}}}
| label4 = Original run
| data4 = {{{first_aired<includeonly>|</includeonly>}}} {{#if:{{{last_aired<includeonly>|</includeonly>}}}| – {{{last_aired}}}|}}
| label10 = DVD release date
| data10 = {{{dvd_release_date<includeonly>|</includeonly>}}}

<!--Episode chronology section -->
| data15 =
<table style="width:100%; background-color: inherit; text-align:center;">
<tr><td colspan=2 style="background:lightSteelBlue">Season chronology</td></tr>
<tr>
<td style="width:50%;">←&nbsp;Previous</td>
<td style="width:50%;">Next&nbsp;→</td>
</tr>
<tr>
<td>{{#if:{{{prev|}}}|"{{{prev}}}"|–}}</td>
<td>{{#if:{{{next|}}}|"{{{next}}}"|–}}</td>
</tr>
</table>
}}<noinclude>

==Usage==
<pre>
{{Infobox season
|season_name =
|image =
|num_episodes =
|first_aired =
|last_aired =
|dvd_release_date =
|previous =
|next =
}}
</pre>

[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>