Template:Object: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
Whoops. Moved the style argument over.
>Blocco
Gonna write some documentation.
Line 1: Line 1:
<!--<table class="object-data collapsible autocollapse sortable wikitable objectlist" style="width: auto; height: auto; float: none; margin: 4px 0px;{{{2|}}}">--><table class="object-data collapsible autocollapse sortable wikitable objectlist" style="{{{3|}}}">
<!--<!--<table class="object-data collapsible autocollapse sortable wikitable objectlist" style="width: auto; height: auto; float: none; margin: 4px 0px;{{{2|}}}">--><table class="object-data collapsible autocollapse sortable wikitable objectlist" style="{{{3|}}}">
<tr>
<tr>
<th class="unsortable" style="width:60px">[[{{ifexist|:Image:{{{1|Instance}}} icon.png|Image:{{{1|Instance}}} icon.png|Image:Object blank Icon.png}}]]</th>
<th class="unsortable" style="width:60px">[[{{ifexist|:Image:{{{1|Instance}}} icon.png|Image:{{{1|Instance}}} icon.png|Image:Object blank Icon.png}}]]</th>
Line 7: Line 7:
{{Members|{{{1|Instance}}}|properties|row}}
{{Members|{{{1|Instance}}}|properties|row}}
{{Members|{{{1|Instance}}}|events|row}}
{{Members|{{{1|Instance}}}|events|row}}
</table><noinclude>[[Category:Templates]]</noinclude>
</table>--><onlyinclude>{{Object/doc}}</onlyinclude><noinclude>[[Category:Templates]]</noinclude>

Revision as of 00:19, 16 August 2010

[] Instance (extends ROOT)
method Clone
method FindFirstChild
method GetChildren
method GetDebugId
method GetFullName
method IsA
method IsAncestorOf
method IsDescendantOf
method Destroy
method ClearAllChildren
property Name
property Parent
property Archivable
property ClassName
property RobloxLocked
property DataCost
event AncestryChanged
event Changed
event ChildAdded
event ChildRemoved
event DescendantAdded
event DescendantRemoving

-->

This template is used for documenting object classes. This template will require setting four or less subpages, depending on your object. The four subpages that you can set are:

  • /superclass (This is for the class that your object inherits)
  • /methods (These hold all of the methods that originate from your object)
  • /properties (These hold all of the properties that originate from your object)
  • /events (These hold all of the events that originate from your object)

How to use the template

The template that we are using has three arguments. These arguments are shown below with the template:

{{Object|classname|object or service|style}}

For example, look at the following code:

Example
{{Object|Instance}}

would generate

Template loop detected: Template:Object/doc

providing that the four subpages are set properly.

How do I set the four subpages?

Superclass

This page is simply just the classname of the object this object inherits. For example, the superclass of Part would be BasePart.

Methods

This page is for all of the methods that originate from this object. They have to be set specifically according to the code above.

Properties

This page is for all of the methods that originate from this object. Like methods, they have to be set specifically according to the code above.

Events

This page is for all of the methods that originate from this object. They too have to be set specifically according to the code above.

Why use this template?

This template is useful for a lot of reasons. It cuts down on code. You can produce many objects in less time if you set the pages correctly and properly. Finally, the code is easy to understand.