Difference between revisions of "Template:Infobox agent/doc"
From EVE University Wiki
(Wrote the template docs) |
m (Preparation for the change of the template. Remove non-functioning parameter. Remove unwanted parameter.) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | ; Description | ||
+ | : This template is used to create an Infobox for [[Missions#Agents|Mission agents]]. | ||
− | ; | + | ; Dependencies |
− | : | + | :; Uses |
− | + | :: {{T|Infobox}} | |
− | : | + | :: {{T|CorporationToFaction}} |
− | : | + | :: {{T|SystemToRegion}} |
− | : | + | :: {{T|SystemToSecurity}} |
− | : | + | :: {{T|ColorSecurityRating}} |
− | ;Syntax | + | :: [[:File:member.png|member.png]] as default image. |
+ | |||
+ | ; Syntax | ||
<pre><nowiki>{{Infobox agent | <pre><nowiki>{{Infobox agent | ||
| name = | | name = | ||
| image = | | image = | ||
− | + | | type = | |
− | + | | level = | |
− | | type = | + | | system = |
− | | level = | + | | beacon = |
− | | system = | + | | corporation = |
− | | beacon = | + | | note = |
− | | corporation = | ||
− | | note = | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
; Parameters | ; 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, [[:File:member.png|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 | |
− | : | ||
− | |||
− | : | ||
− | |||
− | : | ||
− | |||
− | : | ||
− | |||
− | : | ||
− | |||
− | ;Sample | ||
{{Infobox agent | {{Infobox agent | ||
| name = Krester Rupptofs | | name = Krester Rupptofs | ||
Line 52: | Line 43: | ||
| corporation = Trust Partners | | corporation = Trust Partners | ||
}} | }} | ||
− | + | {{Code|<nowiki>{{Infobox agent | |
| name = Krester Rupptofs | | name = Krester Rupptofs | ||
| image = Krester Rupptofs.jpg | | image = Krester Rupptofs.jpg | ||
Line 60: | Line 51: | ||
| beacon = Municipal Junkyard | | beacon = Municipal Junkyard | ||
| corporation = Trust Partners | | corporation = Trust Partners | ||
− | }}</nowiki> | + | }}</nowiki>}} gives... |
− | <includeonly>[[Category: | + | <includeonly>[[Category:Infobox templates]]<!-- Any categories for the template itself --></includeonly> |
− | <noinclude>[[Category:Template documentation | + | <noinclude>[[Category:Template documentation]]</noinclude> |
Latest revision as of 17:28, 13 October 2022
- 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
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...