FiguraMC:Contributing/Style Guide: Difference between revisions

From FiguraMC
Created page with "= Types = When creating a type page, please use the following layout: == Methods == {| class="wikitable" |- ! Method ! Brief description |- | method | description |- | getPos | Returns the position of the ModelPart as a {{type|Vector3}} |} == Fields == {| class="wikitable" |- ! Field ! Type |- | field | {{type|type}} |- | TICK | {{type|Event}} |} Each field/method should link to a subpage for that fiel..."
 
No edit summary
Line 2: Line 2:
When creating a type page, please use the following layout:
When creating a type page, please use the following layout:


=== -- START EXAMPLE -- ===
== Methods ==
== Methods ==
{| class="wikitable"
{| class="wikitable"
Line 26: Line 27:
| {{type|Event}}
| {{type|Event}}
|}
|}
=== -- END EXAMPLE -- ===


Each field/method should link to a subpage for that field/method
Each field/method should link to a subpage for that field/method

Revision as of 03:48, 5 October 2024

Types

When creating a type page, please use the following layout:

-- START EXAMPLE --

Methods

Method Brief description
method description
getPos Returns the position of the ModelPart as a Vector3

Fields

Field Type
field type
TICK Event

-- END EXAMPLE --

Each field/method should link to a subpage for that field/method