Cambios

84 bytes añadidos ,  16:26 30 may 2023
sin resumen de edición
Línea 33: Línea 33:  
else
 
else
 
--Spanish
 
--Spanish
temp = tostring(mw.language.getContentLanguage():formatNum(lowprice))
+
temp = tostring(mw.language.getContentLanguage():formatNum(lowprice))
+
 
if (tonumber(temp) < 10000) then
+
if (tonumber(temp) < 1000) then
 +
formattedprice = formattedprice .. lowprice
 +
elseif (tonumber(temp) < 10000) then
 
local length = #(temp)
 
local length = #(temp)
 
temp2 = string.sub(temp, -3)
 
temp2 = string.sub(temp, -3)
106 438

ediciones