Difference between revisions of "Template:Infobox video"

From Jadusable Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 31: Line 31:
 
     <th>Effect</th>
 
     <th>Effect</th>
 
     <td>{{{effect}}}</td>
 
     <td>{{{effect}}}</td>
</tr>}}{{#if:{{{previous-video|}}}|<tr>
 
    <th>Previous video</th>
 
    <td>{{{previous-video}}}</td>
 
</tr>}}{{#if:{{{next-video|}}}|<tr>
 
    <th>Next video</th>
 
    <td>{{{next-video}}}</td>
 
 
</tr>}}</table>
 
</tr>}}</table>
 +
<div class="vidinfonav">
 +
<div class="prevvidtop">
 +
<p style="text-align:center; margin-bottom: 0px;">Previous video</p>
 +
</div>
 +
<div class="nextvidtop">
 +
<p style="text-align:center; margin-bottom: 0px;">Next video</p>
 +
</div>
 +
<div class="prevvid">
 +
{{#if:{{{previous-video|}}}|
 +
<p style="text-align:center; margin-top: 0px;">{{{previous-video}}}</p>
 +
}}
 +
</div>
 +
<div class="nextvid">
 +
{{#if:{{{next-video|}}}|
 +
<p style="text-align:center; margin-top: 0px;">{{{next-video}}}</p>
 +
}}
 +
</div>
 +
</div>
 
</div>
 
</div>

Latest revision as of 21:54, 13 October 2020

Previous video

Next video