Modul:Faktenbox/Zeilen: Unterschied zwischen den Versionen

Aus FürthWiki

attr_text() => attrText()
(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.attr_text(attr_name, args.fbdata.klasse[1])
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