Changes

1,658 bytes added ,  16:22, 23 December 2022
no edit summary
Line 1: Line 1: −
{|class="wikitable" style="width:24%; margin-left:38%; margin-right:38%;"
+
{|class="wikitable" style="width:20%; margin-left:40%; margin-right:40%;"
 
|-
 
|-
|{{#if:{{{songtitle|}}}|style="width:25%;" class="hed"{{!}}Song:{{!}}{{!}}style="width:75%;"{{!}}{{{songtitle}}} {{#if:{{{songlyrics|}}}|<span style="font-size:80%"><nowiki>[</nowiki>[{{{songlyrics}}} lyrics]}}<nowiki>]</nowiki></span>|class="err" colspan=2; style="text-align:center"{{!}}Song Title Needed}}
+
!colspan=2 class="hed"|Musical Inspiration
 +
|-
 +
|{{#if:{{{songtitle|}}}|style="width:25%;" class="hed"{{!}}Song:{{!}}{{!}}style="width:75%;"{{!}}{{{songtitle}}} {{#if:{{{songlyrics|}}}|<span style="font-size:80%">[[Image:Genius.png|16px|link={{{songlyrics}}}]]</span>}}|class="err" colspan=2; style="text-align:center"{{!}}Song Title Needed}}
 
{{#if:{{{songartist|}}}|
 
{{#if:{{{songartist|}}}|
 
{{!}}-
 
{{!}}-
Line 33: Line 35:  
|playmusic=https://play.google.com/music/preview/Tx4e7eorqedwrh5sup2u6iut35e?t=Blue_Skies_-_Jamiroquai
 
|playmusic=https://play.google.com/music/preview/Tx4e7eorqedwrh5sup2u6iut35e?t=Blue_Skies_-_Jamiroquai
 
|amazonmusic=https://music.amazon.com/albums/B007T5K2I4?trackAsin=B007T5K5PO&ref=dm_sh_bc68-c69e-dmcp-7a67-1f2be&musicTerritory=US&marketplaceId=ATVPDKIKX0DER
 
|amazonmusic=https://music.amazon.com/albums/B007T5K2I4?trackAsin=B007T5K5PO&ref=dm_sh_bc68-c69e-dmcp-7a67-1f2be&musicTerritory=US&marketplaceId=ATVPDKIKX0DER
|youtube=https://www.youtube.com/watch?v=Dg7E9wEQVOA}}
+
|youtube=https://www.youtube.com/watch?v=Dg7E9wEQVOA
</noinclude>
+
|songlyrics=https://genius.com/Jamiroquai-blue-skies-lyrics
 +
}}
 +
<templatedata>
 +
{
 +
"params": {
 +
"songtitle": {
 +
"label": "Title of the Song",
 +
"description": "The title of the song",
 +
"example": "[[wikipedia:Starlight_(Muse_song)|Starlight]]",
 +
"type": "line",
 +
"required": true
 +
},
 +
"songlyrics": {
 +
"label": "Genius Lyric Link",
 +
"description": "A link to the lyrics on Genius",
 +
"example": "https://genius.com/Muse-starlight-lyrics",
 +
"type": "url",
 +
"required": true
 +
},
 +
"songartist": {
 +
"label": "Song Artist",
 +
"description": "Artist of the Song",
 +
"example": "[[wikipedia:Muse_(band)|Muse]]",
 +
"type": "line",
 +
"required": true
 +
},
 +
"songalbum": {
 +
"label": "Song Album",
 +
"description": "Album the song is on",
 +
"example": "[[wikipedia:Black_Holes_and_Revelations|Black Holes and Revelations]]",
 +
"type": "line",
 +
"suggested": true
 +
},
 +
"spotify": {
 +
"label": "Spotify Link",
 +
"description": "Link to the song on Spotify",
 +
"example": "https://open.spotify.com/track/3skn2lauGk7Dx6bVIt5DVj",
 +
"type": "url",
 +
"suggested": true
 +
},
 +
"playmusic": {
 +
"deprecated": true
 +
},
 +
"amazonmusic": {
 +
"label": "Amazon Music",
 +
"description": "Link to the song on Amazon",
 +
"example": "https://music.amazon.com/albums/B002CNST10?trackAsin=B002CNUSFK",
 +
"type": "url",
 +
"suggested": true
 +
},
 +
"youtube": {
 +
"label": "Youtube Link",
 +
"description": "Link to the song on Youtube",
 +
"example": "https://www.youtube.com/watch?v=Pgum6OT_VH8",
 +
"type": "url",
 +
"suggested": true
 +
}
 +
},
 +
"description": "Game songs",
 +
"format": "block"
 +
}
 +
</templatedata></noinclude>