Modul:Person: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
Messing around with loading the templates
Keine Bearbeitungszusammenfassung
(Messing around with loading the templates)
Zeile 4: Zeile 4:
pf = frame:getParent()
pf = frame:getParent()
args = pf.args
args = pf.args
-- Before you ask: No, you cant' use extensionTag here!
tpl_bild = p.Bild( frame, args )
tpl_bild = p.Bild( frame, args )
tpl_daten = p.Daten( frame, args )
tpl_funktionen = p.Funktionen( frame, args )
-- Before you ask: No, you cant' use extensionTag here!
tab_bild=''
tab_bild=''
if tpl_bild:gsub("%s+", "") ~= '' then
if tpl_bild:gsub("%s+", "") ~= '' then
Zeile 14: Zeile 12:
end
end
tpl_daten = p.Daten( frame, args )
tab_daten=''
tab_daten=''
if tpl_daten:gsub("%s+", "") ~= '' then
if tpl_daten:gsub("%s+", "") ~= '' then
Zeile 19: Zeile 18:
end
end
tpl_funktionen = p.Funktionen( frame, args )
tab_funktionen=''
tab_funktionen=''
if tpl_funktionen:gsub("%s+", "") ~= '' then
if tpl_funktionen:gsub("%s+", "") ~= '' then

Navigationsmenü