Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 445: Line 445:
if type:lower() == "void" then
if type:lower() == "void" then
isVoidReturn = true
isVoidReturn = true
description = "This "..args.type.." doesn't return any values."
description = "This "..args.type.." doesn't return a value."
elseif tokens[2] then
elseif tokens[2] then
description = p.formatDescription(table.concat(tokens, ' ', 2))
description = p.formatDescription(table.concat(tokens, ' ', 2))
6,833

edits