Template:Relative location/doc

From bg3.wiki
Jump to navigation Jump to search

This template is taken from RS Wikis. It is licensed under CC-BY-NC-SA 3.0 with a commercial use waiver.

The Relative location template is used to display graphically where a location is in terms of other landmarks.


Copy ready example:

{{Relative location
|region =
|location =
|south    = 
|north    = 
|west     = 
|east     =
}}

Examples

North, south, east, and west

Markup
{{Relative location
|region   = Wilderness
|location = Blighted Village
|south    = Riverside Treehouse
|north    = Risen Road
|west     = Goblin Camp
|east     = Emerald Grove
}}
Renders as
Wilderness
Risen Road
Goblin Camp Blighted Village Emerald Grove
Riverside Treehouse

South only; width 400 pixels

Markup
{{Relative location
|region   = Baldur's Gate
|location = Wyrm's Crossing
|width    = 400px
|south    = Rivington
}}
Renders as
Baldur's Gate
Wyrm's Crossing
Rivington

North, south, east, west; floated to the left

Markup
{{Relative location
|region   = Wilderness
|location = Blighted Village
|south    = Riverside Treehouse
|north    = Risen Road
|west     = Goblin Camp
|east     = Emerald Grove
|float    = left
}}
Renders as
Wilderness
Risen Road
Goblin Camp Blighted Village Emerald Grove
Riverside Treehouse