22.171
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 .. "{{{for template|Einrichtung|label=Einrichtung}}}\n" | ||
t = t .. "{{Formular:Einrichtung/Daten/Work}}" | t = t .. "{{Formular:Einrichtung/Daten/Work}}\n" | ||
t = t .. "{{{end template}}}" | t = t .. "{{{end template}}}\n" | ||
t = t .. "= Adressen =\n" | t = t .. "= Adressen =\n" | ||
t = t .. "{{{for template|Adresse|multiple|add button text=Adresse hinzufügen}}}" | t = t .. "{{{for template|Adresse|multiple|add button text=Adresse hinzufügen}}}\n" | ||
t = t .. "{{Formular:Adresse}}" | t = t .. "{{Formular:Adresse}}\n" | ||
t = t .. "{{{end template}}}" | t = t .. "{{{end template}}}\n" | ||
t = t .. fom.common() | t = t .. fom.common() | ||
t = frame:preprocess(t) | t = frame:preprocess(t) | ||