Änderungen

82 Bytes hinzugefügt ,  3 Februar
keine Bearbeitungszusammenfassung
Zeile 67: Zeile 67:  
'<td>[[Attribut:Strasse|Straße]]</td>'..
 
'<td>[[Attribut:Strasse|Straße]]</td>'..
 
'<td>'..frame:callParserFunction(
 
'<td>'..frame:callParserFunction(
'#arraymap', args.Strasse, ';', 'x', '[[x]]') ..'</td>'..
+
'#arraymap', args.Strasse, ';', 'x', '[[x]]')  
 +
if not isEmpty(args.Hausnummer) then
 +
t=t..' '..args.Hausnummer
 +
end
 +
t=t..'</td>'..
 
'<td><b>ausblenden:</b></td>'
 
'<td><b>ausblenden:</b></td>'
 
z = '<td></td>'
 
z = '<td></td>'
Zeile 75: Zeile 79:  
t=t..z..'</tr>'
 
t=t..z..'</tr>'
 
end
 
end
t=t..'</table>'  
+
 +
t=t..'</table>'  
 
return t
 
return t
 
end  
 
end