Difference between revisions of "Template:Type"
From ComputerCraft Wiki
m (One more try) |
m (Updated to add <includeonly> and <noinclude> domains.) |
||
| Line 1: | Line 1: | ||
| − | [[{{{1|}}} (type)|<span style="color: darkgreen; font-style: italic">{{{1|}}}</span>]] | + | <includeonly>[[{{{1|}}} (type)|<span style="color: darkgreen; font-style: italic">{{{1|}}}</span>]]</includeonly> |
| + | <noinclude> | ||
| + | Used to link to a type. Valid types are '''nil''', '''boolean''', '''number''', '''string''', '''function''', '''userdata''', '''thread''', and '''table'''. | ||
| + | <nowiki>{{</nowiki>Type|<type><nowiki>}}</nowiki> | ||
| + | </noinclude> | ||
Revision as of 00:30, 6 May 2013
Used to link to a type. Valid types are nil, boolean, number, string, function, userdata, thread, and table.
{{Type|<type>}}