Template:InfoBox Film: Difference between revisions
Appearance
Created page with "<div class="infobox"><div class="infobox-body"> <div class="infobox-title">{{{title|}}}</div> {{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image|}}}}}|{{{size|300px}}}]]</div> }} <table class="infobox-table"> {{#if:{{{release|}}}| <tr> <th>Released</th> <td>{{{release|}}}</td> </tr> }} {{#if:{{{director|}}}| <tr> <th>Director<th> <td>{{{directo..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 19: | Line 19: | ||
{{#if:{{{starring|}}}| | {{#if:{{{starring|}}}| | ||
<tr> | <tr> | ||
<th>Starring<th> | <th>Starring</th> | ||
<td> | <td>{{{starring|}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||