Modul:Bild: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „local p = {} local c = require( "Module:Common" ) local f = require( "Module:Datei" ) function p.Faktenbox( frame ) pf = frame:get…“) Markierung: Ersetzt |
||
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 = | t = f.Daten( frame, args ) | ||
return frame:preprocess(t) | return frame:preprocess(t) | ||
end | end | ||