Template:Cosmic Exploration Map infobox
Jump to navigation
Jump to search
Description
{{Cosmic Exploration Map infobox
| class = {{#arrayindex:class|0}}
| red-alert = {{{red-alert}}}
| location = {{{location}}}
| location-x = {{{location-x}}}
| location-y = {{{location-y}}}
| map-marker = {{{map-marker}}}
}}
Parameters
The following parameters use pass-through values from Template:Stellar Mission infobox:
- class
- Required. The class associated with the mission. If multiple classes were provided to the parent template, the first of those is passed to this one.
- When defined as MIN, Miner, BTN, or Botanist, the "Gathering Nodes" line is added.
- When defined as FSH or Fisher, the "Fishing Spot" line is added.
- red-alert
- Optional. When defined as "Astromagnetic Storm", "Meteor Showers", or "Sporing Mist", the "Turn-in" coordinates line is added.
- location
- Required. The name of the location (zone) where the Cosmic Exploration occurs. This is used to call the correct map image.
- Note: This is not the name used as the "location" in the infobox description; that is the location (area) within the zone."
- location-x
- Required. The x-coordinate of the location specified in the parent template. Is used for the default gathering location coordinates if one cannot be calculated from map-marker. Is always used for Fishing Spot coordinates.
- location-y
- Required. The y-coordinate of the location specified in the parent template. Is used for the default gathering location coordinates if one cannot be calculated from map-marker. Is always used for Fishing Spot coordinates.
- map-marker
- Required. The map ID for this location. This is used to call the correct map image, and calculate the displayed location name, gathering nodes coordinates, and turn-in coordinates.
Test Samples
{{Cosmic Exploration Map infobox
| class = ALC
| red-alert = Astromagnetic Storm, α
| location = Sinus Ardorum
| location-x=24.7
| location-y=32.5
| map-marker=40
}}
{{Cosmic Exploration Map infobox
| class = min
| location = Sinus Ardorum
| location-x=12.1
| location-y=6.8
| map-marker=8
}}
{{Cosmic Exploration Map infobox
| class = MIN
| red-alert = Meteor Showers, α
| location = Sinus Ardorum
| location-x=16.0
| location-y=24.2
| map-marker=34
}}
{{Cosmic Exploration Map infobox
| class = BTN
| location = Sinus Ardorum
| location-x=26.0
| location-y=20.4
| map-marker=12
}}
{{Cosmic Exploration Map infobox
| class = BTN
| red-alert = Sporing Mist, β
| location = Sinus Ardorum
| location-x=25.1
| location-y=17.4
| map-marker=36
}}
{{Cosmic Exploration Map infobox
| class = FSH
| location = Sinus Ardorum
| location-x=18.6
| location-y=15.7
| map-marker=24
}}
{{Cosmic Exploration Map infobox
| class = FSH
| red-alert = Sporing Mist, β
| location = Sinus Ardorum
| location-x=23.5
| location-y=16.0
| map-marker=23
}}






