Module:Sandbox/BrownHairedGirl/CanElecResTopTest: Difference between revisions

Content deleted Content added
test month
typo
Line 19:
function isValidMonth(s)
local mymonth = mw.ustring.gubgsub(s, "^%s*(.*%S)%s+%d%d%d%d%s*$", "$1")
if (validmonth[string.lower(mymonth)] == "OK") then