Modul:Person: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
(Added Funktionen)
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
tpl_bild = p.Bild( frame, args )
tpl_bild = p.Bild( frame, args )
tpl_daten = p.Daten( frame, args )
tpl_daten = p.Daten( frame, args )
tpl_funktionen = p.Funktionen( frame, args )


-- 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='<tab name=Bild>' .. tpl_bild .. '</tab>'
tab_daten='<tab name=Daten>' .. tpl_daten .. '</tab>'
tab_daten='<tab name=Daten>' .. tpl_daten .. '</tab>'
tab_funktionen='<tab name=Funktionen>' .. tpl_funktionen .. '</tab>'
t ='<div class=factbox><tabs>' ..  
t ='<div class=factbox><tabs>' ..  
  tab_bild ..  
  tab_bild ..  
  tab_daten ..  
  tab_daten ..  
  tab_funktionen ..
  '</tabs></div>'
  '</tabs></div>'