Difference between revisions of "Template:SingleItemDetail"

From M3P
Jump to navigation Jump to search
(Creation of basic template as proof of concept)
 
Line 4: Line 4:
parameters that can be passed are:
parameters that can be passed are:
General:  
General:  
title
labelname
labelname
catno
catno
Line 16: Line 17:




<table class="sortable collapsible">
<table class="collapsible" border=1>
<tbody>
   <tr>
   <tr>
   <th colspan=3>{{{title}}}</th>
   <th colspan="3">{{{labelname|Label not specified}}} {{{catno|no catalogue number specified}}}</th>
     </tr>
     </tr>
     <tr>
     <tr>
  <th rowspan="2" scope="row">
  <th rowspan="2" scope="row">
  {{{labelname|unknown}}}<br>
  {{{labelname|Label not specified}}}<br>
  (catalogue number {{{catno|unknown}}})
  (catalogue number {{{catno|Catalogue number not specified}}})
  </th>
  </th>
  <td>[[{{{sidealabel|File:default}}}]]</td>
  <td>[[{{{sidealabel|File:default}}}]]</td>
  <td><p>{{{sideatitle}}}</p>
  <td><p>{{{sideatitle|Title not specified}}}</p>
  {{{sideaartist}}}<br>
  {{{sideaartist|Artist not specified}}}<br>
  (Composer: {{{sideacomposer|unknown}}})
  (Composer: {{{sideacomposer|Composer not specified}}})
  </td>
  </td>
     </tr>
     </tr>
Line 35: Line 35:
  <td>[[{{{sideblabel|File:default}}}]]</td>
  <td>[[{{{sideblabel|File:default}}}]]</td>
  <td>
  <td>
  {{{sidebtitle}}<br>
  {{{sidebtitle|Title not specified}}}<br>
    {{{sidebbartist}}} <br>
    {{{sidebbartist|Artist not specified}}} <br>
    (Composer: {{{sidebcomposer|unknown}}})
    (Composer: {{{sidebcomposer|Composer not specified}}})
  </td>
  </td>
     </tr>
     </tr>
</tbody>
</table>
</table>

Revision as of 13:28, 18 September 2015

= Template Item test for showing details of singles (45/78 rpm)

parameters that can be passed are: General: title labelname catno label

For sides A/B sideatitle sideaartist sideacomposer sidealabel


Label not specified no catalogue number specified

Label not specified
(catalogue number Catalogue number not specified)

File:Default

Title not specified

Artist not specified
(Composer: Composer not specified)

File:Default

Title not specified
Artist not specified
(Composer: Composer not specified)