1,450
edits
(Created page with "{| class="wiki table" | !Song title !Artist !Streaming link |- !Something old |{{{oldsongtitle|song title}}} |{{{oldartist|artist}}} |{{{oldlink|link (optional)}}} |- !Something new |{{{newsongtitle|song title}}} |{{{newartist|artist}}} |{{{newlink|link (optional)}}} |- !Something borrowed |{{{borrowedsongtitle|song title}}} |{{{borrowedartist|artist}}} |{{{borrowedlink|link (optional)}}} |- !Something blue |{{{bluesongtitle|song title}}} |{{{blueartist|artist}}} |{{{bl...") |
No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| class=" | {| class="wikitable" | ||
| | | | ||
!Song title | !Song title | ||
!Artist | !Artist | ||
!Streaming link | !Streaming link | ||
!Notes | |||
|- | |- | ||
!Something old | !Something old | ||
|{{{oldsongtitle| | |{{{oldsongtitle|}}} | ||
|{{{oldartist| | |{{{oldartist|}}} | ||
|{{{oldlink| | |{{{oldlink|}}} | ||
|{{{oldnotes|}}} | |||
|- | |- | ||
!Something new | !Something new | ||
|{{{newsongtitle| | |{{{newsongtitle|}}} | ||
|{{{newartist| | |{{{newartist|}}} | ||
|{{{newlink| | |{{{newlink|}}} | ||
|{{{newnotes|}}} | |||
|- | |- | ||
!Something borrowed | !Something borrowed | ||
|{{{borrowedsongtitle| | |{{{borrowedsongtitle|}}} | ||
|{{{borrowedartist| | |{{{borrowedartist|}}} | ||
|{{{borrowedlink| | |{{{borrowedlink|}}} | ||
|{{{borrowednotes|}}} | |||
|- | |- | ||
!Something blue | !Something blue | ||
|{{{bluesongtitle| | |{{{bluesongtitle|}}} | ||
|{{{blueartist| | |{{{blueartist|}}} | ||
|{{{bluelink| | |{{{bluelink|}}} | ||
|{{{bluenotes|}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
Line 32: | Line 37: | ||
| oldsongtitle=Song Title | | oldsongtitle=Song Title | ||
| | | oldartist=Artist | ||
| oldlink=Link (optional) | | oldlink=Link (optional) | ||
| oldnotes=Notes (optional) | |||
| newsongtitle=Song Title | | newsongtitle=Song Title | ||
| | | newartist=Artist | ||
| newlink=Link (optional) | | newlink=Link (optional) | ||
| newnotes=Notes (optional) | |||
| borrowedsongtitle=Song Title | | borrowedsongtitle=Song Title | ||
| | | borrowedartist=Artist | ||
| borrowedlink=Link (optional) | | borrowedlink=Link (optional) | ||
| borrowednotes=Notes (optional) | |||
| bluesongtitle=Song Title | | bluesongtitle=Song Title | ||
| | | blueartist=Artist | ||
| bluelink=Link (optional) | | bluelink=Link (optional) | ||
| bluenotes=Notes (optional) | |||
}}</pre> | }}</pre> | ||
Line 63: | Line 76: | ||
"oldartist": {}, | "oldartist": {}, | ||
"oldlink": {}, | "oldlink": {}, | ||
"oldnotes": {}, | |||
"newsongtitle": {}, | "newsongtitle": {}, | ||
"newartist": {}, | "newartist": {}, | ||
"newlink": {}, | "newlink": {}, | ||
"newnotes": {}, | |||
"borrowedsongtitle": {}, | "borrowedsongtitle": {}, | ||
"borrowedartist": {}, | "borrowedartist": {}, | ||
"borrowedlink": {}, | "borrowedlink": {}, | ||
"borrowednotes": {}, | |||
"bluesongtitle": {}, | "bluesongtitle": {}, | ||
"blueartist": {}, | "blueartist": {}, | ||
"bluelink": {} | "bluelink": {}, | ||
"bluenotes": {}, | |||
}, | }, | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |