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, will be treated as "Unknown". Does not currently support arrays. -->
|type <!-- The mission type. Does not currently support arrays. -->
|elements <!-- The elements that the enemies have in the mission variant. -->
|entry level <!-- The level required to enter a mission. -->
|nocat <!-- Does not add the mission variant to a category. -->
}}
Examples
Skeleton Mission Variant
{{Infobox Mission Variant
|nocat=1
}}
|
Party Size
|
1-6 Players
|
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
}}