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 14:52, 18 July 2019
86 bytes added
,
5 years ago
m
no edit summary
Line 82:
Line 82:
|style="background:gray;" colspan="14"|
|style="background:gray;" colspan="14"|
]=]
]=]
+
+
local function pad(n)
+
return n < 10 and '0' .. n or n
+
end
local function formatTime(time)
local function formatTime(time)
−
return math.floor(time / 60)
.. ':' ..
time % 60
+
return
string.format('%s:%s', pad(
math.floor(time / 60)
), pad(
time % 60
))
end
end
がか
cssedit, gkautomate
7,064
edits