Module:TempScriptItem: Difference between revisions

no edit summary
(temporary page for testing purposes)
 
No edit summary
Line 1,168: Line 1,168:


function p.standardizeNullType(type)
function p.standardizeNullType(type)
type = type:lower()
local type2 = type:lower()
if type == 'void' or type == 'null' or type == 'undefined' or type == 'n/a' then
if type2 == 'void' or type2 == 'null' or type2 == 'undefined' or type2 == 'n/a' then
return 'void'
return 'void'
else
else
6,833

edits