Modul:Bild: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(35 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
local p = {} -- | local p = {} | ||
local c = require( "Module:Common" ) | --local c = require( "Module:Common" ) | ||
local f = require( "Module:Datei" ) | |||
function p.Faktenbox( frame ) | function p.Faktenbox( frame ) | ||
pf = frame:getParent() | pf = frame:getParent() | ||
args = pf.args | args = pf.args | ||
t = f.Daten( frame, args ) | |||
return frame:preprocess(t) | |||
return frame:preprocess( | |||
end | end | ||
return p | return p |