Template:Infobox episode: Difference between revisions

From Podpedia
Content added Content deleted
(converting to new infobox markup; more info at Help:PortableInfoboxes)
 
No edit summary
Line 1: Line 1:
<infobox layout="tabular">
<infobox>
<title source="name"><default>{{PAGENAME}}</default></title>
<title source="title"><default>''Unknown''</default></title>
<navigation><center>Season {{{season}}}, Episode {{{number}}}</center></navigation>
<image source="image"/>
<image source="image"/>
<data source="airdate"><label>Air date</label></data>
<data source="imagecaption"><label>imagecaption</label></data>
<data source="writer"><label>Written by</label></data>
<data source="season"><label>season</label><default>unknown</default></data>
<data source="director"><label>Directed by</label></data>
<data source="number"><label>number</label><default>unknown</default></data>
<data source="air date"><label>air date</label><default>''Unknown''</default></data>
<group layout="horizontal">
<data source="previous"><label>previous</label><default>''Unknown''</default></data>
<header>Episode Guide</header>
<data source="previous"><label>Previous</label></data>
<data source="next"><label>next</label><default>''Unknown''</default></data>
<data source="next"><label>Next</label></data>
</group>
</infobox>
</infobox>
<noinclude><br style="clear:both;" />
<noinclude>
== Usage & preview ==
{{documentation}}</noinclude>
Type in this:

<pre>
{{Infobox episode
|title=
|image=
|imagewidth=
|imagecaption=
|season=
|number=
|air date=
|previous=
|next=
}}

</pre>

to see this:

{{Infobox episode
|title=This is a test
|image=This is a test
|imagewidth=This is a test
|imagecaption=This is a test
|season=This is a test
|number=This is a test
|airdate=This is a test
|previous=This is a test
|next=This is a test
}}


[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>