Modul:Person: Unterschied zwischen den Versionen

Deportationsdatum nur anzeigen
(val_show_only)
(Deportationsdatum nur anzeigen)
Zeile 142: Zeile 142:
t = t .. "'''Opfer der Shoah'''"
t = t .. "'''Opfer der Shoah'''"
t = t .. "<dl class = 'dataTable'>"
t = t .. "<dl class = 'dataTable'>"
t = t .. fab.zeileDatum{attr_date = "Deportationsdatum", date = ask_result["Deportationsdatum"], attr_day = "Deportationstag", attr_year = "Deportationsjahr"}
t = t .. fab.zeileDatum{ date = ask_result["Deportationsdatum"]}
t = t .. fab.zeile{attr_name = "Deportationsort", attr_val = ask_result["Deportationsort"], val_show_only = true}
t = t .. fab.zeile{attr_name = "Deportationsort", attr_val = ask_result["Deportationsort"], val_show_only = true}
t = t .. fab.zeile{attr_name = "Todesursache", attr_val = ask_result["Todesursache"], val_show_only = true}
t = t .. fab.zeile{attr_name = "Todesursache", attr_val = ask_result["Todesursache"], val_show_only = true}
t = t .. fab.zeile{attr_name = "Gebäude", attr_val = ask_result["Gebäude"], attr_text = "Letzter bekannter Wohnort in Fürth", val_show_only = true}
t = t .. fab.zeile{attr_name = "Gebäude", attr_val = ask_result["Gebäude"], attr_text = "Letzter bekannter Wohnort in Fürth", val_show_only = true}
t = t .. fab.zeile{attr_name = "Quellangaben", attr_val = ask_result["Quellangaben"], val_show_only = true}
t = t .. fab.zeile{attr_name = "Quellangaben", attr_val = ask_result["Quellangaben"], val_show_only = true}
t = t .. "</dl>"
t = t .. "</dl>"