Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:View/Expedition
(view source)
Revision as of 16:52, 18 July 2019
54 bytes removed
,
5 years ago
m
no edit summary
Line 138:
Line 138:
local function formatAmount(n, time)
local function formatAmount(n, time)
−
if not time then
−
return tostring(n)
−
end
n = tonumber(n)
n = tonumber(n)
−
if
not n
then
+
return
not n
and
'??'
or
tostring(
time and
U.round(60 * n / time)
or n
)
−
return
'??'
−
end
−
return
tostring(U.round(60 * n / time))
end
end
がか
cssedit, gkautomate
7,064
edits