Template:Script Object Member Summary
From Starfield Wiki
Summary[edit]
This template is designed to summaries a script object member in brief, on the script object page itself. It provides a summary of the script member, return type, and parameters.
Parameters[edit]
| Parameter | Scope | Description |
|---|---|---|
| title | optional | This will be the info-box title to use instead of the page name. |
| script | optional | The script name specified by the ScriptName |
| name | optional | The name of this script member. |
| kind | optional | The type of this script member. |
| flags | optional | |
| returns | optional | |
| parameters | optional | |
| documentation | optional | |
| game_version | optional |
Example[edit]
An example of the member summary.
| AAA | |
|---|---|
| Script | BBB |
| Name | CCC |
| Kind | DDD |
| Flags | EEE |
| Returns | FFF |
| Parameters | GGG |
| Documentation | HHH |
| Game Version | III |