Module:Sortkey: Difference between revisions
m Protected "Module:Sortkey": High-risk Lua module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
Richardpruen (talk | contribs) m 1 revision imported |
||
(2 intermediate revisions by 2 users not shown) | |||
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 |