22.069
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 81: | Zeile 81: | ||
function p.Formular(frame) | function p.Formular(frame) | ||
local t = "" | local t = "" | ||
t = t .. "{{{for template|Einrichtung|label=Einrichtung}}}" | |||
t = t .. "{{Formular:Einrichtung/Daten/Work}}" | |||
t = t .. "{{{end template}}}" | |||
t = t .. "= Adressen =\n" | |||
t = t .. "{{{for template|Adresse|multiple|add button text=Adresse hinzufügen}}}" | |||
t = t .. "{{Formular:Adresse}}" | |||
t = t .. "{{{end template}}}" | |||
t = t .. fom.common() | t = t .. fom.common() | ||
return t | return t | ||