Template:Type: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>JulienDethurens Added link argument. |
||
Line 1: | Line 1: | ||
<!-- TEMPLATE CODE --> | <!-- TEMPLATE CODE --> | ||
<includeonly><onlyinclude>[[{{{1}}}|<span style="color: darkgreen;">{{{1}}}</span>]]</onlyinclude></includeonly> | <includeonly><onlyinclude>[[{{if|{{{link}}}|{{{link}}}|{{{1}}}}}|<span style="color: darkgreen;">{{{1}}}</span>]]</onlyinclude></includeonly> | ||
<!-- PAGE CONTENTS --> | <!-- PAGE CONTENTS --> | ||
Line 13: | Line 13: | ||
{{type|bool}} | {{type|bool}} | ||
{{type|number}} | {{type|number}} | ||
{{type|Instance}} | {{type|Instance|link=RBX.lua.Instance (Object)}} | ||
{{type|BasePart}} | {{type|BasePart|link=RBX.lua.Basepart (Object)}} | ||
{{type|Vector3}} | {{type|Vector3}} | ||
</code> | </code> |
Revision as of 21:45, 9 February 2012
Examples
Code
[[{{{link}}}|string]]
[[{{{link}}}|thread]]
[[{{{link}}}|function]]
[[{{{link}}}|bool]]
[[{{{link}}}|number]]
Instance
BasePart
[[{{{link}}}|Vector3]]
Result
[[{{{link}}}|string]] [[{{{link}}}|thread]] [[{{{link}}}|function]] [[{{{link}}}|bool]] [[{{{link}}}|number]] [[{{{link}}}|Instance]] [[{{{link}}}|BasePart]] [[{{{link}}}|Vector3]]