22.566
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 486: | Zeile 486: | ||
dateien[i] = nil | dateien[i] = nil | ||
end | end | ||
t = t .. "'''" .. count .. "Dateien'''\n" | t = t .. "'''" .. count .. " Dateien'''\n" | ||
if count > 0 then | if count > 0 then | ||
t = t .. "<gallery mode=\"nolines\">\n" .. g .. "</gallery>\n" | t = t .. "<gallery mode=\"nolines\">\n" .. g .. "</gallery>\n" | ||
| Zeile 500: | Zeile 500: | ||
end | end | ||
end | end | ||
t = t .. "'''" .. count .. "Dateien'''\n" | t = t .. "'''" .. count .. " Dateien'''\n" | ||
if count > 0 then | if count > 0 then | ||
t = t .. "<gallery mode=\"nolines\">\n" .. g .. "</gallery>\n" | t = t .. "<gallery mode=\"nolines\">\n" .. g .. "</gallery>\n" | ||
| Zeile 510: | Zeile 510: | ||
g, count = "", 0 | g, count = "", 0 | ||
for d, z in pairs(dateien) do | for d, z in pairs(dateien) do | ||
if | if z then | ||
mw.smw.subobject{["Seite"] = d} | mw.smw.subobject{["Seite"] = d} | ||
g = g .. d .. "\n" | g = g .. d .. "\n" | ||
| Zeile 516: | Zeile 516: | ||
end | end | ||
end | end | ||
t = t .. "'''" .. count .. "Dateien'''\n" | t = t .. "'''" .. count .. " Dateien'''\n" | ||
if count > 0 then | if count > 0 then | ||
t = t .. "<gallery mode=\"nolines\">\n" .. g .. "</gallery>\n" | t = t .. "<gallery mode=\"nolines\">\n" .. g .. "</gallery>\n" | ||