2,875
edits
Tag: Undo |
Tag: Undo |
||
Line 20: | Line 20: | ||
} | } | ||
--- Formats a given string to TitleCase. | --- Formats a given string to TitleCase. | ||
-- @param name (string) String to format. | -- @param name (string) String to format. | ||
Line 241: | Line 237: | ||
local pOutputs = parseItemInOut(args, 'output') | local pOutputs = parseItemInOut(args, 'output') | ||
local dlcIcons = p.getDLCIcons(args['dlc'], ' ') | local dlcIcons = p.getDLCIcons(args['dlc'], ' ') | ||
local explanation = | local explanation = mw.text.unstripNoWiki(args['explanation'] or '') | ||
local tbl = mw.html.create() | local tbl = mw.html.create() |
edits