82.367
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 33: | Zeile 33: | ||
if day ~= 0 then | if day ~= 0 then | ||
mds = day..'. '..months[md] | mds = day..'. '..months[md] | ||
if mw.title.new(mds).exists then | if not mw.title.new(mds).exists then | ||
mds = string(day-1)..'. '..months[md] | |||
end | end | ||
t=t..mds | |||
else | else | ||
t=t..':Kategorie:'..months[md] | t=t..':Kategorie:'..months[md] | ||
| Zeile 50: | Zeile 51: | ||
if day ~= 0 then | if day ~= 0 then | ||
mus = day..'. '..months[mu] | mus = day..'. '..months[mu] | ||
if mw.title.new(mus).exists then | if not mw.title.new(mus).exists then | ||
mus = string(day-1)..'. '..months[mu] | |||
end | end | ||
t=t..mus | |||
else | else | ||
t=t..':Kategorie:'..months[mu] | t=t..':Kategorie:'..months[mu] | ||