This template is a simple info box for songs.
Parameters:
| Name | Description |
|---|---|
| name | Required. Name of the song. |
| colorfg | The foreground color for the name. Defaults to black. |
| colorbg | The background color for the name. Defaults to white. |
| compose | The composer. |
| lyric | The lyricist. |
| vocal | The vocalist. |
| video | A video, if one exists. |
Example usage:
[[!sidebar content="""
[[!template
id=iboxsong
name="Some Song"
compose="Me"
lyric="Also Me"
vocal="Not Me"]]
"""]]