From Phantasy Star Universe Clementine
Purpose
An infobox for a mission variant.
Parameter List
{{Infobox Mission Variant
|id <!-- The ID of the mission variant. Currently unused. -->
|name <!-- The name of the mission variant. If omitted, uses the page name. -->
|image <!-- The thumbnail for the mission variant. Will always be rendered at 200px wide.-->
|field <!-- The field for the mission variant. If omitted, table row will be skipped. Does not currently support arrays. -->
|type <!-- The mission type. If omitted, table row will be skipped. Does not currently support arrays. -->
|elements <!-- The elements that the enemies have in the mission variant. If omitted, table row will be skipped. -->
|min players <!-- The minimum amount of players for the mission. If omitted, table row will be skipped. -->
|max players <!-- The maximum amount of players for the mission. Currently does nothing if min players aren't specified. -->
|recommended players <!-- The recommended amount of players for the mission. Currently does nothing if min players aren't specified. -->
|entry level <!-- The level required to enter a mission. If omitted, table row will be skipped. -->
|nocat <!-- Does not add the mission variant to a category. -->
}}
Examples
Skeleton Mission Variant
{{Infobox Mission Variant
|nocat=1
}}
Phantom Fissure S4
{{Infobox Mission Variant
|name=Phantom Fissure S4
|image=Mysterious Caves.png
|type=rare
|field=caves
|elements= {{Element|ground}} {{Element|fire}} {{Element|light}} {{Element|dark}} {{Element|lightning}}
|nocat=1
}}