Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Charimage/doc: Difference between revisions

Template page
Arin Mara (talk | contribs)
Additional explanation needed
Update link to documentation. Comment out dead link.
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Cleanup|Add information about how to obtain the Character ID}}
; Description
: This templates allows easy linking to the character portrait images from EVE Online image Service. Both player and NPC.
 
; Dependencies
:; Uses
:: Image service for EVE Online
 
; Syntax
: {{T|Charimage|character id|size=}}


;Description
:This templates allows easy linking to character portrait images from EVE Online Image Server.
;Syntax
:Type <code>{{t|Charimage|character id|size&#61;}}</code> somewhere.
; Parameters
; Parameters
: <code>character id</code>
:; character id
:: ID of the character you want to show.
:: EVE Online databaseID of the character (Player or NPC) you want to show. See [[How to get ID]] for how to find it.
: <code>size</code>
:; size
:: Optional image size in pixels. Valid sizes are 32, 64, 128, 256, 512, and 1024. Defaults to 256.
:: Optional image size in pixels. Valid sizes are 32, 64, 128, 256, 512, and 1024. Defaults to 256.
See Image Server documentation for more details https://docs.esi.evetech.net/docs/image_server.html
See Image Server esi documentation for more details https://developers.eveonline.com/docs/services/image-server/
;Sample output
 
; Sample
:<code><nowiki>{{Charimage|94849044}}</nowiki></code>
::gives...
{{Charimage|94849044}}
 
 
:<code><nowiki>{{Charimage|94849044|size=64}}</nowiki></code>
:<code><nowiki>{{Charimage|94849044|size=64}}</nowiki></code>
::gives...
::gives...
{{Charimage|94849044|size=64}}
{{Charimage|94849044|size=64}}
<includeonly>[[Category:Image templates|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly>
 
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
; See also
: {{T|Imageserver}}
: {{T|Renderimage}}
<!-- (2025-03-17 dead link) : Devblog: [https://developers.eveonline.com/blog/article/from-image-server-to-a-whole-new-image-service-1 From Image Server to a Whole New Image Service] (2021-03-11)-->
: Devblog: [https://developers.eveonline.com/blog/article/upcoming-changes-to-the-image-export-collection Upcoming changes to the Image Export Collection] (2019-07-10)
 
<includeonly>[[Category:Image templates]]<!-- Any categories for the template itself --></includeonly>
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 09:18, 17 March 2025

Description
This templates allows easy linking to the character portrait images from EVE Online image Service. Both player and NPC.
Dependencies
Uses
Image service for EVE Online
Syntax
{{Charimage|<character id>|<size=>}}
Parameters
character id
EVE Online databaseID of the character (Player or NPC) you want to show. See How to get ID for how to find it.
size
Optional image size in pixels. Valid sizes are 32, 64, 128, 256, 512, and 1024. Defaults to 256.

See Image Server esi documentation for more details https://developers.eveonline.com/docs/services/image-server/

Sample
{{Charimage|94849044}}
gives...

?size=256&.jpg


{{Charimage|94849044|size=64}}
gives...

?size=64&.jpg

See also
{{Imageserver}}
{{Renderimage}}
Devblog: Upcoming changes to the Image Export Collection (2019-07-10)