• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
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,060

edits

Navigation menu