Template:Relative location: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
(Implemented southwest, southeast, northwest and northeast) |
||
Line 5:
| colspan="5" class="relative-location-header" | Relative location
|-
|
|
| style="width:25%; align-items: center;" | {{#if:{{{north|}}}|[[{{{north|}}}]]|}}
|
| style="width:25%" | {{#if:{{{northeast|}}}|[[{{{northeast|}}}]]|}}
|-
|
|
| style="width:7.5%; align-items: center; text-align:center;" | {{#if:{{{north|}}}|↑|}}
|
| style="width:7.5%; text-align:left;" | {{#if:{{{northeast|}}}|↗|}}
|-
| style="width:25%" | {{#if:{{{west|}}}|[[{{{west|}}}]]|}}
Line 15 ⟶ 23:
| style="width:25%" | {{#if:{{{east|}}}|[[{{{east|}}}]]|}}
|-
|
|
| style="width:7.5%; align-items: center; text-align:center;" | {{#if:{{{south|}}}|↓|}}
|
| style="width:7.5%; text-align:left;" | {{#if:{{{southeast|}}}|↘|}}
|-
|
|
| style="width:25%; align-items: center;" | {{#if:{{{south|}}}|[[{{{south|}}}]]|}}
|
| style="width:25%" | {{#if:{{{southeast|}}}|[[{{{southeast|}}}]]|}}
|}<noinclude>{{/doc}}</noinclude>
|
Revision as of 00:36, 8 November 2024
Relative location | ||||
Relative location | ||||
Template documentation
This documentation is transcluded from Template:Relative location/doc. [edit] [history] [purge]
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 | ||||
Relative location | → | West Waterfront | ||
↓ | ||||
East Beach |
{{Relative location |room = Sea Road |north = |east = West Waterfront |south = East Beach |west = }}
South only; width 400 pixels
Relative location | ||||
Relative location | ||||
↓ | ||||
East Beach |
{{Relative location |room = Sea Road |width = 400px |south = East Beach }}
North, south, east, west; floated to the left
Relative location | ||||
Relative location | → | West Waterfront | ||
↓ | ||||
East Beach |
{{Relative location |room = Sea Road |north = |east = West Waterfront |south = East Beach |west = |float = left }}