Template:Infobox album: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
{{#if:{{{Format|}}}| | {{#if:{{{Format|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Format</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Format</th> | ||
<td colspan="2" style="width: 14em;">{{{Format}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Format}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{Recorded|}}}| | {{#if:{{{Recorded|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Recorded</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Recorded</th> | ||
<td colspan="2" style="width: 14em;">{{{Recorded}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Recorded}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{Genre|}}}| | {{#if:{{{Genre|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Genre</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Genre</th> | ||
<td colspan="2" style="width: 14em;">{{{Genre}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Genre}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{Length|}}}| | {{#if:{{{Length|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Length</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Length</th> | ||
<td colspan="2" style="width: 14em;">{{{Length}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Length}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{Language|}}}| | {{#if:{{{Language|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Language</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Language</th> | ||
<td colspan="2" style="width: 14em;">{{{Language}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Language}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{Label|}}}| | {{#if:{{{Label|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Label</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Label</th> | ||
<td colspan="2" style="width: 14em;">{{{Label}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Label}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Line 60: | Line 60: | ||
{{#if:{{{Director|}}}| | {{#if:{{{Director|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Director</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Director</th> | ||
<td colspan="2" style="width: 14em;">{{{Director}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Director}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Line 67: | Line 67: | ||
{{#if:{{{Producer|}}}| | {{#if:{{{Producer|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Producer</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Producer</th> | ||
<td colspan="2" style="width: 14em;">{{{Producer}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Producer}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{Compiler|}}}| | {{#if:{{{Compiler|}}}| | ||
<tr> | <tr> | ||
<th scope="row" style="width: 5.2em; text-align: left;">Compiler</th> | <th scope="row" style="width: 5.2em; text-align: left; font-size:0.9em;">Compiler</th> | ||
<td colspan="2" style="width: 14em;">{{{Compiler}}}</td> | <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Compiler}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||