Modul:Datei: Unterschied zwischen den Versionen

Kategorie:Freiattribut-Fehler
(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
'<td>[[Attribut:'..args[a]..'|'..args[a]..']]</td>'..
t=t..'<tr>'..
'<td colspan="3">'
'<td>[[Attribut:'..args[a]..'|'..args[a]..']]</td>'..
if args[a] == 'Gebäude' then
'<td colspan="3">'
t=t..p.gebaeude(frame, args[w])
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
t=t..frame:callParserFunction(
frame:callParserFunction('[[Kategorie:Freiattribut-Fehler]]')
'#arraymap', args[w], ';', 'x', '[['..args[a]..'::x]]')
end
end
t=t..'</td>'..
'</tr>'
end
end
end
end