Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Core
(view source)
Revision as of 19:02, 28 October 2017
58 bytes added
,
7 years ago
m
no edit summary
Line 94:
Line 94:
function Utils.pad(s, n, c)
function Utils.pad(s, n, c)
+
c = c or " "
+
n = n or 0
+
s = tostring(s) or ""
return #s < n and string.rep(c, n - #s) .. s or s
return #s < n and string.rep(c, n - #s) .. s or s
end
end
がか
cssedit, gkautomate
7,064
edits