Editing Module:Param Parse
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 49: | Line 49: | ||
function parse.number_or_number_range_low(prenum) |
function parse.number_or_number_range_low(prenum) |
||
if not prenum then return end |
|||
local count = 0 |
local count = 0 |
||
local value = nil |
local value = nil |
||
Line 68: | Line 67: | ||
function parse.number_or_number_range_high(prenum) |
function parse.number_or_number_range_high(prenum) |
||
if not prenum then return end |
|||
local count = 0 |
local count = 0 |
||
local value = nil |
local value = nil |