Modul:Attribut: Unterschied zwischen den Versionen

query["Einzahl"] = query["Einzahl"] or query["Mehrzahl"] or attr
(fix attrText() nil-handling)
(query["Einzahl"] = query["Einzahl"] or query["Mehrzahl"] or attr)
Zeile 41: Zeile 41:
-- Mehrzahl von Einzahl von Attribut-Name übernehmen
-- Mehrzahl von Einzahl von Attribut-Name übernehmen
query["Mehrzahl"] = query["Mehrzahl"] or query["Einzahl"] or attr
query["Mehrzahl"] = query["Mehrzahl"] or query["Einzahl"] or attr
query["Einzahl"] = query["Einzahl"] or attr
query["Einzahl"] = query["Einzahl"] or query["Mehrzahl"] or attr
end
end
return query
return query