Modul:Bild: Unterschied zwischen den Versionen

Aus FürthWiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
return 'test'
return 'test'
end
end
return p

Version vom 7. Juni 2024, 15:25 Uhr

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

return p