Difference between revisions of "Template:Infobox agent"

From EVE University Wiki
Jump to: navigation, search
(Added ColorSecurityRating template to add a bit of color to the template)
m (Remove unused parameters.)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infoboxtable"
+
{{Infobox
|-
+
|title        = {{{name}}}
! colspan="2" class="infoboxnamegray" | {{{name}}}
+
|image        = [[File:{{#if: {{{image|}}} | {{{image}}} | Member.png}}|{{#if: {{{size|}}} | {{{size}}}|125px}}]]
|- style="text-align:center"
+
 
| colspan="2" style="padding:0.5em;" | [[File:{{{image}}}|{{#if: {{{size|}}} | {{{size}}}|125px}}]]
+
|label1  = Type
|- style="text-align:center"
+
|data1  = {{#switch: {{ lc:{{{type}}} }}
{{#if: {{{caption|}}} | {{!}} colspan="2" style="padding:0.5em;" {{!}} ''{{{caption|}}}'' }}
 
|-
 
! colspan="2" class="infoboxdescriptiongray" | Details
 
|-
 
{{#if: {{{type|}}} | {{!}} width=80 {{!}}  <div>Type</div> {{!!}} {{#switch: {{lc:{{{type}}}}}
 
 
   | security = Security
 
   | security = Security
 
   | distribution = Distribution
 
   | distribution = Distribution
Line 20: Line 15:
 
   | cosmos = COSMOS
 
   | cosmos = COSMOS
 
   | #default = <span style="color:red">Accepted values: Security, Distribution, Mining, R&D, Career Agent, Factional Warfare, Storyline, Epic Arc, COSMOS</span>
 
   | #default = <span style="color:red">Accepted values: Security, Distribution, Mining, R&D, Career Agent, Factional Warfare, Storyline, Epic Arc, COSMOS</span>
  }}
 
 
}}
 
}}
|-
+
 
{{#if: {{{level|}}} | {{!}} <div>Level</div> {{!!}} {{{level}}} }}
+
|label2  = Level
|-
+
|data2  = {{{level|}}}
{{#if: {{{system|}}} | {{!}} <div>Location</div> {{!!}} {{{system}}} ({{ColorSecurityRating | rating = {{SystemToSecurity | system = {{{system}}} }} }})<br>{{SystemToRegion | system = {{{system}}} }} }}
+
 
|-
+
|label3  = Location
{{#if: {{{beacon|}}} | {{!}} <div>Beacon</div> {{!!}} {{{beacon}}} }}
+
|data3  = {{{system|}}} ({{ColorSecurityRating | rating = {{SystemToSecurity | system = {{{system|}}} }} }})<br>{{SystemToRegion | system = {{{system|}}} }}
|-
+
 
{{#if: {{{corporation|}}} | {{!}} <div>Affiliation</div> {{!!}} {{{corporation}}}<br>{{CorporationToFaction | corporation = {{{corporation}}} }} }}
+
|label4  = Beacon
|-
+
|data4  = {{{beacon|}}}
{{#if: {{{note|}}} | {{!}} <div>Note</div> {{!!}} {{{note}}} }}
+
 
|}{{InfoboxCSS}}<noinclude>
+
|label5  = Affiliation
[[Category:Template]]
+
|data5  = {{{corporation|}}}<br>{{CorporationToFaction | corporation = {{{corporation|}}} }}
 +
 
 +
|label6  = Note
 +
|data6  = {{{note|}}}
 +
}}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 16:34, 26 May 2022

{{{name}}}
Member.png
Type Accepted values: Security, Distribution, Mining, R&D, Career Agent, Factional Warfare, Storyline, Epic Arc, COSMOS
Location (Accepted values: 1.0, 0.9, ... , -0.9, -1.0)
Unknown System
Affiliation
Unknown Corporation
Template documentation (for the above template, sometimes hidden or invisible)
Description
This template is used to create an Infobox for Mission agents.
Dependencies
Uses
{{Infobox}}
{{CorporationToFaction}}
{{SystemToRegion}}
{{SystemToSecurity}}
{{ColorSecurityRating}}
member.png as default image.
Syntax
{{Infobox agent
| name        = 
| image       = 
| type        = 
| level       = 
| system      = 
| beacon      = 
| corporation = 
| note        = 
}}
Parameters
name 
The name of the Mission Agent.
image 
The name of Mission Agent's image, with extension, but without parenthesis. When no file name is given, member.png is used as the default.
type 
Mission Agent type can be either: Security, Distribution, Mining, Epic Arc or COSMOS.
level 
Mission Agent level, from 1 to 5.
system 
The name of the System where the Mission Agent is located.
beacon 
The name of the Beacon where the Mission Agent is located.
corporation 
The name of the Corporation to which the Mission Agent belongs.
note 
A special note about the Mission Agent.
Sample
Krester Rupptofs
Krester Rupptofs.jpg
Type COSMOS
Level 3
Location Deltole (0.5)
Sinq Laison
Beacon Municipal Junkyard
Affiliation Trust Partners
Thukker Tribe
{{Infobox agent | name = Krester Rupptofs | image = Krester Rupptofs.jpg | type = COSMOS | level = 3 | system = Deltole | beacon = Municipal Junkyard | corporation = Trust Partners }}
gives...
Visit Template:Infobox agent/doc to edit this text! (How does this work?) (Refresh this text - why?)