Difference between revisions of "Template:GroupLinks"

From Culture.si
Line 1: Line 1:
array_to_string(array_agg(DISTINCT replace({{{1}}},'_',' ')),',')
+
replace(string_agg(DISTINCT {{{1}}},','),'_',' ')

Revision as of 00:04, 10 December 2024

replace(string_agg(DISTINCT {{{1}}},','),'_',' ')