Template:Coords: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
(Add where coords can be found, and plug Template:Position.)
Line 1: Line 1:
<includeonly>(&nbsp;X:&nbsp;{{{1}}}&nbsp;Y:&nbsp;{{{2}}}&nbsp;)</includeonly><noinclude>
<includeonly>(&nbsp;X:&nbsp;{{{1}}}&nbsp;Y:&nbsp;{{{2}}}&nbsp;)</includeonly>
 
<noinclude>
[[File:Minimap Example.png|thumb|An example of a minimap. The coordinates X: -456, Y: -22 can be seen near the bottom.]]
 
This template includes coordinates into a page. Coordinates can be found in-game at the bottom of the minimap. If you also want to include the [[Location]], consider using [[Template:Position]].
 
Usage: {{code|<nowiki>{{coords|25|-10}}</nowiki>}}
Usage: {{code|<nowiki>{{coords|25|-10}}</nowiki>}}


Result: {{coords|25|-10}}
Result: {{coords|25|-10}}
</noinclude>
</noinclude>

Revision as of 13:06, 29 August 2023


An example of a minimap. The coordinates X: -456, Y: -22 can be seen near the bottom.

This template includes coordinates into a page. Coordinates can be found in-game at the bottom of the minimap. If you also want to include the Location, consider using Template:Position.

Usage: {{coords|25|-10}}

Result: ( X: 25 Y: -10 )