No edit summary |
>サムエル (Add MissingVersionGaps) |
||
Line 31: | Line 31: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"VersionAdded": { | |||
"label": "VersionAdded", | "label": "VersionAdded", | ||
"description": "The version where the area has been added.", | "description": "The version where the area has been added.", | ||
"example": "0.114", | "example": "0.114", | ||
"type": "string", | "type": "string", | ||
"default": "x.x" | |||
}, | }, | ||
"VersionRemoved": { | |||
"label": "VersionRemoved", | "label": "VersionRemoved", | ||
"description": "The version where the area has been removed.", | "description": "The version where the area has been removed.", | ||
"example": "0.115a", | "example": "0.115a", | ||
"type": "string" | |||
}, | |||
"MissingVersionGaps": { | |||
"label": "MissingVersionGaps", | |||
"description": "Any gaps where the area was removed only to later be re-added, starting with the version it was removed, followed by a dash, followed by the version it was re-added in. Use commas to separate multiple instances.", | |||
"example": "0.110b-0.110b patch 1,0.111-0.113a", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 71: | Line 77: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"RemovedConnections": { | |||
"label": "RemovedConnections", | "label": "RemovedConnections", | ||
"description": "Locations that have been removed from recent versions, connected to the present area.", | "description": "Locations that have been removed from recent versions, connected to the present area.", | ||
Line 111: | Line 117: | ||
"caption", | "caption", | ||
"JapaneseName", | "JapaneseName", | ||
"VersionAdded", | |||
"VersionRemoved", | |||
"MissingVersionGaps", | |||
"Effects", | "Effects", | ||
"Wallpapers", | "Wallpapers", | ||
Line 118: | Line 125: | ||
"NPCS", | "NPCS", | ||
"Connections", | "Connections", | ||
"RemovedConnections", | |||
"BGM", | "BGM", | ||
"Map ID", | "Map ID", |
Revision as of 18:33, 24 May 2021
Displays a location box, which contains a world's details.
Parameter | Description | Type | Status | |
---|---|---|---|---|
headercolor | headercolor | The color of the header of the location box.
| String | suggested |
headerfontcolor | headerfontcolor | The color of the text for the header of the location box.
| String | optional |
Name | Name | The area's original Japanese names, along with any translations thereof, separated by commas.
| String | optional |
image | image | The file name for the image to be displayed by the location box. | File | optional |
caption | caption | The corresponding caption for the image, visible if a value is provided. | String | optional |
JapaneseName | JapaneseName | The area's Japanese name.
| String | optional |
VersionAdded | VersionAdded | The version where the area has been added.
| String | optional |
VersionRemoved | VersionRemoved | The version where the area has been removed.
| String | optional |
MissingVersionGaps | MissingVersionGaps | Any gaps where the area was removed only to later be re-added, starting with the version it was removed, followed by a dash, followed by the version it was re-added in. Use commas to separate multiple instances.
| String | optional |
Effects | Effects | Effects obtainable in the current location.
| String | optional |
Wallpapers | Wallpapers | Collectibles that you can find in the current location.
| String | optional |
Events | Events | Events that you can encounter. | String | optional |
NPCS | NPCS | Notable NPCs that show up in the current location. | String | optional |
Connections | Connections | Locations accessible from the location at present. | String | optional |
RemovedConnections | RemovedConnections | Locations that have been removed from recent versions, connected to the present area. | String | optional |
BGM | BGM | Soundtrack that plays in the current location. | String | optional |
Map ID | Map ID | The IDs corresponding to the location's map, as well as any existing sub-areas. | String | optional |
Contributing | Contributing | Authors who have added to the location, visible if a value is provided. | String | optional |
Primary | Primary | The location's main author. | String | optional |
General usage
{{Locationbox
|headercolor = #4A0400
|headerfontcolor = #FFA500
|image = volcanic_subterrain.png
|Effects = None
|Wallpapers = None
|Events = None
|NPCS = None
|Connections = [[Chemical Research Facility]] {{OneWay|NoEntry}}
|BGM = bgm-e (after lighting the foundry)
|Map ID = 1023
|Primary = [[:Category:Ruri|Ruri]]
|Contributing = [[:Category:Qxy|qxy]]
}}
will return
Locationbox/doc | |
---|---|
Basic Info | |
Effects | None |
Events | None |
Notable NPCs | None |
Other | |
Connecting Areas | Chemical Research Facility ⛔ |
BGM | bgm-e (after lighting the foundry) |
Map ID | 1023 |
Version Removed | 0.112i |
Primary Author | Ruri |
Contributing Author(s) | qxy |