Template:AlbumClubInfobox: Difference between revisions
Jump to navigation
Jump to search
(creation of template) |
(Added prevep/nextep for skipping between pages) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 10: | Line 10: | ||
<group> | <group> | ||
<header> | <header>Listening party</header> | ||
<data source="date"> | <data source="date"> | ||
<label>Date</label> | <label>Date</label> | ||
<default>Date of listening party</default> | <default>Date of listening party</default> | ||
</data> | |||
<data source="theme"> | |||
<label>Theme</label> | |||
<default>Theme (classic cut, new release etc.)</default> | |||
</data> | </data> | ||
Line 29: | Line 34: | ||
<group> | <group> | ||
<header> | <header>Other</header> | ||
<data source="rating"> | <data source="rating"> | ||
Line 35: | Line 40: | ||
<default>Scott's rating</default> | <default>Scott's rating</default> | ||
</data> | </data> | ||
< | <group layout="horizontal"> | ||
<data source="prevep"> | |||
<label>Previous episode</label> | |||
</data> | |||
<data source="nextep"> | |||
<label>Next episode</label> | |||
</data> | |||
</group> | |||
</group> | |||
</infobox> | </infobox> | ||
<noinclude> | |||
[[Category:Templates]] | |||
[[Category:Infobox templates]] | |||
== Example usage == | |||
<pre> | |||
{{AlbumClubInfobox | |||
| title ={{PAGENAME}} | |||
| image =image | |||
| date =date of listening party | |||
| theme =theme of album (classic cut etc.) | |||
| album =name of album | |||
| artist =album artist | |||
| rating =scott's rating (please cite) | |||
| prevep =[[next episode]] | |||
| nextep =[[prev episode]] | |||
}} | |||
</pre> | |||
</noinclude> |
Latest revision as of 09:05, 24 December 2022
Example usage
{{AlbumClubInfobox | title ={{PAGENAME}} | image =image | date =date of listening party | theme =theme of album (classic cut etc.) | album =name of album | artist =album artist | rating =scott's rating (please cite) | prevep =[[next episode]] | nextep =[[prev episode]] }}