Modul:Person: Unterschied zwischen den Versionen

val_show_only
(+ opferShoah(fbdata))
(val_show_only)
Zeile 143: Zeile 143:
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{attr_date = "Deportationsdatum", date = ask_result["Deportationsdatum"], attr_day = "Deportationstag", attr_year = "Deportationsjahr"}
t = t .. fab.zeile{attr_name = "Deportationsort", attr_val = ask_result["Deportationsort"]}
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"]}
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"}
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"]}
t = t .. fab.zeile{attr_name = "Quellangaben", attr_val = ask_result["Quellangaben"], val_show_only = true}
t = t .. "</dl>"
t = t .. "</dl>"