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:
array_to_string(array_agg(DISTINCT replace({{{1}}},'_',' ')),',')
+
replace(string_agg(DISTINCT {{{1}}},','),'_',' ')

Latest revision as of 00:18, 10 December 2024

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