• 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
no edit summary
Line 91: Line 91:  
function Utils.category(name)
 
function Utils.category(name)
 
     return "[[" .. "Category:" .. name .. "]]"
 
     return "[[" .. "Category:" .. name .. "]]"
 +
end
 +
 +
function Utils.pad(s, n, c)
 +
    return #s < n and string.rep(c, n - #s) .. s or s
 
end
 
end
  
cssedit, gkautomate
6,928

edits

Navigation menu