Template:BGM box
{{{Title}}} | |
---|---|
Made by: | |
Usage: |
Usage[edit]
{{BGM box | Title = | Main Link = | Made by = | Usage = | Extra Links = (optional) | Image = (optional) | Size = (optional) | Embed = {optional) | Headerstyle = (optional) }}
Required parameters[edit]
Title
= the title of the BGM track. Alternate names or romanizations may be put in parentheses.Main Link
= the URL that the user will be directed to when the user clicks on the imageMade by
= the creator(s) of the BGM.Usage
= how the BGM is used in streams / videos
Optional parameters[edit]
Extra Links
= any extra links in addition to theMain Link
go hereImage
= the filename of the image to display, e.g. a thumbnail of the cover. Just the filename only. Do not surround the filename with[[File:...]]
. A placeholder will be shown if no image is specified.- A special case exists if
Image = DOVA-SYNDROME
. This will display the DOVA-SYNDROME logo as the placeholder image.
- A special case exists if
Size
= the size to display the Image / Embed. Defaults to 240px wide (or 100px if a placeholder is used).Embed
= embedsMain Link
instead of showing a static image. Only accepts the following values:archiveorg
,soundcloud
,spotifyalbum
,spotifyartist
,spotifytrack
,twitch
,vimeo
,youtube
, oryoutubeplaylist
(see this page for details)Image
andSize
can be used to specify the cover image and dimensions of the embed, respectively
Headerstyle
= see #Headerstyle below
Headerstyle[edit]
Which headerstyle is displayed is determined in this order:
- whatever is specified in the
|Headerstyle=
parameter (if defined) background-color:{{Template:{{PAGENAME}}/background-color2}};color:{{Template:{{PAGENAME}}/color2}}
- In other words, the template reads the values in Template:{{PAGENAME}}/background-color2 and Template:{{PAGENAME}}/color2 via transclusion
- If either page does not exist, the colors
#27c7fe
and#ffffff
will be used respectively.