Änderungen

keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:  
'<th colspan="4">'..mw.title.getCurrentTitle().text..'</th>'
 
'<th colspan="4">'..mw.title.getCurrentTitle().text..'</th>'
 
 
if not (args.Genre == '' or args.Genre == nil) then
+
if not isEmpty(args.Genre) then
 
t=t..'<tr>'..
 
t=t..'<tr>'..
 
'<td>[[Attribut:Genre|Genre]]</td>' ..
 
'<td>[[Attribut:Genre|Genre]]</td>' ..
Zeile 21: Zeile 21:  
'</tr>'
 
'</tr>'
 
end
 
end
if not (args.Urheber == '' or args.Urheber == nil) then
+
if not isEmpty(args.Urheber) then
 
t=t..'<tr>'..
 
t=t..'<tr>'..
 
'<td>[[Attribut:Urheber|Urheber]]</td>' ..
 
'<td>[[Attribut:Urheber|Urheber]]</td>' ..
Zeile 27: Zeile 27:  
'</tr>'
 
'</tr>'
 
end
 
end
if not (args.Quellangaben == '' or args.Quellangaben == nil) then
+
if not isEmpty(args.Quellangaben) then
 
t=t..'<tr>'..
 
t=t..'<tr>'..
 
    '<td>[[Attribut:Quellangaben|Quellangaben]]</td>'..
 
    '<td>[[Attribut:Quellangaben|Quellangaben]]</td>'..