local p = {} local f = require( "Module:Datei" ) function p.Faktenbox( frame ) pf = frame:getParent() args = pf.args t = f.Daten( frame, args ) return frame:preprocess(t) end