Template:Activity
From Starfield Wiki
| Due to the sensitive nature of this template and the fact that it is used on a large number of pages, it has been semi-protected to prevent site-wide damage by vandal bots. Editors: In order to minimize the impact on our servers, please use sandboxes to make and test changes to widely used templates before deployment. For more information, please see this article's talk page. |
Summary[edit]
Displays an informational table about a specific activity. Although many are defined with {{Activity Header}}, this can also specify additional activities inside pages such as {{Mission Header}} or {{Scene Header}}.
Parameters[edit]
Previously, some parameters were lower-case while others were mixed-case. These have all been switched to lower-case, although the mixed-case parameters will continue to work normally. For consistency, lower-case is preferred, since that's what's in use for most templates.
| Parameter | Scope | Description |
|---|---|---|
| description | required | The text objective of this activity, as stated in the game UI, without any added linking or period. |
| giver | optional | Who starts this activity. |
| icon | optional | The in-game icon for the quest (default SF-qico-Activity.svg). |
| id | required | The editor identification of a pointer quest. |
| linked | optional | The full page name matching the id (default is current page). |
| mod | optional | Name of mod that adds the quest (if not in baseline version of game). |
| nosave | optional | Do not #save these details. |
| place | required | Where this activity is started, such as the common location of the giver. This should not be formatted as a link. |
| placenote | optional | Detailed information about the starting location. |
| radiant | optional | =yes, has procedural generation. |
| repeatable | optional | How frequently, such as immediately, hourly, or daily. |
| started | required | How this activity is started. |
| target | optional | If this objective points to a mission, person, or place (default is current page). This should not be formatted as a link. |
Note that mod, nosave, place, and placenote are not displayed here. They are used internally for maintaining lists.
Examples[edit]
{{Activity Holder|
{{Activity
|description=Follow Noel
|giver=[[SF:Noel|Noel]]
|id=FFLodge01
|place=The Lodge
|started="Sarah said something about a place for me to stay."
|target=Noel
}}
}}
| Follow Noel FFLodge01 -- points to Noel "Sarah said something about a place for me to stay."
|