Template:OverlandInfobox
Jump to navigation
Jump to search
Usage Examples
| Template Call | Output | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{OverlandInfobox
|type = Settlement
|title = Arrakeen
|display_title = Arrakeen
|description = Battle-scarred capital of the Atreides, home for merchants and refugees alike.
|access = Shared
}}
|
| ||||||||||||
{{OverlandInfobox
|type = Region
|title = Hagga Basin
|display_title = Hagga Basin
|description = Region laid to waste by the war, partly sheltered by the Shield Wall.
|access = Shared
|vehicles = All
|building = Yes
}}
|
| ||||||||||||
{{OverlandInfobo
xaw|type = Story Location
|title = Wreck of the Hephaestus
|display_title = Wreck of the Hephaestus
|description = Burning remains of an Ixian freighter.
|access = Solo
}}
|
| ||||||||||||
{{OverlandInfobox
|type = Minor Landmark
|title = Smuggler's Run
|display_title = Smuggler's Run
|description = A small rock island with a well-defined and challenging road suitable for driving ground vehicles.
|vehicles = 1MGC
}}
|
| ||||||||||||
{{OverlandInfobox
|type = Dungeon
|title = Testing Station 24
|display_title = Testing Station 24
|description = The entrance is halfway hidden in the dark, unfinished construction. It seems abandoned.
}}
|
| ||||||||||||
TemplateData
Renders an infobox for an Overland Location.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Location Type | type | Type of location.
| String | required |
| Location Name | title | Name of location in English (must match its corresponding wiki page name). | Page name | required |
| Location Name to Display | display_title | Name of location to be displayed. This exists as a separate variable for the sake of translations. | String | required |
| Description | description | In-game description of location. | String | required |
| Player Access | access |
| String | optional |
| Vehicle Usage | vehicles |
| String | optional |
| Base Building | building |
| String | optional |




