Modul:Common: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 79: Zeile 79:
function p.getMonthnr(name)  
function p.getMonthnr(name)  
-- Returns the number of the given monthname  
-- Returns the number of the given monthname  
local months = getMonthList()
local months = p.getMonthList()
for nr, mn in pairs(months) do
for nr, mn in pairs(months) do
if mn == name then
if mn == name then
82.367

Bearbeitungen