Template:Event

From Legacy Roblox Wiki
Jump to navigationJump to search
[[{{{name}}} (Event)|{{{name}}}]] ( )
Description {{{description}}}
Member of:
[purge] Template documentation

Documentation subpage icon

This is a documentation subpage for Template:Event.
It contains usage information, categories and other content that is not part of the original template page.

This template is used to document events. It should only be used to document events that are part of the ROBLOX API.

Usage

<onlyinclude>{{Event
|name=name
|description=description
[|arguments=arguments]
[|protected=bool]
[|object=object]
[|objects=objects]
}}</onlyinclude>

Note: text between brackets ([ and ]) is optional, text in bold represents a certain value (something you must replace) and the rest represents things that must be present as-is.

Parameters

name
The name of the event.
arguments
The arguments given by the event. See the section on arguments for more info on arguments.
description
A description of the event.
protected
If specified, the icon of the event will indicate that the event is protected.
object
The name of the object this event belongs to, if there is only one. Otherwise, use the objects argument.
objects
Links to the objects this event belongs to, if there are more than one. Otherwise, use the object argument.

Arguments

Arguments should be separated by commas. Their type should always be written before their name and should always be identical to the one written in the object browser. The type should either be in raw text, either be a link to the page of the type or either be displayed with the {{Type}} template. The name should always either be contained in a <var> tag, which is preferrable, either be italicized with wiki markup.

Default values for arguments should be indicated outside of the <var> or outside of the italicization and be indicated the same way as they are in the object browser.

Notes

  • The event should always be at the top of the page.
  • If you need to put things after the event, make sure to use the {{Clear floats}} template between the event and the rest of the page.
  • All events should be categorized under the Events category.