15.075
Bearbeitungen
(fix Work) |
(Kategorie:Freiattribut-Fehler) |
||
| Zeile 24: | Zeile 24: | ||
w = 'Wert'..i | w = 'Wert'..i | ||
if not c.isEmpty(args[a]) then | if not c.isEmpty(args[a]) then | ||
t=t..'<tr>'.. | if not c.isEmpty(args[w]) then | ||
t=t..'<tr>'.. | |||
'<td>[[Attribut:'..args[a]..'|'..args[a]..']]</td>'.. | |||
'<td colspan="3">' | |||
if args[a] == 'Gebäude' then | |||
t=t..p.gebaeude(frame, args[w]) | |||
else | |||
t=t..frame:callParserFunction( | |||
'#arraymap', args[w], ';', 'x', '[['..args[a]..'::x]]') | |||
end | |||
t=t..'</td>'.. | |||
'</tr>' | |||
else | else | ||
frame:callParserFunction('[[Kategorie:Freiattribut-Fehler]]') | |||
end | end | ||
end | end | ||
end | end | ||