local p = {} --local c = require( "Module:Common" ) 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