Difference between revisions of "Template:Infobox agent/doc"

From EVE University Wiki
Jump to: navigation, search
m (No longer uses external CSS)
m (Add dependency. Remove See also.)
Line 1: Line 1:
 +
; Description
 +
: This template is used to create an Infobox for [[Missions#Agents|Mission agents]].
  
;Description
+
; Dependencies
:This template is used to create an Infobox for [[Missions#Agents|Mission agents]].
+
:; Uses
;Dependencies:
+
:: {{T|Infobox}}
:* [[Template:CorporationToFaction]]
+
:: {{T|CorporationToFaction}}
:* [[Template:SystemToRegion]]
+
:: {{T|SystemToRegion}}
:* [[Template:SystemToSecurity]]
+
:: {{T|SystemToSecurity}}
:* [[Template:ColorSecurityRating]]
+
:: {{T|ColorSecurityRating}}
;Syntax
+
 
 +
; Syntax
 
<pre><nowiki>{{Infobox agent
 
<pre><nowiki>{{Infobox agent
 
| name        =  
 
| name        =  
Line 42: Line 45:
 
: <code>note</code>
 
: <code>note</code>
 
:: A special note about the Mission Agent.
 
:: A special note about the Mission Agent.
;Sample output
+
 
 +
; Sample output
 
{{Infobox agent
 
{{Infobox agent
 
| name        = Krester Rupptofs
 
| name        = Krester Rupptofs
Line 52: Line 56:
 
| corporation = Trust Partners
 
| corporation = Trust Partners
 
}}
 
}}
<pre><nowiki>{{Infobox agent
+
{{Code|<nowiki>{{Infobox agent
 
| name        = Krester Rupptofs
 
| name        = Krester Rupptofs
 
| image      = Krester Rupptofs.jpg
 
| image      = Krester Rupptofs.jpg
Line 60: Line 64:
 
| beacon      = Municipal Junkyard
 
| beacon      = Municipal Junkyard
 
| corporation = Trust Partners
 
| corporation = Trust Partners
}}</nowiki></pre>
+
}}</nowiki>}} gives...
;See also:
 
:* [[Template:Infobox CORE class]]
 
  
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly>
+
<includeonly>[[Category:Infobox templates]]<!-- Any categories for the template itself --></includeonly>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
+
<noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 16:40, 26 May 2022

Description
This template is used to create an Infobox for Mission agents.
Dependencies
Uses
{{Infobox}}
{{CorporationToFaction}}
{{SystemToRegion}}
{{SystemToSecurity}}
{{ColorSecurityRating}}
Syntax
{{Infobox agent
| name        = 
| image       = 
| size        = 
| caption     =
| type        =
| level       =
| system      =
| beacon      =
| corporation =
| note        =
}}
Parameters
name
The name of the Mission Agent.
image
The name of Mission Agent image, with extension, but without parenthesis.
size
image size. Leave blank unless you have a very good reason. Use sparingly!
caption
Caption under the image.
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 output
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...