20.917
Bearbeitungen
(+ t = str.strip(t) intable_header_footer() und factbox_header_footer()) |
(bildTab() + Toleranz Bild: und Datei:) |
||
| Zeile 42: | Zeile 42: | ||
-- mw.logObject(fbdata.pargs, "fbdata.pargs") | -- mw.logObject(fbdata.pargs, "fbdata.pargs") | ||
-- Konsolenzeile zum Debuggen: | -- Konsolenzeile zum Debuggen: | ||
-- =p.bildTab_{pargs={Bild="Erloeserkirche.jpg"}} | -- =p.bildTab_{attr={list={}},pargs={Bild="Erloeserkirche.jpg"}} | ||
local t = "" | local t = "" | ||
local bild = fbdata.pargs["Bild"] | local bild = fbdata.pargs["Bild"] | ||
if bild ~= nil then | if bild ~= nil then | ||
if string.sub(bild, 1, 5) == "Bild:" then | |||
bild = string.sub(bild, 6) | |||
elseif string.sub(bild, 1, 6) == "Datei:" then | |||
bild = string.sub(bild, 7) | |||
end | |||
local bildlink = "" | local bildlink = "" | ||
if fbdata.bildlink ~= nil then | if fbdata.bildlink ~= nil then | ||