Changes

1,597 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 36: Line 38:  
|songlyrics=https://genius.com/Jamiroquai-blue-skies-lyrics
 
|songlyrics=https://genius.com/Jamiroquai-blue-skies-lyrics
 
}}
 
}}
</noinclude>
+
<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>