17.658
Bearbeitungen
(local smw = require("Modul:SMW")) |
(bildTab() smw.addAttrToList(fbdata.attr.list) |
||
| Zeile 48: | Zeile 48: | ||
t = t .. '{| class = "factbox_imagetable" border = "0" cellpadding = "0" cellspacing = "0" width = "100%"\n' | t = t .. '{| class = "factbox_imagetable" border = "0" cellpadding = "0" cellspacing = "0" width = "100%"\n' | ||
t = t .. '|-\n' | t = t .. '|-\n' | ||
t = t .. '|[[ | t = t .. '|[[Datei:' .. fbdata.pargs["Bild"] .. '|768px|link=' .. (seite or '') .. ']]\n' | ||
if beschreibung ~= "" then | if beschreibung ~= "" then | ||
t = t .. '|-\n' | t = t .. '|-\n' | ||
| Zeile 54: | Zeile 54: | ||
end | end | ||
t = t .. '|}' | t = t .. '|}' | ||
smw.addAttrToList(fbdata.attr.list, "Bild", "Datei:" .. fbdata.pargs["Bild"]) | |||
end | end | ||
-- Tab draus machen | -- Tab draus machen | ||