User:Mark kashukeni

From EVE University Wiki
Revision as of 02:29, 16 May 2013 by Mark kashukeni (talk | contribs) (IGB stuff)
Jump to: navigation, search

I am a (mostly) retired wikipedia editor with over 28,000 edits to the English wikipedia and over 2,000 images added to the commons since 2005. Now I'm an EvE online player and EvE uni member.

<url=showinfo:3581>Purloined Sansha Codebreakers</url>

url=showinfo:3581


In Game Browser - Using Client Services

Some ingame functions are accessible through the ingame webbrowser. To allow this access some new tags have been introduced. EVEMail

Opens a “New Message” window. The receiver field will contain the charname. In the extended version, you can also supply the subject and the message text.

<A HREF=”evemail:charname”> ... </A> <A HREF=”evemailto:charname,...” SUBJECT=”subject” message=”text”> ... </A> Show Info

Opens the “Show Info” window for the given item type. If you also add the itemID, you will get more detailed information of the item.

Note: You should not add the itemID when it is not really needed. If the item is repackaged or destroyed, you will receive an error message. It is always safe to use the typeID.

<A HREF=”showinfo:typeID”> ... </A> <A HREF=”showinfo:typeID//itemID”> ... </A>

Examples:

<A HREF=”showinfo:1//3012978”>Agent: Tasara Athasho</A> <A HREF=”showinfo:2//1000129”>Corp: Outer Ring Excavations</A> <A HREF=”showinfo:5//30003277”>PF-346 solar system</A> <A HREF="showinfo:657">Iteron Mark V</A>


EVE Map

Shows the route from your current position to the given solar system in the map.

<A HREF=”showrouteto:solarsystemID”> ... </A>

Shows the given solar systems in the map.

<A HREF=”showinmap:solarsystemID1//solarsystemID2//...//solarsystemIDn”> ... </A>

Draws a map into an image.

<IMG SRC=”starmap:ids=list of map objects&marks=list of markers” size=”size”>

list of map objects is a comma separated list of constellationIDs.

List of markers is a comma separated list of entries. Each entry has this format:

solarsystemID::text to display::-::-

Examples:

<IMG SRC=”starmap:ids=20000509&markers=30003489::You are here::-::-”> Character Portrait

Generates an image of a character.

<IMG SRC=”portrait:characterID” SIZE=”size”> Logos

Generates the logo of a corporation.

<IMG SRC=”corplogo:corporationID” SIZE=”size”>

Generates the logo of a faction.

<IMG SRC=”factionlogo:factionID” SIZE=”size”> Icons

Generates the icon of a given typeID

<IMG SRC=”typeicon:typeID” width=”64”>