|
|
Line 1: |
Line 1: |
| <includeonly>
| |
| {| class="infobox vevent" style="width: 25em; font-size: 90%; border: 2pt solid #83FCDB; background: #222; color: white; float: right; margin: 0 0 1em 1em;"
| |
| |-
| |
| ! colspan="2" style="text-align: center; font-size: 120%; background:#83FCDB; color: black;" | {{{title|{{PAGENAME}}}}}
| |
| |-
| |
| | colspan="2" style="text-align: center;" | [[File:{{{titlecard|No_Image_Available.png}}}|250px|style=margin-bottom:0.5em]]
| |
| |-
| |
| | colspan="2" |
| |
| |-
| |
| | style="color:white;" | '''Series'''
| |
| | style="color:white;" | [[{{{series|}}}]]
| |
| |-
| |
| | style="color:white;" | '''Season'''
| |
| | style="color:white;" | {{{season|}}}
| |
| |-
| |
| | style="color:white;" | '''Episode'''
| |
| | style="color:white;" | {{{episode|}}}
| |
| |-
| |
| | style="color:white;" | '''Airdate'''
| |
| | style="color:white;" | {{{airdate|}}}
| |
| |-
| |
| | style="color:white;" | '''Airtime'''
| |
| | style="color:white;" | {{{airtime|}}}
| |
| |-
| |
| | style="color:white;" | '''Production No.'''
| |
| | style="color:white;" | {{{production_number|}}}
| |
| |-
| |
| | style="color:white;" | '''Writer'''
| |
| | style="color:white;" | {{{writer|}}}
| |
| |-
| |
| | style="color:white;" | '''Director'''
| |
| | style="color:white;" | {{{director|}}}
| |
| |-
| |
| | style="color:white;" | '''Guest Star(s)'''
| |
| | style="color:white;" | {{{guest_star|}}}
| |
| |-
| |
| | style="color:white;" | '''Victim'''
| |
| | style="color:white;" | {{{victim|}}}
| |
| |-
| |
| | style="color:white;" | '''Autopsy Findings'''
| |
| | style="color:white;" | {{{autopsy_findings|}}}
| |
| |-
| |
| | style="color:white;" | '''Network'''
| |
| | style="color:white;" | {{{network|}}}
| |
| |-
| |
| | style="color:white;" | '''Production Company'''
| |
| | style="color:white;" | {{{production_company|}}}
| |
| |-
| |
| | style="color:white;" | '''Previous Episode'''
| |
| | style="color:white;" | {{{prev|}}}
| |
| |-
| |
| | style="color:white;" | '''Next Episode'''
| |
| | style="color:white;" | {{{next|}}}
| |
| |}
| |
| </includeonly>
| |
|
| |
| <noinclude>
| |
| == Usage ==
| |
| Paste this into an episode page:
| |
|
| |
| <pre>
| |
| {{Infobox television episode | | {{Infobox television episode |
| | title = Episode Title | | | title = Episode Title |
Line 74: |
Line 13: |
| | victim = Character Name | | | victim = Character Name |
| | autopsy_findings = Findings summary | | | autopsy_findings = Findings summary |
| | network = Network Name | | | network_logo = nbc.png |
| | production_company = Production Studio | | | network = NBC |
| | | production_logo = uni.png |
| | | production_company = Universal Television |
| | prev = [[Previous Episode]] | | | prev = [[Previous Episode]] |
| | next = [[Next Episode]] | | | next = [[Next Episode]] |
| }} | | }} |
| </pre>
| |
|
| |
| [[Category:Television infobox templates]]
| |
| </noinclude>
| |