Difference between revisions of "Template:Audio file information"

From PUBLIC DOMAIN PROJECT
Jump to: navigation, search
(Created page with "<noinclude><pre>{{Audio file information |Label= |Catalogue number= |Matrix= |Additional information= |1st released= |Recorded= |Coupling= |Place= |Description= |other_versions= ...")
 
Line 1: Line 1:
 
<noinclude><pre>{{Audio file information
 
<noinclude><pre>{{Audio file information
 +
|Image=
 
|Label=
 
|Label=
 
|Catalogue number=
 
|Catalogue number=
 
|Matrix=
 
|Matrix=
|Additional information=
+
|Info=
 
|1st released=
 
|1st released=
 
|Recorded=
 
|Recorded=
Line 9: Line 10:
 
|Place=
 
|Place=
 
|Description=
 
|Description=
 +
|Composer=
 +
|Lyricist=
 +
|Arrangeur=
 +
|Conductor=
 +
|Performer=
 +
|Title=
 +
|Content=
 +
|Genre=
 +
|FLAC=
 +
|Ogg=
 +
|Pdch=
 +
|Pdeu=
 +
|Pdusa=
 +
|Pdint=
 
|other_versions=
 
|other_versions=
 
}}</pre></noinclude>
 
}}</pre></noinclude>
Line 14: Line 29:
 
<div class="hproduct">
 
<div class="hproduct">
 
<table class="toccolours vevent" style="width: 100%; direction: {{Dir|{{int:lang}} }};" cellpadding="4">
 
<table class="toccolours vevent" style="width: 100%; direction: {{Dir|{{int:lang}} }};" cellpadding="4">
 +
 +
<!-- Image -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_img" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Image</td>
 +
<td><span class="Image">{{ #if: {{{image|{{{Image|}}} }}} | {{{image|{{{Image|}}} }}} |  }}</span></td>
 +
</tr>
  
 
<!-- Label -->
 
<!-- Label -->
Line 69: Line 90:
 
</tr>
 
</tr>
  
<!-- Other fields 1 -->
+
<!-- Composer -->
{{{other_fields_1|{{{Other_fields_1|{{{other fields 1|{{{Other fields 1|}}} }}} }}} }}}
+
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_comp" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Author(s)/Composer(s)</td>
 +
<td><span class="composer">{{ #if: {{{composer|{{{Composer|}}} }}} | {{{composer|{{{Composer|}}} }}} | {{Composer missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Lyricist -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_comp" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Lyricist(s)</td>
 +
<td><span class="lyricist">{{ #if: {{{lyricist|{{{Lyricist|}}} }}} | {{{lyricist|{{{Lyricist|}}} }}} | {{Lyricist missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Arrangeur -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_perf" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Arrangeur(s)</td>
 +
<td><span class="arrangeur">{{ #if: {{{arrangeur|{{{Arrangeur|}}} }}} | {{{arrangeur|{{{Arrangeur|}}} }}} | {{Arrangeur missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Conductor -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_cond" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Conductor(s)</td>
 +
<td><span class="conductor">{{ #if: {{{conductor|{{{Conductor|}}} }}} | {{{conductor|{{{Conductor|}}} }}} | {{Conductor missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Performer -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_perf" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Performer(s)</td>
 +
<td><span class="performer">{{ #if: {{{performer|{{{Performer|}}} }}} | {{{performer|{{{Performer|}}} }}} | {{Performer missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Title -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_song" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Title/Work</td>
 +
<td><span class="title">{{ #if: {{{title|{{{Title|}}} }}} | {{{title|{{{Title|}}} }}} | {{Title missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Content -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_cont" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Content</td>
 +
<td><span class="content">{{ #if: {{{content|{{{Content|}}} }}} | {{{content|{{{Content|}}} }}} | {{Content missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Genre -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_genr" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Genre(s)</td>
 +
<td><span class="genre">{{ #if: {{{genre|{{{Genre|}}} }}} | {{{genre|{{{Genre|}}} }}} | {{Genre missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Free Lossless Audio Codec (FLAC) -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_flac" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">FLAC</td>
 +
<td><span class="flac">{{ #if: {{{flac|{{{FLAC|}}} }}} | {{{flac|{{{FLAC|}}} }}} | {{FLAC missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Ogg -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_ogg" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Ogg (Vorbis/Theora)</td>
 +
<td><span class="ogg">{{ #if: {{{ogg|{{{Ogg|}}} }}} | {{{ogg|{{{Ogg|}}} }}} | {{Ogg missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Public Domain: Switzerland -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_pdch" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">PD CH</td>
 +
<td><span class="pdch">{{ #if: {{{pdch|{{{Pdch|}}} }}} | {{{pdch|{{{Pdch|}}} }}} | {{PD CH missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Public Domain: European Union -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_pdeu" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">PD EU</td>
 +
<td><span class="pdeu">{{ #if: {{{pdeu|{{{Pdeu|}}} }}} | {{{pdeu|{{{Pdeu|}}} }}} | {{PD EU missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Public Domain: USA -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_pdusa" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">PD USA</td>
 +
<td><span class="pdusa">{{ #if: {{{pdusa|{{{Pdusa|}}} }}} | {{{pdusa|{{{Pdusa|}}} }}} | {{PD USA missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Public Domain: International -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_pdint" style="background: #BBB; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">PD INT</td>
 +
<td><span class="pdint">{{ #if: {{{pdint|{{{Pdint|}}} }}} | {{{pdint|{{{Pdint|}}} }}} | {{PD INT missing}} }}</span></td>
 +
</tr>
 +
 
 +
<!-- Other fields -->
 +
{{{other_fields|{{{Other_fields|{{{other fields|{{{Other fields|}}} }}} }}} }}}
  
 
<!-- Other versions -->
 
<!-- Other versions -->

Revision as of 00:41, 17 May 2012

{{Audio file information
|Image=
|Label=
|Catalogue number=
|Matrix=
|Info=
|1st released=
|Recorded=
|Coupling=
|Place=
|Description=
|Composer=
|Lyricist=
|Arrangeur=
|Conductor=
|Performer=
|Title=
|Content=
|Genre=
|FLAC=
|Ogg=
|Pdch=
|Pdeu=
|Pdusa=
|Pdint=
|other_versions=
}}
Image
Label
Cat. no.
Matrix
Additional info
1st release date
1st recording date
Coupling date
Place of recording
Description
Author(s)/Composer(s)
Lyricist(s)
Arrangeur(s)
Conductor(s)
Performer(s)
Title/Work
Content
Genre(s)
FLAC
Ogg (Vorbis/Theora)
PD CH
PD EU
PD USA
PD INT
Other versions