82.367
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 4: | Zeile 4: | ||
local args = frame:getParent().args | local args = frame:getParent().args | ||
local tpl_bild = p. | local tpl_bild = p.bild(frame, args) | ||
local tab_bild='' | local tab_bild='' | ||
if tpl_bild:gsub("%s+", "") ~= '' then | if tpl_bild:gsub("%s+", "") ~= '' then | ||
| Zeile 12: | Zeile 12: | ||
-- The tab "Daten" is visible everytime | -- The tab "Daten" is visible everytime | ||
local tpl_daten = p. | local tpl_daten = p.daten(frame, args) | ||
local tab_daten='<tab name=Daten>' .. | local tab_daten='<tab name=Daten>' .. | ||
tpl_daten .. '</tab>' | tpl_daten .. '</tab>' | ||
local tpl_adressen = p. | local tpl_adressen = p.adressen(frame, args) | ||
local tab_adressen='' | local tab_adressen='' | ||
if tpl_adressen:gsub("%s+", "") ~= '' then | if tpl_adressen:gsub("%s+", "") ~= '' then | ||
| Zeile 23: | Zeile 23: | ||
end | end | ||
local tpl_funktionaere = p. | local tpl_funktionaere = p.funktionaere(frame, args) | ||
local tab_funktionaere='' | local tab_funktionaere='' | ||
if tpl_funktionaere:gsub("%s+", "") ~= '' then | if tpl_funktionaere:gsub("%s+", "") ~= '' then | ||
| Zeile 30: | Zeile 30: | ||
end | end | ||
local tpl_bilanzdaten = p. | local tpl_bilanzdaten = p.bilanzdaten(frame, args) | ||
local tab_bilanzdaten='' | local tab_bilanzdaten='' | ||
if tpl_bilanzdaten:gsub("%s+", "") ~= '' then | if tpl_bilanzdaten:gsub("%s+", "") ~= '' then | ||