Template:InfoboxEpisode: Difference between revisions
From YoungHerculesWiki
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽
No edit summary |
Gigglingkat (talk | contribs) No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>[[Category:Templates]][[Category:Infoboxes]] | |||
< | |||
== Usage == | == Usage == | ||
To embed this template on an episode page, copy & | To embed this template on an episode page, copy & paste the code below to the top of the new page: | ||
<pre> | |||
{{InfoboxEpisode | {{InfoboxEpisode | ||
|image= | |image= | ||
Line 20: | Line 12: | ||
|writer= | |writer= | ||
|outline= | |outline= | ||
}} | }}</pre> | ||
Line 26: | Line 18: | ||
==The Template== | ==The Template==</noinclude> | ||
<Table style="float:right" width="320"><TR width="320"><TD> | |||
{| style= | {| style="border:0; margin: 0; font-size: 90%;" cellspacing="10" | ||
| valign= | | valign="top" style="padding:0; border:1px solid #0E5B8C; margin-bottom:5px;" | | ||
<div style="padding:0.4em; background-color:#F9F9F9; border-bottom:0px solid #0E5B8C;" align="center"> {{{image|}}} | |||
</div> | |||
<div style="background:#F9F9F9; padding:0.2em 0.4em 0.2em 0.4em;"> | |||
{| style= | {| style="border: 0; margin: 0; background:#F9F9F9;" cellpadding="3" | ||
|- | |- | ||
| valign= | | valign="top" width="30%" | '''Title''' | ||
| {{{title|}}} | | {{{title|}}} | ||
|- | |- | ||
| valign= | | valign="top" width="30%" | '''Episode #''' | ||
| {{{episode|}}} | | {{{episode|}}} | ||
|- | |- | ||
| valign= | | valign="top" width="30%" | '''First aired''' | ||
| {{{firstaired|}}} | | {{{firstaired|}}} | ||
|- | |- | ||
| valign= | | valign="top" width="30%" | '''Directed by''' | ||
| {{{director|}}} | | {{{director|}}} | ||
|- | |- | ||
| valign= | | valign="top" width="30%" | '''Written by''' | ||
| {{{writer|}}} | | {{{writer|}}} | ||
|- | |- | ||
| valign= | | valign="top" width="30%" | '''Summary''' | ||
| {{{outline|}}} | | {{{outline|}}} | ||
|} | |}</div> | ||
<TR ><TD style="padding:2px; margin-left:20px; margin-right:20px; text-align:center; font-size: 90%;"> | |||
|} | |} </td></tr> | ||
</table> |
Latest revision as of 13:18, 11 March 2014
Usage
To embed this template on an episode page, copy & paste the code below to the top of the new page:
{{InfoboxEpisode |image= |title= |episode= |firstaired= |director= |writer= |outline= }}
The Template
|