27.175
Bearbeitungen
(linkFormDateAttrList() Modul:SMW geändert; + date nil check) |
(linkFormDate() empty check) |
||
| Zeile 16: | Zeile 16: | ||
local mda | local mda | ||
local mn -- monthname | local mn -- monthname | ||
if com.isEmpty(date) then | |||
return | |||
end | |||
if string.find(date, "/") ~= nil then -- regular case YYYY/MM/DD | if string.find(date, "/") ~= nil then -- regular case YYYY/MM/DD | ||