<@ for $group in ['Projektleitung', 'Supporter', 'Moderatoren', 'Wikiteam', 'Webteam', 'Ikhayateam', 'Serverteam'] @>
||<-10 tablestyle="width: 100%;" rowclass="titel"> [[Anker(<@$group@>)]] <@ $group @>||
||<rowclass="kopf"> Nick || Name || Wohnort || E-Mail || Jabber || Launchpad || IRC || Telefon || Eintritt ||
<@ for $arg in $arguments join_with '
' split_by '
'@>
<@ if $arg matches_regex ".*\\|( *[^|]*, *)? *" & $group & "!?( *,[^|]*)? *$" @>
||<@ if $arg matches_regex ".*" & $group & "!.*" @><rowclass="highlight"><@ endif @>
<@ for $att in $arg split_by "|" @>
<@ if $loop.index == 1 @>[user:<@ $att as stripped @>:]||
<@ elseif $loop.index == 2 or $loop.index == 3 or $loop.index == 5 or $loop.index == 7 or $loop.index == 8 or $loop.index == 9 @><@ if $att @><@ $att @><@ else @> <@ endif @>||
<@ elseif $loop.index == 6 @><@ if $att as stripped @>[lpuser:<@ $att as stripped @>:]<@ else @> <@ endif @>||
<@ elseif $loop.index == 4 @><@ if $att as stripped @>[mailto:<@ $att as stripped @> Mail]<@ else @> <@ endif @>||
<@ endif @>
<@ endfor @>
<@ endif @>
<@ endfor @>
<@ endfor @>