Modul:Person: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
K
Leerzeichen entfernt...
Keine Bearbeitungszusammenfassung
K (Leerzeichen entfernt...)
Zeile 6: Zeile 6:
g = p.Bild( frame, args )
g = p.Bild( frame, args )
d = p.Daten( frame, args )
d = p.Daten( frame, args )
 
-- Before you ask: No, you cant' use extensionTag here!
-- Before you ask: No, you cant' use extensionTag here!
t1='<tab name=Bild>' .. g .. '</tab>'
t1='<tab name=Bild>' .. g .. '</tab>'
t2='<tab name=Daten>' .. d .. '</tab>'
t2='<tab name=Daten>' .. d .. '</tab>'
t ='<div class=factbox><tabs>'..t1..t2..'</tabs></div>'
t ='<div class=factbox><tabs>'..t1..t2..'</tabs></div>'
 
-- Use preprocess to render the factbox and all contens at once
-- Use preprocess to render the factbox and all contens at once
return frame:preprocess(t)
return frame:preprocess(t)
end  
end


function p.Bild( frame, args )
function p.Bild( frame, args )

Navigationsmenü