Difference between revisions of "Template:GroupLinks"

From Culture.si
m (1 revision: import dev changes)
 
Line 1: Line 1:
concat('[','[',array_to_string(array_agg(DISTINCT replace({{{1}}},'_',' ')),'{{linksep}}'),']',']')
+
array_to_string(array_agg(DISTINCT replace({{{1}}},'_',' ')),',')

Latest revision as of 01:10, 22 December 2016

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