Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Playlist button: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 17: Line 17:
<div style="float: right; text-align: center; margin: 15px 10px 15px 20px; padding: 10px; border-radius: 10px; background-color: #f8f8f8; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); position: relative;">
<div style="float: right; text-align: center; margin: 15px 10px 15px 20px; padding: 10px; border-radius: 10px; background-color: #f8f8f8; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); position: relative;">
<div style="position: absolute; top: -20px; left: 50%; transform: translateX(-50%); background-color: #1DB954; color: white; padding: 6px 12px; border-radius: 8px 8px 0 0; font-weight: normal; font-size: 16px;">Playlist: {{{title|}}}</div>
<div style="position: absolute; top: -20px; left: 50%; transform: translateX(-50%); background-color: #1DB954; color: white; padding: 6px 12px; border-radius: 8px 8px 0 0; font-weight: normal; font-size: 16px;">Playlist: {{{title|}}}</div>
[[File:{{{image|}}}|250px|link=https://tidal.com/browse/playlist/{{{id}}}|alt=Tidal Playlist|style=border-radius: 10px; cursor: pointer;]]
[[File:{{{image|}}}|350px|link=https://tidal.com/browse/playlist/{{{id}}}|alt=Tidal Playlist|style=border-radius: 10px; cursor: pointer;]]
</div>
</div>
[[Category:Playlist]]
[[Category:Playlist]]
[[Category:Listening Notes]]
[[Category:Listening Notes]]
</includeonly>
</includeonly>

Latest revision as of 11:51, 8 March 2025

Template: Tidal Playlist Button

This template generates a minimal button-style link to a Tidal playlist using a user-specified playlist image and categorizes the page as a Playlist.

Usage:

{{Playlist button1 | id=YOUR_PLAYLIST_ID | image=IMAGE_FILENAME | title=Playlist Title }}

Parameters:

  • id - The Tidal playlist ID (found in the URL of the playlist on Tidal)
  • image - The filename of the playlist cover image (must be uploaded to the wiki)
  • title - The title of the playlist (optional)