Template:Collab alt music: Difference between revisions

From Celeste Wiki
Jump to navigation Jump to search
Content added Content deleted
(added template)
 
(added template data)
Line 1: Line 1:
[{{{link|(NO LINK PROVIDED)}}} {{{track|(NO TRACK TITLE)}}}]{{#if:{{{tracknote}}}| |}}{{{tracknote|}}} by {{{artist|Anonymous}}}{{#if:{{{artistnote}}}| |}}{{{artistnote|}}} (not on Strawberry Jam OST)
[{{{link|(NO LINK PROVIDED)}}} {{{track|(NO TRACK TITLE)}}}]{{#if:{{{tracknote}}}| |}}{{{tracknote|}}} by {{{artist|Anonymous}}}{{#if:{{{artistnote}}}| |}}{{{artistnote|}}} (not on Strawberry Jam OST)
<noinclude>
<templatedata>
{
"params": {
"link": {
"label": "Link",
"description": "The link to the song (usually on Bandcamp, YouTube, or Soundcloud)",
"example": "https://youtu.be/dQw4w9WgXcQ",
"type": "string",
"required": true
},
"track": {
"label": "Track title",
"description": "The name of the song",
"example": "Never Gonna Give You Up",
"type": "string",
"required": true
},
"tracknote": {
"label": "Track note (optional)",
"description": "Can be added after the name of the track to transcribe from a different language or alphabet",
"type": "string"
},
"artist": {
"label": "Artist",
"description": "The name of the artist who wrote the song",
"example": "Rick Astley",
"type": "string",
"suggested": true
},
"artistnote": {
"label": "Artist note",
"description": "Can be added after the name of the artist to transcribe from a different language or alphabet",
"example": "(Romanization: Matthew Seiji)",
"type": "string"
}
}
}
</templatedata>
</noinclude>

Revision as of 21:44, 24 March 2024

[(NO LINK PROVIDED) (NO TRACK TITLE)] by Anonymous (not on Strawberry Jam OST)

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Linklink

The link to the song (usually on Bandcamp, YouTube, or Soundcloud)

Example
https://youtu.be/dQw4w9WgXcQ
Stringrequired
Track titletrack

The name of the song

Example
Never Gonna Give You Up
Stringrequired
Track note (optional)tracknote

Can be added after the name of the track to transcribe from a different language or alphabet

Stringoptional
Artistartist

The name of the artist who wrote the song

Example
Rick Astley
Stringsuggested
Artist noteartistnote

Can be added after the name of the artist to transcribe from a different language or alphabet

Example
(Romanization: Matthew Seiji)
Stringoptional