Jump to content

Template:Infobox song/old: Difference between revisions

m
Producer(s); Last performed
mNo edit summary
m (Producer(s); Last performed)
Line 77: Line 77:
{{#if:{{{Producer|}}}|
{{#if:{{{Producer|}}}|
   <tr>
   <tr>
     <th scope="row" style="width: 7em; text-align: left; font-size:0.9em;">Producer</th>
     <th scope="row" style="width: 7em; text-align: left; font-size:0.9em;">Producer(s)</th>
     <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Producer}}}</td>
     <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Producer}}}</td>
   </tr>
   </tr>
Line 91: Line 91:
     <th scope="row" style="width: 7em; text-align: left; font-size:0.9em;">Live debut</th>
     <th scope="row" style="width: 7em; text-align: left; font-size:0.9em;">Live debut</th>
     <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Live debut}}}</td>
     <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Live debut}}}</td>
  </tr>
}}
{{#if:{{{Last performed|}}}|
  <tr>
    <th scope="row" style="width: 7em; text-align: left; font-size:0.9em;">Last performed</th>
    <td colspan="2" style="width: 14em; font-size:0.9em;">{{{Last performed}}}</td>
   </tr>
   </tr>
}}
}}