Content deleted Content added
local electionyear =args['electionyear']; |
duh. %d%d%d%d% |
||
Line 8:
local electionyear =args['electionyear'];
if ((electionyear == nil) or (mw.ustring.match(electionyear, "^%s*$") ~= nil)) then
return "[[:Category:CanElecResTopTest with nil value]]"
elseif (mw.ustring.match(electionyear, "^%s*
return "[[:Category:CanElecResTopTest with bare year]]"
elseif (mw.ustring.match(electionyear, "^.*%s+
return "[[:Category:CanElecResTopTest with something before year]]"
else
|