Template:Infobox episode: Difference between revisions
Jump to navigation
Jump to search
(Test using HTML tags instead.) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" cellpadding=2 cellspacing=2 align=right width=280px style="font-family: verdana, sans-serif; padding: 4px; margin: 0 0 1em 1em; font-size: 10px | {| id="episode" class="infobox" cellpadding=2 cellspacing=2 align=right width=280px style="font-family: verdana, sans-serif; padding: 4px; margin: 0 0 1em 1em; font-size: 10px; color:#000" | ||
| align="center" colspan="2" bgcolor="#9AD0DA" style="font-size:145%;" | '''{{{name|{{PAGENAME}}}}}''' | | align="center" colspan="2" bgcolor="#9AD0DA" style="font-size:145%;" | '''{{{name|{{PAGENAME}}}}}''' | ||
|- | |- | ||
|align="center" colspan="2" | {{{image|}}} | |align="center" colspan="2" | [[File:{{{image|}}}|300px]] | ||
|- | |- | ||
{{#if:{{{season|}}}|<tr>< | {{#if:{{{season|}}}|<tr><td>'''Season'''</td><td>{{{season}}}</td></tr>}} | ||
|- | |- | ||
{{#if:{{{date|}}}|<tr><td>'''Date'''</td><td>{{{date}}}</td></tr>}} | |||
|- | |- | ||
{{#if:{{{production number|}}}|<tr><td>'''Production number'''</td><td>{{{production number}}}</td></tr>}} | |||
|- | |- | ||
{{#if:{{{writers|}}}|<tr><td>'''Writer(s)'''</td><td>{{{writers}}}</td></tr>}} | |||
|- | |- | ||
{{#if:{{{directors|}}}|<tr><td>'''Director(s)'''</td><td>{{{directors}}}</td></tr>}} | |||
|- | |- | ||
{{#if:{{{starring|}}}|<tr><td>'''Starring'''</td><td>{{{starring}}}</td></tr>}} | |||
|- | |- | ||
{{#if:{{{featuring|}}}|<tr>< | {{#if:{{{featuring|}}}|<tr><td>'''Featuring'''</td><td>{{{featuring}}}</td></tr>}} | ||
|- | |- | ||
{{#if:{{{appearances|}}}|<tr><td>'''Appearance(s)'''</td><td>{{{appearances}}}</td></tr>}} | |||
|- | |- | ||
{{#if:{{{previous|}}}|<tr><td>'''Previous'''</td><td>{{{previous}}}</td></tr>}} | |||
|- | |- | ||
{{#if:{{{next|}}}|<tr><td>'''Next'''</td><td>{{{next}}}</td></tr>}} | |||
|}<templatestyles src="Infobox episode/styles.css"/> | |||
|} | |||
<noinclude> | <noinclude> |
Latest revision as of 22:54, 23 October 2023
Infobox episode | |
[[File:|300px]] |
Usage[edit]
{{Infobox episode |name = |image = |description = |season = |date = |production number = |writers = |directors = |starring = |featuring = |appearances = |previous = |next = }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | optional |
image | image | no description | Unknown | optional |
season | season | no description | Unknown | optional |
date | date | no description | Unknown | optional |
production number | production number | no description | Unknown | optional |
writers | writers | no description | Unknown | optional |
directors | directors | no description | Unknown | optional |
starring | starring | no description | Unknown | optional |
featuring | featuring | no description | Unknown | optional |
appearances | appearances | no description | Unknown | optional |
previous | previous | no description | Unknown | optional |
next | next | no description | Unknown | optional |