Template:Coords: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Updated documentation)
No edit summary
Tag: Reverted
Line 1: Line 1:
<includeonly><onlyinclude>{{#if: {{{3|}}} | [[{{{3}}}]] }}<span class="bg3wiki-coordinates">X:&nbsp;{{{1}}}&nbsp;Y:&nbsp;{{{2}}}</span></onlyinclude></includeonly><noinclude>__NOTOC__
<includeonly><onlyinclude>{{#if: {{{3|}}} | [[{{{3}}}]] }} at <span class="bg3wiki-coordinates">X:&nbsp;{{{1}}}&nbsp;Y:&nbsp;{{{2}}}</span></onlyinclude></includeonly><noinclude>__NOTOC__
[[File:Minimap Example.png|thumb|An example of a minimap. The coordinates {{coords|-456|-22}} can be seen near the bottom.]]
[[File:Minimap Example.png|thumb|An example of a minimap. The coordinates {{coords|-456|-22}} can be seen near the bottom.]]



Revision as of 00:20, 26 September 2024

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

The Coords template is for generating a preformatted coordinates block for a character, item, point of interest, or anything else noteworthy. Coordinates can be found in-game at the bottom of the minimap (see example).

This template accepts three parameters. In order, the X coordinate, the Y coordinate, and (optionally) the map/location.

Examples

Markup Renders as
{{Coords|25|-10}}
at X: 25 Y: -10
{{Coords|25|-10|Ravaged Beach}}
Ravaged Beach at X: 25 Y: -10

Template data

Formats a pair of X, Y coords and an optional Location.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11

An X coordinate, as seen on the Minimap.

Example
-312
Numberrequired
22

A Y coordinate, as seen on the minimap.

Example
750
Numberrequired
33

The name of a Location

Example
Ravaged Beach
Page nameoptional