Star Wars: The Old Republic Wiki
No edit summary
m (→‎See also: Removed extra category.)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{doc/start}}
 
==Development==
 
==Development==
This tooltip is in development phase (Actually it's on final stage and works correctly). To enable it please read the following page: [[User talk:Zophar/coordstooltip.js]]
+
This tooltip is in production, but is still missing many boundaries and images. For information on which are still needed, please see: [[MediaWiki talk:Coordstooltip.js]]
   
 
==Usage==
 
==Usage==
<nowiki>{{Tooltip Coords|<Map>|<North/South>|<East/West>}}</nowiki><br />
+
{{Tlx|Tooltip Coords|<Map>|<East/West>|<North/South>}}<br />
 
As in:
 
As in:
:: <nowiki>Farnel Outpost - Command Center entrance: {{Tooltip Coords|Bugtown|278|-220}}</nowiki>
+
:: Farnel Outpost - Command Center entrance: {{Tlx|Tooltip Coords|Bugtown|278|-220}}
 
which yields:
 
which yields:
 
::Farnel Outpost - Command Center entrance: {{Tooltip Coords|Bugtown|278|-220}}
 
::Farnel Outpost - Command Center entrance: {{Tooltip Coords|Bugtown|278|-220}}
Line 11: Line 12:
 
==List of known maps==
 
==List of known maps==
 
Any zone with an existing file "Zone_map.jpg" will show a popup, but coordinates will only work for those specified in the file coords.js.
 
Any zone with an existing file "Zone_map.jpg" will show a popup, but coordinates will only work for those specified in the file coords.js.
:''See "HOWTO add/change coordinates" in [[User:Zophar/coordstooltip.js]] for adding/changing coordinates.''
+
:''See "HOWTO add/change coordinates" in [[MediaWiki:Coordstooltip.js]] for adding/changing coordinates.''
   
For a list of example coordinates of available maps see also [[User:Zophar/coordstooltip.js|coordstooltip.js' talk page]].
+
For a list of example coordinates of available maps see: [[MediaWiki talk:Coordstooltip.js|coordstooltip.js' talk page]].
   
  +
==See also==
===Maps with coordinates===
 
  +
[[MediaWiki:Coordstooltip.js]]
*Bugtown {{Tooltip Coords|Bugtown|0|0}}
 
  +
{{doc/end}}
 
===Related articles===
 
[[User talk:Zophar/coordstooltip.js]]
 

Latest revision as of 06:28, 29 November 2019

Template-info Documentation

Development

This tooltip is in production, but is still missing many boundaries and images. For information on which are still needed, please see: MediaWiki talk:Coordstooltip.js

Usage

{{Tooltip Coords|<Map>|<East/West>|<North/South>}}


As in:

Farnel Outpost - Command Center entrance: {{Tooltip Coords|Bugtown|278|-220}}


which yields:

Farnel Outpost - Command Center entrance: [278, -220]

List of known maps

Any zone with an existing file "Zone_map.jpg" will show a popup, but coordinates will only work for those specified in the file coords.js.

See "HOWTO add/change coordinates" in MediaWiki:Coordstooltip.js for adding/changing coordinates.

For a list of example coordinates of available maps see: coordstooltip.js' talk page.

See also

MediaWiki:Coordstooltip.js

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.