Module:Sortkey: Difference between revisions

m 1 revision imported: Wikipedia article on Nicotine templates needed
Fixed unintended global variable use
Line 28: Line 28:


function p._sortKeyForNumber(value)
function p._sortKeyForNumber(value)
local sortkey
if not valid_number(value) then
if not valid_number(value) then
if value < 0 then
if value < 0 then