Template:Code Reference
This template is used for cohesive citation of the game's C# classes. It's called like so:
{{Part Reference
| namespace = Fake.Namespace
| class = FakeClass
| method = FakeMethod
}}
All parameters except class can usefully be omitted:
- If
classis missing, the page will be tagged with Category:Pages with part reference errors. - If
namespaceis missing, it defaults toXRL.World.Parts. - If
methodis missing, the descriptive text related to it is omitted.
The above example results in the following citation:[1]
- ↑
Fake.Namespace.FakeClass, method FakeMethod