Template:Infobox Mission: Difference between revisions

From Phantasy Star Universe Clementine
(Created page with "<includeonly><div class="infobox-mission"> {| class="wikitable" ! colspan="2" style="background:#FFA500;color:#000000" |{{{name en|Mission Name}}} |- ! colspan="2" | File:{{...")
 
(fix pagename magic word and remove jp dedicated string for i18n stuff later)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div class="infobox-mission">
<includeonly><div class="infobox-mission">
{| class="wikitable"
{| class="wikitable"
! colspan="2" style="background:#FFA500;color:#000000" |{{{name en|Mission Name}}}
! colspan="2" class="infobox-mission-header" |{{{name|{{PAGENAME}}}}}
|-
|-
! colspan="2" | [[File:{{{image|G Logo Icon.png}}}|200px|link=]]
| colspan="2" class="infobox-mission-thumb" | [[File:{{{image|G Logo Icon.png}}}|200px|link=]]
|-
|-
| Start Lobby  <!-- Always have a start lobby -->
| Start Lobby  <!-- Always have a start lobby -->
Line 34: Line 34:
}}
}}
|}
|}
</div>{{#if: {{{nocat|}}}||[[Category: Missions]]}} {{#if: {{{nocat|}}}||{{#if: {{{type|}}}|[[Category: {{Mission Types|{{{type}}}}}s]]|}}}}</includeonly><noinclude>==Purpose==
</div>{{#if: {{{nocat|}}}||{{#if: {{{type|}}}|[[Category: {{Mission Types|{{{type}}}}}s]]|[[Category: Missions]]}}}} </includeonly><noinclude>==Purpose==
An infobox for a mission.
An infobox for a mission.
==Parameter List==
==Parameter List==
<pre>
<pre>
{{Infobox Mission
{{Infobox Mission
|name en              <!-- The name of the mission. -->
|name                 <!-- The name of the mission. If omitted, uses the page name. -->
|name jp              <!-- The name of the mission in JP. Not rendered on the template, but used for search indexing. -->
|image                <!-- The thumbnail for the mission. Will always be rendered at 200px wide.-->
|image                <!-- The thumbnail for the mission. Will always be rendered at 200px wide.-->
|start lobby          <!-- The starting lobby for the mission. If omitted, will be treated as "Unknown".-->
|start lobby          <!-- The starting lobby for the mission. If omitted, will be treated as "Unknown".-->
Line 58: Line 57:
===Skeleton Mission===
===Skeleton Mission===
<pre>{{Infobox Mission
<pre>{{Infobox Mission
|name en=Infobox Mission
|nocat=1
|nocat=1
}}</pre>
}}</pre>
{{Infobox Mission
{{Infobox Mission
|name en=Infobox Mission
|nocat=1
|nocat=1
}}
}}
===Phantom Fissure===
===Phantom Fissure===
<pre>{{Infobox Mission
<pre>{{Infobox Mission
|name en=Phantom Fissure
|name=Phantom Fissure
|name jp=幻影の火孔
|image=Mysterious Caves.png
|image=Mysterious Caves.png
|start lobby=neudaiz guardians branch
|start lobby=neudaiz guardians branch
Line 83: Line 79:
}}</pre>
}}</pre>
{{Infobox Mission
{{Infobox Mission
|name en=Phantom Fissure
|name=Phantom Fissure
|name jp=幻影の火孔
|image=Mysterious Caves.png
|image=Mysterious Caves.png
|start lobby=neudaiz guardians branch
|start lobby=neudaiz guardians branch

Latest revision as of 22:58, 4 January 2024

Purpose

An infobox for a mission.

Parameter List

{{Infobox Mission
|name                 <!-- The name of the mission. If omitted, uses the page name. -->
|image                <!-- The thumbnail for the mission. Will always be rendered at 200px wide.-->
|start lobby          <!-- The starting lobby for the mission. If omitted, will be treated as "Unknown".-->
|start counter        <!-- The starting counter for the mission. If omitted, will be treated as "Unknown". -->
|end lobby            <!-- The ending lobby for the mission. If omitted, will be treated as "Unknown". -->
|version              <!-- The version for the mission. If omitted, will be treated as "Unknown". -->
|field                <!-- The field for the mission. If omitted, will be treated as "Unknown". Does not currently support arrays. -->
|type                 <!-- The mission type. Does not currently support arrays. -->
|min players          <!-- The minimum amount of players for the mission. -->
|max players          <!-- The maximum amount of players for the mission. -->
|recommended players  <!-- The recommended amount of players for the mission. -->
|elements             <!-- The elements that the enemies have in the mission. -->
|nocat                <!-- Does not add the mission to a category. -->
}}

Examples

Skeleton Mission

{{Infobox Mission
|nocat=1
}}
Infobox Mission
Start Lobby Unknown
Start Counter Unknown
End Lobby Unknown
Version Unknown
Field Unknown
Party Size 1-6 Players

Phantom Fissure

{{Infobox Mission
|name=Phantom Fissure
|image=Mysterious Caves.png
|start lobby=neudaiz guardians branch
|start counter=neudaiz guardians branch
|end lobby=neudaiz guardians branch
|version=aoti
|type=rare
|field=caves
|min players=1
|max players=6
|recommended players=4+
|elements= {{Element|ground}} {{Element|fire}} {{Element|light}} {{Element|dark}} {{Element|lightning}}
|nocat=1
}}
Phantom Fissure
Start Lobby GUARDIANS Ohtoku Branch
Start Counter Neudaiz GUARDIANS Branch
End Lobby GUARDIANS Ohtoku Branch
Version Ambition of the Illuminus
Field Mysterious Caves
Type Rare Mission
Party Size 1-6 Players (4+ recom.)
Enemy Elements Ground Element Fire Element Light Element Dark Element Lightning Element