Modul:Audio: Unterschied zwischen den Versionen

Aus FürthWiki
Zur Navigation springen Zur Suche springen
 
Zeile 9: Zeile 9:
 
return frame:preprocess(t)
 
return frame:preprocess(t)
 
end
 
end
 +
 +
return p

Aktuelle Version vom 7. Juni 2024, 15:29 Uhr

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

return p