20.236
Bearbeitungen
(p.zeile() Spezialbehandlung Attribut nicht vorhanden) |
(attr_text() => attrText()) |
||
| Zeile 203: | Zeile 203: | ||
if #attr_val > 0 then | if #attr_val > 0 then | ||
-- Attribut-Text ermitteln und in Zeile übernehmen | -- Attribut-Text ermitteln und in Zeile übernehmen | ||
local attr_text = args.attr_text or wob. | local attr_text = args.attr_text or wob.attrText(attr_name, args.fbdata.klasse[1]) | ||
if #attr_val > 1 then | if #attr_val > 1 then | ||
attr_text = wob.mehrzahl(attr_text) -- Mehrzahl | attr_text = wob.mehrzahl(attr_text) -- Mehrzahl | ||