Documentation for this module may be created at Module:TypeButNathanWroteIt/doc
--[[
{{#if:{{{3|{{{link|}}}}}}
|{{type/link|{{{1}}}|mod={{{2|{{{mod|}}}}}}|link={{{3|{{{link}}}}}}}}
|{{#switch:{{{1}}}
| nil
| number
| numbers
| double
| doubles
| integer
| integers
| string
| strings
| boolean
| bool
| booleans
| true
| false
| function
| functions
| table
| any
| tables = {{type/builtin|{{{1}}}|mod={{{2|{{{mod|}}}}}}}}
| Vectors
| vectors
| Vector
| Vector2
| Vector3
| Vector4 = {{type/vector|{{{1}}}|name=Vector|mod={{{2|{{{mod|}}}}}}}}
| Matrices
| matrices
| Matrix
| Matrix2
| Matrix3
| Matrix4 = {{type/vector|{{{1}}}|name=Matrix|mod={{{2|{{{mod|}}}}}}}}
| {{type/custom|{{{1}}}|mod={{{2|{{{mod|}}}}}}}}
}}
}}
]]
local module = {}
return module