Modul:Chronik: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 27: Zeile 27:
function dateParsing(frame, s, year)
function dateParsing(frame, s, year)
-- Parses a date down where s is the datestring and year can be nil or string
-- Parses a date down where s is the datestring and year can be nil or string
local d=split(s, 'bis')
local d=split('1. Dezember 2013 - 12. Dezember 2013', '-')
local sd=human_to_form_date(d[1])
local sd=human_to_form_date(d[1])
82.367

Bearbeitungen