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 21:00, 15 April 2018
130 bytes added
,
6 years ago
no edit summary
Line 137:
Line 137:
-- * String functions.
-- * String functions.
−
−
function Utils.category(name)
−
return "[[" .. "Category:" .. name .. "]]"
−
end
function Utils.pad(s, n, c)
function Utils.pad(s, n, c)
Line 162:
Line 158:
s = s:gsub("^(%l)", function(a) return string.upper(a) end)
s = s:gsub("^(%l)", function(a) return string.upper(a) end)
return s
return s
+
end
+
+
-- * Wikitext/HTML functions.
+
+
function Utils.category(name)
+
return "[[" .. "Category:" .. name .. "]]"
+
end
+
+
function Utils.red(s)
+
return Utils.format{[[<span style="color:red">${s}</span>]], s = s}
end
end
がか
cssedit, gkautomate
7,064
edits