Template:Infobox Operation: Difference between revisions
Jump to navigation
Jump to search
m (Fixed a typo because I'm silly) |
m (Removed errant printout, added documentation) |
||
Line 1: | Line 1: | ||
<noinclude>This template is | <noinclude>This template is used to provide an infobox at the top of [[Operations|Operation]] page. | ||
== Parameters == | |||
{| class="wikitable" style="width:100%;" | |||
! Parameter || Type || Description | |||
|- | |||
| <code>name</code> || string || The name of the operation as it appears in-game | |||
|- | |||
| <code>image</code> || file || The file name of the image for the Operation's header. | |||
|- | |||
| <code>location</code> || string || The location of the Operation in question. | |||
|- | |||
| <code>target</code> || string || What it is that's actually being stolen (i.e. the [[Package]]. | |||
|- | |||
| <code>vips</code> || list of strings (delimiter <code>,</code>) || A list of VIPs on the map. This is a list to account for Operations where there's more than one VIP (at the time of writing, [[Silver Reef]]) | |||
|}</noinclude><!-- | |||
--><includeonly><!-- | --><includeonly><!-- | ||
-->{{#arraydefine:vips|{{{vips|}}}|,}}<!-- | -->{{#arraydefine:vips|{{{vips|}}}|,}}<!-- | ||
// Infobox Construction // | // Infobox Construction // |
Latest revision as of 17:26, 10 November 2023
This template is used to provide an infobox at the top of Operation page.
Parameters
Parameter | Type | Description |
---|---|---|
name |
string | The name of the operation as it appears in-game |
image |
file | The file name of the image for the Operation's header. |
location |
string | The location of the Operation in question. |
target |
string | What it is that's actually being stolen (i.e. the Package. |
vips |
list of strings (delimiter , ) |
A list of VIPs on the map. This is a list to account for Operations where there's more than one VIP (at the time of writing, Silver Reef) |