Template:SongRow/doc
Documentation
This is part of the templates specifying the {{SongsTable}} song listing, and has no meaningful use outside of that context.
Technical details
This songs listing with performances had the issue that it ran into size limitation in regards to template expansion. To get around this, a solution to render not all performance subtables during template expansion was found, where the performances subtables can be created by a gadget using Javascript via Cargo↗-query AJAX↗ updates after the initial non-populated table is loaded. To limit the amount of these live Cargo queries, currently all tables with only up to two performance entries are created immediately, so that only those with three or more performances need to be queried on demand, which account for about a third of the song articles.
This solution might eventually also reach the template expansion limit, so it might be necessary to delay more table renderings. For this to happen, find the two places in this template that start with {{#ifeq:{{#expr:{{{8}}} > 2}}|1|}}, and replace the " > 2" with " > 1".
See also
{{SongsTable}}