Jump to content

Template talk:Track listing

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

No documentation on how to use TrackSum.js

[edit]

Can someone explain how to use the userscript User:JPxG/TrackSum.js to calculate the total lengths? The userscript doesn't have any documentation so I have no idea how to use it. 81.154.143.12 (talk) 20:36, 10 June 2024 (UTC)[reply]

The redirect T:TRACKLIST has been listed at redirects for discussion to determine whether its use and function meets the redirect guidelines. Readers of this page are welcome to comment on this redirect at Wikipedia:Redirects for discussion/Log/2024 September 15 § T:TRACKLIST until a consensus is reached. Utopes (talk / cont) 20:59, 15 September 2024 (UTC)[reply]

Change ids to classes?

[edit]

@User:Gonnym: You added a feature 4 years ago, where ids where added. This causes an issue where there is more than one track listing for an album, like when an album is slightly different in different continents (one or more songs added/removed). Those albums now show up at Special:LintErrors/duplicate-ids as unsupported by Parsoid, the new parser. Can this use classes instead, like shown below? line 166:

:attr('id', string.format(cfg.track_id, self.number))
+
:attr('class', string.format(cfg.track_id, self.number))

Snævar (talk) 16:42, 26 November 2024 (UTC)[reply]

Did you test to see if changing to class still allows using it as a anchor? Gonnym (talk) 14:15, 29 November 2024 (UTC)[reply]

The quotes

[edit]

I want to know how the " quotes came out automatically.. Camilasdandelions (talk!) 23:26, 22 March 2025 (UTC)[reply]

Incomplete sentence structures?

[edit]

It appears that whenever the "all_writing = " part of the template is used, the sentence that comes out always lacks a period. Liam Gallagher John Squire, for example, lacks the full stop after "All tracks are written by John Squire". Could this issue be properly addressed? Frank(has DemoCracy DeprivaTion) 12:37, 13 April 2025 (UTC)[reply]

Fixed. I didn't test this at all, so there may be unintended consequences. – Jonesey95 (talk) 08:23, 14 April 2025 (UTC)[reply]