Template:The Wedding Playlist: Difference between revisions

From Shaun Keaveny's Community Garden Radio
Jump to navigation Jump to search
m (added a ,)
(added a notes column)
Line 4: Line 4:
!Artist
!Artist
!Streaming link
!Streaming link
!Notes
|-
|-
!Something old
!Something old
Line 9: Line 10:
|{{{oldartist|artist}}}
|{{{oldartist|artist}}}
|{{{oldlink|link (optional)}}}
|{{{oldlink|link (optional)}}}
|{{{oldnotes|notes (optional)}}}
|-
|-
!Something new  
!Something new  
Line 14: Line 16:
|{{{newartist|artist}}}
|{{{newartist|artist}}}
|{{{newlink|link (optional)}}}
|{{{newlink|link (optional)}}}
|{{{newnotes|notes (optional)}}}
|-
|-
!Something borrowed
!Something borrowed
Line 19: Line 22:
|{{{borrowedartist|artist}}}
|{{{borrowedartist|artist}}}
|{{{borrowedlink|link (optional)}}}
|{{{borrowedlink|link (optional)}}}
|{{{borrowednotes|notes (optional)}}}
|-
|-
!Something blue
!Something blue
Line 24: Line 28:
|{{{blueartist|artist}}}
|{{{blueartist|artist}}}
|{{{bluelink|link (optional)}}}
|{{{bluelink|link (optional)}}}
|{{{bluenotes|notes (optional)}}}
|}
|}
<noinclude>
<noinclude>
Line 35: Line 40:


  | oldlink=Link (optional)
  | oldlink=Link (optional)
| oldnotes=Notes (optional)


  | newsongtitle=Song Title
  | newsongtitle=Song Title
Line 41: Line 48:


  | newlink=Link (optional)
  | newlink=Link (optional)
| newnotes=Notes (optional)


  | borrowedsongtitle=Song Title
  | borrowedsongtitle=Song Title
Line 47: Line 56:


  | borrowedlink=Link (optional)
  | borrowedlink=Link (optional)
| borrowednotes=Notes (optional)


  | bluesongtitle=Song Title
  | bluesongtitle=Song Title
Line 53: Line 64:


  | 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"

Revision as of 11:29, 6 October 2022

Song title Artist Streaming link Notes
Something old song title artist link (optional) notes (optional)
Something new song title artist link (optional) notes (optional)
Something borrowed song title artist link (optional) notes (optional)
Something blue song title artist link (optional) notes (optional)


Example usage:

{{The Wedding Playlist

 | oldsongtitle=Song Title

 | oldartist=Artist

 | oldlink=Link (optional)

 | oldnotes=Notes (optional)

 | newsongtitle=Song Title

 | newartist=Artist

 | newlink=Link (optional)

 | newnotes=Notes (optional)

 | borrowedsongtitle=Song Title

 | borrowedartist=Artist

 | borrowedlink=Link (optional)

 | borrowednotes=Notes (optional)

 | bluesongtitle=Song Title

 | blueartist=Artist

 | bluelink=Link (optional)

 | bluenotes=Notes (optional)

 }}

<templatedata> { "description": "To hold The Wedding Playlist tracks", "params": { "oldsongtitle": {}, "oldartist": {}, "oldlink": {}, "oldnotes": {}, "newsongtitle": {}, "newartist": {}, "newlink": {}, "newnotes": {}, "borrowedsongtitle": {}, "borrowedartist": {}, "borrowedlink": {}, "borrowednotes": {}, "bluesongtitle": {}, "blueartist": {}, "bluelink": {}, "bluenotes": {}, }, "format": "inline" } </templatedata>