Template:Relative location/doc: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(It's all about rooms, not locations.)
 
Line 1: Line 1:
{{documentation}}
{{documentation}}
The '''Relative location''' template is used to display graphically where a location is in terms of other locations.
The '''Relative location''' template is used to display graphically where a room is in terms of other rooms.


Refer to the [[list of rooms]] page to see what should be given the Relative Location template.
Refer to the [[list of rooms]] page to see what should be given the Relative Location template.
Line 7: Line 7:
<pre>
<pre>
{{Relative location
{{Relative location
|location =
|room =
|north =
|north =
|east =
|east =
Line 18: Line 18:
===North, south, east, and west===
===North, south, east, and west===
{{Relative location
{{Relative location
|location = Sea Road
|room = Sea Road
|north =
|north =
|east = West Waterfront
|east = West Waterfront
Line 26: Line 26:
<pre>
<pre>
{{Relative location
{{Relative location
|location = Sea Road
|room = Sea Road
|north =
|north =
|east = West Waterfront
|east = West Waterfront
Line 37: Line 37:
===South only; width 400 pixels===
===South only; width 400 pixels===
{{Relative location
{{Relative location
|location = Sea Road
|room = Sea Road
|width = 400px
|width = 400px
|south = East Beach
|south = East Beach
Line 43: Line 43:
<pre>
<pre>
{{Relative location
{{Relative location
|location = Sea Road
|room = Sea Road
|width = 400px
|width = 400px
|south = East Beach
|south = East Beach
Line 53: Line 53:
===North, south, east, west; floated to the left===
===North, south, east, west; floated to the left===
{{Relative location
{{Relative location
|location = Sea Road
|room = Sea Road
|north =
|north =
|east = West Waterfront
|east = West Waterfront
Line 62: Line 62:
<pre>
<pre>
{{Relative location
{{Relative location
|location = Sea Road
|room = Sea Road
|north =
|north =
|east = West Waterfront
|east = West Waterfront

Latest revision as of 11:55, 13 November 2024

This is a documentation subpage for Template:Relative location.
It contains usage information, categories, and other content that is not part of the original template page.

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

Refer to the list of rooms page to see what should be given the Relative Location template.

Usage

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

Examples

North, south, east, and west

Relative location
Sea Road West Waterfront
East Beach
{{Relative location
|room = Sea Road
|north = 
|east = West Waterfront
|south = East Beach
|west = 
}}

South only; width 400 pixels

Relative location
Sea Road
East Beach
{{Relative location
|room = Sea Road
|width = 400px
|south = East Beach
}}

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

Relative location
Sea Road West Waterfront
East Beach
{{Relative location
|room = Sea Road
|north = 
|east = West Waterfront
|south = East Beach
|west = 
|float = left
}}