Modulo:Datoj: Malsamoj inter versioj

[kontrolita revizio][kontrolita revizio]
Enhavo forigita Enhavo aldonita
e aldono
eNeniu resumo de redakto
Linio 36:
local m1 = ""
local eraro = false
local mt = mw.ustring.lower(m)
if mt == "januaro" or "jan" then
m1 = "januaro"
elseif mt == "februaro" or "feb" then
m1 = "februaro"
elseif m t== "marto" or "mar" then
m1 = "marto"
elseif mt == "aprilo" or "apr" then
m1 = "aprilo"
elseif mt == "majo" or "maj" then
m1 = "majo"
elseif mt == "junio" or "jun" then
m1 = "junio"
elseif mt == "julio" or "jul" then
m1 = "julio"
elseif mt == "aŭgusto" or "aŭg" then
m1 = "aŭgusto"
elseif mt == "septembro" or "sep" then
m1 = "septembro"
elseif mt == "oktobro" or "okt" then
m1 = "oktobro"
elseif mt == "novembro" or "nov" then
m1 = "novembro"
elseif mt == "decembro" or "dec" then
m1 = "decembro"
else