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:00, 28 October 2017
87 bytes added
,
7 years ago
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
7,064
edits