Template:Relative location: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 3:
{{!}}colspan="5"{{!}}{{{image}}}
{{!}}- |}}
| colspan="5" class="relative-location-header" |
|-
| colspan="5" style="text-align:center;" | {{#if:{{{north|}}}|[[{{{north|}}}]]|}}
|-
| colspan="5" style="text-align:center;" | {{#if:{{{north|}}}|↑|}}
|-
| style="width:25%" | {{#if:{{{west|}}}|[[{{{west|}}}]]|}}
| style="width:7.5%" | {{#if:{{{west|}}}|←|}}
| style="width:25%; align-items: center;" | '''{{{location|{{PAGENAME}}}}}'''
| style="width:7.5%" | {{#if:{{{east|}}}|→|}}
| style="width:25%" | {{#if:{{{east|}}}|[[{{{east|}}}]]|}}
|-
| colspan="5" style="text-align:center;" | {{#if:{{{south|}}}|↓|}}
|-
| colspan="5" style="text-align:center;" | {{#if:{{{south|}}}|[[{{{south|}}}]]|}}
|}<noinclude>{{/doc}}</noinclude>
{{Mainonly|[[Category:Locations]]}}
|
Revision as of 16:25, 11 April 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 }}