Änderungen

Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: „local p = {} local c = require( "Module:Common" ) local f = require( "Module:Datei" ) function p.Faktenbox( frame ) pf = frame:getParent() args = pf.args t…“
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

Navigationsmenü