Modul:Bild

Aus FürthWiki
Zur Navigation springen Zur Suche springen
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)
	return 'test'
end