Template:Infobox album: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Documentation + category)
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly><table class="infobox" style="width:22em;text-align:left;margin:0.5em 0 0.5em 1em; padding: 0.2em; border:solid #aaa 1px;float:right;clear:right;">
<includeonly>{| class="infobox" style="width: 300px; text-align: left; margin: 0.5em 0 0.5em 1em; padding: 0.2em; border: solid #aaa 1px; float: right; clear: right;"
<th colspan="2" style="text-align:center;background-color:#CCF;font-size: 120%;font-weight:bold;">
! colspan="2" style="text-align: center; background-color: #ccf; font-size: 120%; font-weight: bold;" |{{{title|}}}
{{{title|}}}
|-
</th>
| colspan="2" |[[{{{cover|}}}|300px]]
<tr><td colspan="2">{{{cover|}}}</td></tr>
|-
{{Infobox/row
{{Infobox/row
|label=Artist
|label=Artist
|labelstyle=background-color:#EEF; font-weight:bold;
|labelstyle=background-color:#EEF; font-weight:bold; width: 100px;
|data={{{artist|}}}
|data={{{artist|}}}
}}
}}
Line 14: Line 14:
|data={{{date|}}}
|data={{{date|}}}
}}
}}
{{Infobox/row
|- style="text-align: center; background-color:#EEF; font-weight:bold;"
|label=Tracks
| colspan="2" | Tracks
|labelstyle=background-color:#EEF; font-weight:bold;
|-
|data={{{tracklist|}}}
| colspan="2" |
}}
{{{tracklist|}}}
</table></includeonly>
|}</includeonly><noinclude>{{Infobox_album
<noinclude>
{{Infobox_album
|title=FOR MY QUEEN
|title=FOR MY QUEEN
|artist=ANTHONY
|artist=ANTHONY
|cover=[[File:Album_test.jpg|300px]]
|cover=File:Album_test.jpg
|date=2012.1.05
|date=2012.1.05
|tracklist=  
|tracklist=  
Line 31: Line 29:
*FOR MY QUEEN
*FOR MY QUEEN
}}
}}
 
Example use:
Example use :
<pre style="width:auto; overflow:auto">
<pre style="width:auto; overflow:auto">
{{Infobox_album
{{Infobox_album
Line 45: Line 42:
}}
}}
</pre>
</pre>
{|class="wikitable" style="width: 100%; clear: right;
{|class="wikitable" style="width: 100%; clear: right;
|-
|-

Latest revision as of 09:24, 7 January 2020

FOR MY QUEEN
Album test.jpg
Artist ANTHONY
Release date 2012.1.05
Tracks
  • THIS ROSE
  • THIS ROSE
  • FOR MY QUEEN

Example use:

{{Infobox_album
|title=FOR MY QUEEN
|artist=ANTHONY
|cover=[[File:Album_test.jpg|300px]]
|date=2012.1.05
|tracklist= 
*THIS ROSE
*THIS ROSE
*FOR MY QUEEN
}}
Parameter Explanation
title Title of the CD
cover link to the CD cover's image (e.g. [[File:Album_test.jpg|300px]])
artist
date Release date
tracklist Track listing, in list form (e.g. *track1 *track2 *track3)