24.673
Bearbeitungen
(ask defaults nur bei table) |
(ask() + Schlüsselwort "Mehrzahl") |
||
| Zeile 177: | Zeile 177: | ||
if attr_attr ~= nil then | if attr_attr ~= nil then | ||
format = format or attr_attr["Anzeigeformat"] -- Anzeigeformat übernehmen | format = format or attr_attr["Anzeigeformat"] -- Anzeigeformat übernehmen | ||
attr_text = attr_text or attr_attr["Einzahl"] | if attr_text == "Mehrzahl" then -- Schlüsselwort "Mehrzahl" | ||
attr_text = attr_attr["Mehrzahl"] -- Anzeigetext Mehrzahl übernehmen | |||
else | |||
attr_text = attr_text or attr_attr["Einzahl"] -- Anzeigetext Einzahl übernehmen | |||
end | |||
end | end | ||
-- jetzt wieder alles zusammenbauen ?...#...=... | -- jetzt wieder alles zusammenbauen ?...#...=... | ||