Difference between revisions of "Template:Video"

(Created page with "<div class="infobox-video"> <div class="infobox-video-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-video-image">[[File:{{{image}}}|300px]]</div...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox-video">
+
<div class="infobox">
<div class="infobox-video-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
+
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-video-image">[[File:{{{image}}}|300px]]</div>}}
+
<div class="infobox-image">[[File:{{{image}}}]]</div>}}
 
<table>{{#if:{{{releasedate|}}}|<tr>
 
<table>{{#if:{{{releasedate|}}}|<tr>
 
     <th>Release date</th>
 
     <th>Release date</th>
 
     <td>{{{releasedate}}}</td>
 
     <td>{{{releasedate}}}</td>
 +
</tr>}}{{#if:{{{country|}}}|<tr>
 +
    <th>Country</th>
 +
    <td>{{{country}}}</td>
 
</tr>}}{{#if:{{{director|}}}|<tr>
 
</tr>}}{{#if:{{{director|}}}|<tr>
 
     <th>Directed by</th>
 
     <th>Directed by</th>
Line 12: Line 15:
 
     <td>{{{producer}}}</td>
 
     <td>{{{producer}}}</td>
 
</tr>}}{{#if:{{{mediatype|}}}|<tr>
 
</tr>}}{{#if:{{{mediatype|}}}|<tr>
     <th>Available on</th>
+
     <th>First released as</th>
 
     <td>{{{mediatype}}}</td>
 
     <td>{{{mediatype}}}</td>
 +
</tr>}}{{#if:{{{availableas|}}}|<tr>
 +
    <th>Available as</th>
 +
    <td>{{{availableas}}}</td>
 +
</tr>}}{{#if:{{{runtime|}}}|<tr>
 +
    <th>Runtime</th>
 +
    <td>{{{runtime}}}</td>
 
</tr>}}{{#if:{{{mediaformat|}}}|<tr>
 
</tr>}}{{#if:{{{mediaformat|}}}|<tr>
 
     <th>Produced in</th>
 
     <th>Produced in</th>

Latest revision as of 08:11, 8 October 2020

Video