Template:TuneRecordings: Difference between revisions
From TANGOWIKI-TITAF
Created page with "<includeonly> | {{{1|}}} <!-- Recording ID (from mainlabel) --> | {{{2|}}} <!-- Orchestra --> | {{{3|}}} <!-- Singer --> | {{{4|}}} <!-- Recording Date --> | {{{5|}}} <!-- Label --> | {{{6|}}} <!-- Disc Type --> | {{{7|}}} <!-- Disco No --> | {{{8|}}} <!-- Matrix No --> | {{{9|}}} <!-- Side --> | {{#if:{{{10|}}}|[[File:{{{10}}}|Play]]}} |- </includeonly>" |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<tr> | |||
<!-- <td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{1|}}}</td> --> <!-- Recording ID (hidden) --> | |||
<td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{2|}}}</td> <!-- Orchestra --> | |||
<td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{3|}}}</td> <!-- Singer as link --> | |||
<td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{4|}}}</td> <!-- Recording Date --> | |||
<td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{5|}}}</td> <!-- Label --> | |||
<td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{6|}}}</td> <!-- Disc Type --> | |||
<td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{7|}}}</td> <!-- Disco No --> | |||
<td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{8|}}}</td> <!-- Matrix No --> | |||
<!-- <td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{{9|}}}</td> --> <!-- Side (hidden) --> | |||
<td style="font-size:100%; vertical-align:top; padding:4px 8px;">{{#if:{{{10|}}}|[[File:{{{10}}}|Play]]}}</td> | |||
</tr> | |||
</includeonly> | </includeonly> | ||