Template:MusicInfobox: Difference between revisions

From vaporwave.wiki
Jump to navigation Jump to search
m (one last test for the night)
m (Undo revision 355 by Pat (talk))
Tag: Undo
Line 40: Line 40:
  |header13 = {{#ifeq:{{{Artist}}}|Various Artists|{{{Artist2|}}}|{{#if:{{{Artist2|}}}|{{{Artist2}}}|{{{Artist}}}}}}}
  |header13 = {{#ifeq:{{{Artist}}}|Various Artists|{{{Artist2|}}}|{{#if:{{{Artist2|}}}|{{{Artist2}}}|{{{Artist}}}}}}}
  | label14 = Previous Release  
  | label14 = Previous Release  
  |  data14 = [[{{{PrevRelease|}}}]]
  |  data14 = {{{PrevRelease|}}}
  | label15 = Next Release  
  | label15 = Next Release  
  |  data15 = [[{{{NextRelease|}}}]]
  |  data15 = {{{NextRelease|}}}
  |header16 = {{{Artist2B|}}}
  |header16 = {{{Artist2B|}}}
  | label17 = Previous Release  
  | label17 = Previous Release  

Revision as of 07:59, 24 July 2019

Usage

{{MusicInfobox
|Title = update this only when non-title data is in page name!
|Cover = cover.png (or jpg)
|Artist = {{Artist|artist name|artist rendering}}
|ReleaseType = release type
|Label = {{Label|label}}
|SortName = use this for when releases need to be specially alphabetized!
|CatalogNumber = cat #
|Formats = places online and offline
|Date = {{ReleaseDate|XXXX-XX-XX}}
|Tracks = XX
|Length = X:XX:XX
|Tags = bandcamp; or; soundcloud; separated; by; semicolons (except country-based tags)
|Artist2 = {{Artist|this should match the artist field}}
|PrevRelease = [[unless this is a v/a release in this case skip this]]
|NextRelease = [[unless that's part of a series in that case u can use this]]
|Artist2B = {{Artist|for use in splits/collaborative releases! or if an artist's album is part of a series}}
|PrevReleaseB = [[you can skip "PrevRelease"s if this is the first release]]
|NextReleaseB = [[or "NextRelease"s if this is the latest!]] (there are C and D sets in case of emergency)
}}

Example

{{MusicInfobox
|Title = Test Release
|Cover = VektroidPhoto.jpg
|Artist = {{Artist|Vektroid|Test Artist}} & {{Artist|Vektroid|Also Test Artist}}
|ReleaseType = [[:Category:Albums|Album]]
|Label = {{Label|fortune 500}} (Removed)
|CatalogNumber = TEST001
|Formats = [[File:BandcampIcon.png|left]] Bandcamp Album<br>(Test)<br>
[[File:SoundCloudIcon.png|left]] SoundCloud Single<br>(Test Track 780)<br>
[[:Category:Releases on Cassette|Cassette]]
|Date = {{ReleaseDate|2011-06-09}}
|Tracks = 12
|Length = 4:20:20 (Digital)<br>
4:20  (Cassette)
|Tags = a; b; c; test
|Artist2 = {{Artist|Vektroid|Test Artist}}
|PrevRelease = [[the music of the now age|Release One]]
|Artist2B = {{Artist|Vektroid|Also Test Artist}}
|NextReleaseB = [[the music of the now age|Release Two]]
|Artist2C = "Test Release" Series
|PrevReleaseC = [[the music of the now age|not a test release]]
|NextReleaseC = [[the music of the now age|TEST RELEASE II]]
}}