Template:PlayTrack

From Blue Archive Wiki
Revision as of 15:26, 11 June 2023 by Electricsheep (talk | contribs) (Created page with "<includeonly>{{#cargo_query: tables=tracks |fields=Id,Artist,ArtistTrack,Title,File |where=Id = {{{Id|}}} |format=table |named args=yes |template = TrackPlayer }}</includeonly> <noinclude> Outputs a simple block with basic track info and a player. See Music for the list of all tracks currently on the wiki. == Usage == <pre> {{TrackPlayer|TrackId}} </pre> {{TrackPlayer|36}} </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Outputs a simple block with basic track info and a player. See Music for the list of all tracks currently on the wiki.

Usage

{{TrackPlayer|TrackId}}
Track Theme[[File:|380px]]
Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER BY `cargo__tracks`.`_pageID`,`File`,`Source` LIMIT 100' at line 1

Function: CargoSQLQuery::run Query: SELECT `cargo__tracks`.`_pageID` AS `cargo_backlink_page_id_tracks`,`File` AS `File`,`Source` AS `Source` FROM `cargo__tracks` WHERE Parent= ORDER BY `cargo__tracks`.`_pageID`,`File`,`Source` LIMIT 100