Modul:Stadtteil: Unterschied zwischen den Versionen

fix attr_text
(table_header_footer(), factbox_header_footer())
(fix attr_text)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 57: Zeile 57:
t = t .. fab.zeileDatum{fbdata = fbdata, attr_date = "Erschließungsdatum", date = fbdata.pargs["Erschließungsdatum"], attr_text = "Erschließung", attr_day = "Erschließungstag", attr_year = "Erschließungsjahr"}
t = t .. fab.zeileDatum{fbdata = fbdata, attr_date = "Erschließungsdatum", date = fbdata.pargs["Erschließungsdatum"], attr_text = "Erschließung", attr_day = "Erschließungstag", attr_year = "Erschließungsjahr"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Ehemals"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Ehemals"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "PLZ", delimiter = ";"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "PLZ", delimiter = ";"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Stadtbezirk"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Stadtbezirk"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Stadtteil", attr_text = "Gehört zu Stadtteil", delimiter = ";"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Stadtteil", delimiter = ";"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "StatistischerBezirk", delimiter = ";"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "StatistischerBezirk", delimiter = ";"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "StatistischerDistrikt", delimiter = ";"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "StatistischerDistrikt", delimiter = ";"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Fläche", attr_text = "Fläche" .. bemerkungshinweis, val_prefix="ca.", val_postfix="km<sup>2</sup>"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Fläche", attr_text = "Fläche" .. bemerkungshinweis, val_prefix="ca.", val_postfix="km<sup>2</sup>"}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Bevölkerung", attr_text = "Bevölkerung" .. bemerkungshinweis, val_prefix="ca."}
t = t .. fab.zeile{fbdata = fbdata, attr_name = "Bevölkerung", attr_text = "Bevölkerung" .. bemerkungshinweis, val_prefix="ca."}