Planets.nu - Message Links Plugin

Adds links to ships/planets/bases in reports and messages.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
big beefer
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
173
คะแนน
0 0 0
เวอร์ชัน
1.0
สร้างเมื่อ
27-11-2014
อัปเดตเมื่อ
27-11-2014
Size
7.87 กิโลไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

This add-on improves inter-player communications by adding links into the
message to replace strings of the following formats:

s#XXX
p#XXX
b#XXX

where s, p, b are for ship, planet, base respectively, and XXX is the id
number of the object. The # may be omitted. If the object is found,
the text is replace by a link including the name, that when clicked
selects the object on the map.

Example, the string:

s#42

will be replaced by a link similar to "S#42: GOBRIE CLASS BATTLE CARRIER",
which will also select that ship when clicked.

Version History:
0.3 Adds notes to bottom of ship and planet screens. Applies same link format.
0.4 Adds links to system messages too, searching for "ID#XXX". Simple mided
implementation, will likely give strange results in some corner cases,
such as a planet and a ship having both the same ID *and* name, or a ship
having a name set to the name and ID of a different ship/planet.
0.5 Fixes system message links to handle ship names with special chars.
0.7 Changes link color for new version
1.0 Major update for new version
- now uses plugin toolkit
- fixed some links to stuff owned by others
- added map highlighting of object when selected
- added parsing of formats without the # sign in between, ie. s42 or p123
(this seems to be a more common usage)
- links are now also added to activity feed
- activity feed is detachable, can be viewed as movable window and is visible
on map and other screens