Modul:Person: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:


-- Before you ask: No, you cant' use extensionTag here!
-- Before you ask: No, you cant' use extensionTag here!
tab_bild='<tab name=Bild>' .. tpl_bild .. '</tab>'
tab_bild=''
if tpl_bild ~= '' then
tab_bild='<tab name=Bild>' .. tpl_bild .. '</tab>'
end
tab_daten='<tab name=Daten>' .. tpl_daten .. '</tab>'
tab_daten='<tab name=Daten>' .. tpl_daten .. '</tab>'
tab_funktionen=''
if tpl_funktionen ~= '' then
if tpl_funktionen ~= '' then
tab_funktionen='<tab name=Funktionen>' .. tpl_funktionen .. '</tab>'
tab_funktionen='<tab name=Funktionen>' .. tpl_funktionen .. '</tab>'
else
tab_funktionen=''
end
end
t ='<div class=factbox><tabs>' ..  
t ='<div class=factbox><tabs>' ..  

Navigationsmenü