Template:Track: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|Title = String
|Title = String
|File = File
|File = File
|Parent = Integer
|Source = String
}}
}}
Defines a new track. Use [[Template:PlayTrack]] to output a standalone player of any existing track.
== Usage ==
<pre>
{{TrackPlayer
|Id=
|Artist=
|ArtistTrack=
|Title=
|File=
|Parent=
|Source=
}}
</pre>
</noinclude>
</noinclude>
<includeonly>{{#cargo_store:_table=tracks}}<div class="track">
<includeonly>{{#cargo_store:_table=tracks}}{{TrackPlayer|Id={{{Id|}}}|Artist={{{Artist|}}}|ArtistTrack={{{ArtistTrack|}}}|Title={{{Title|}}}|File={{{File|}}}|Parent={{{Parent|}}} |Source={{{Source|}}} }}</includeonly>
<span class="id">Track {{{Id|}}}</span>
<span class="artist">{{{Artist|}}}</span>
<span class="title">{{{Title|}}}</span>
<span class="player">[[File:{{{File|}}}]]</span>
</div></includeonly>

Latest revision as of 05:55, 6 April 2024

This template defines the table "tracks". View table. Defines a new track. Use Template:PlayTrack to output a standalone player of any existing track.

Usage[edit]

{{TrackPlayer
|Id=
|Artist=
|ArtistTrack=
|Title=
|File=
|Parent=
|Source=
}}