User:Untitled Goose/Sandbox/InfoboxRotM

From Inkipedia, the Splatoon wiki
< User:Untitled Goose
Revision as of 06:21, 29 September 2022 by Sunmarsh (talk | contribs) (Fixing spacing issues)


Produces an infobox for an Octo Expansion mission.

Parameters

color Optional. An RGB triplet to use as the base color for formatting. The default color is {{SiteColor|<S3>}}.
style Optional. A CSS property list to apply to the top-level container.
title Optional. The mission's title. If absent, the page name is used.
mission Optional. The mission's description. If absent, it is not displayed.
image Optional. The filename to display. If not specified, an example image is used.
caption Optional. Text displayed below the image.
site Required. Where the mission is located. Must be a two-digit number with leading zero, "The Crater", "Alterna Space Center", or "00" for After Alterna.
number Required. The mission's number. Must be a two-digit number with leading zero for missions in Alterna, or a single digit for mission in The Crater or Alterna Space Center.
fee Optional. The fee, in Power Eggs, for entering this mission. If absent, it is not displayed. Use "No Fee" where appicable.
music Optional. The music that plays in this mission.
lives Optional. The number of lives for each attempt of this mission. If absent, it is not displayed. Should only be absent for missions in The Crater; missions in Alterna Space Center give one life each.
main1
sub1
special1
main2
sub2
special2
main3
sub3
special3
Optional. The weapons used in the mission. See User:Untitled Goose/Sandbox/InfoboxRotM/WeaponTableEntry.
reward1
reward2
reward3
Optional. The reward in Power Eggs for completing the mission with each weapon set. If not set, it is not displayed.
ftb Optional. The First-Time Bonus, added to the usual reward when completing the mission for the first time.
try Optional. If set, marks the chosen weapon set as the recommended choice. Value must be 1, 2 or 3.

Example

Markup / output

{{User:Untitled Goose/Sandbox/InfoboxRotM
|title = Octarians in the Crater? YIKES!
|image = Unknown_station.jpg
|site = The Crater
|number = 1
|music = ???
|main1 = Hero Gear
|sub1 = Null
|reward1 = 500
}}

Octarians in the Crater? YIKES!
Unknown station.jpg
Template:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxProperty


{{User:Untitled Goose/Sandbox/InfoboxRotM
|title = Enter the Stamp Gauntlet
|mission =Smash all enemies within the time limit.
|image = Unknown_station.jpg
|site = 06
|number = 12
|music = ???
|fee = 50
|lives = 3
|main1 = None
|sub1 = Null
|special1 = Ultra Stamp
|reward1 = 600
|main2 = None
|sub2 = None
|reward2 = 800
|ftb = 900
|try = 1
}}

Enter the Stamp Gauntlet
Smash all enemies within the time limit.
Unknown station.jpg
Template:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxProperty


{{User:Untitled Goose/Sandbox/InfoboxRotM
|title = Zipping over the Neighborhood
|mission = Use the [[Zipcaster]] to reach the goal.
|image = Unknown_station.jpg
|site = 05
|number = 06
|music = ???
|fee = 50
|lives = 3
|main1 = Octobrush
|sub1 = Null
|special1 = Zipcaster
|reward1 = 600
|ftb = Undocumented
}}

Zipping over the Neighborhood
Use the Zipcaster to reach the goal.
Unknown station.jpg
Template:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxProperty


{{User:Untitled Goose/Sandbox/InfoboxRotM
|title = Alterna Space Center Entrance
|image = Unknown_station.jpg
|site = Alterna Space Center
|number = 1
|music = ???
|fee = No Fee
|lives = 1
|main1 = None
|sub1 = Smallfry
}}

Alterna Space Center Entrance
Unknown station.jpg
Template:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxProperty


{{User:Untitled Goose/Sandbox/InfoboxRotM
|title = After Alterna
|mission = Reach the goal to gain access to the ■■■■ log. 
|image = Unknown_station.jpg
|site = 00
|number = 00
|music = Multiple
|fee = 333
|lives = 3
|main1 = Hero Gear
|sub1 = Null
|reward1 = 3332
|ftb = 1
}}

After Alterna
Reach the goal to gain access to the ■■■■ log.
Unknown station.jpg
Template:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxPropertyTemplate:InfoboxProperty


Category:Templates