Difference between revisions of "Template:GroupLinks"

From Culture.si
(Reverted edits by Zocky (talk) to last revision by Editor)
Tag: Rollback
Line 1: Line 1:
replace(string_agg(DISTINCT {{{1}}},','),'_',' ')
+
array_to_string(array_agg(DISTINCT replace({{{1}}},'_',' ')),',')

Revision as of 00:15, 10 December 2024

array_to_string(array_agg(DISTINCT replace({{{1}}},'_',' ')),',')