LastFM Embeds

Variables for the embed generator @ https://rival.rocks/embed

Theres also manipulation variables to all of the variables above

  • lower() makes it all lower case ex: {lower(artist.hyper)}

  • upper() makes it all upper case ex: {upper(artist.hyper)}

  • capitalize() makes the first letter capitalized ex: {capitalize(artist.hyper)}

  • title() makes the first letter of each word capitalized ex: {title(artist.hyper)}

Last updated