If you are looking for Information about PSU Clementine, Go check their Wiki

Difference between revisions of "Template:Mission drops row (PSP)"

From The re-PSUPedia
Jump to: navigation, search
Line 10: Line 10:
 
<noinclude>
 
<noinclude>
 
This template completes a row in a mission's drop table for a given battle type.  This template only works for enemies, since area drops include drops from previous levels as well.
 
This template completes a row in a mission's drop table for a given battle type.  This template only works for enemies, since area drops include drops from previous levels as well.
 +
 +
This template isn't much shorter than typing out the equivalent wikitext, but it requires less tweaking if you copy/paste it: name/type/lvlC/B/A/S are only changed once instead of for each column.
  
 
== Template Parameters ==
 
== Template Parameters ==
Line 18: Line 20:
 
== Blank Template ==
 
== Blank Template ==
 
<pre>
 
<pre>
{{User:RoloTomassi/Mission enemy drop info (PSP)
+
{{User:RoloTomassi/Mission enemy drop row (PSP)
 
|Enemy name=  
 
|Enemy name=  
 
|Type=  
 
|Type=  
Line 29: Line 31:
  
 
== Rappy Sample ==
 
== Rappy Sample ==
 +
Placed in a table, as so...
 
<pre>
 
<pre>
{{User:RoloTomassi/Mission enemy drop info (PSP)
+
{| class="wikitable" style="text-align:center"
 +
|-
 +
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
 +
|-
 +
 
 +
{{User:RoloTomassi/Mission enemy drop row (PSP)
 
|Enemy name= Rappy
 
|Enemy name= Rappy
 
|Type= HU
 
|Type= HU
Line 37: Line 45:
 
|LvlA= 40
 
|LvlA= 40
 
|LvlS= 60}}
 
|LvlS= 60}}
 +
 +
|}
 
</pre>
 
</pre>
 
...produces:
 
...produces:
{{User:RoloTomassi/Mission enemy drop info (PSP)
+
{| class="wikitable" style="text-align:center"
 +
|-
 +
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
 +
|-
 +
 
 +
{{User:RoloTomassi/Mission enemy drop row (PSP)
 
|Enemy name= Rappy
 
|Enemy name= Rappy
 
|Type= HU
 
|Type= HU
Line 46: Line 61:
 
|LvlA= 40
 
|LvlA= 40
 
|LvlS= 60}}
 
|LvlS= 60}}
 +
 +
|}
 +
 +
== Multiple Rows ==
 +
<pre>
 +
{| class="wikitable" style="text-align:center"
 +
|-
 +
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
 +
|-
 +
{{User:RoloTomassi/Mission enemy drop row (PSP)|Enemy name=Badira|Type=HU|LvlC=1|LvlB=20|LvlA=40|LvlS=60}}
 +
{{User:RoloTomassi/Mission enemy drop row (PSP)|Enemy name=Rappy|Type=HU|LvlC=1|LvlB=20|LvlA=40|LvlS=60}}
 +
|}
 +
</pre>
 +
...produces:
 +
{| class="wikitable" style="text-align:center"
 +
|-
 +
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
 +
|-
 +
{{User:RoloTomassi/Mission enemy drop row (PSP)|Enemy name=Badira|Type=HU|LvlC=1|LvlB=20|LvlA=40|LvlS=60}}
 +
{{User:RoloTomassi/Mission enemy drop row (PSP)|Enemy name=Rappy|Type=HU|LvlC=1|LvlB=20|LvlA=40|LvlS=60}}
 +
|}
 +
 +
== Omitting Levels ==
 +
<pre>
 +
{| class="wikitable" style="text-align:center"
 +
|-
 +
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
 +
|-
 +
 +
{{User:RoloTomassi/Mission enemy drop row (PSP)
 +
|Enemy name= Rappy
 +
|Type= HU
 +
|LvlC=
 +
|LvlB=
 +
|LvlA= 40
 +
|LvlS= 60}}
 +
 +
|}
 +
</pre>
 +
...produces:
 +
{| class="wikitable" style="text-align:center"
 +
|-
 +
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
 +
|-
 +
 +
{{User:RoloTomassi/Mission enemy drop row (PSP)
 +
|Enemy name= Rappy
 +
|Type= HU
 +
|LvlC=
 +
|LvlB=
 +
|LvlA= 40
 +
|LvlS= 60}}
 +
 +
|}
 +
 
</noinclude>
 
</noinclude>

Revision as of 03:59, 1 April 2009


This template completes a row in a mission's drop table for a given battle type. This template only works for enemies, since area drops include drops from previous levels as well.

This template isn't much shorter than typing out the equivalent wikitext, but it requires less tweaking if you copy/paste it: name/type/lvlC/B/A/S are only changed once instead of for each column.

Template Parameters

Enemy name: The name of the enemy for which to display the drop information.
Type: The basic battle type for which to display drops. This means for FM use HU, for GM use RA, for MF use FO, and for AM or PT use AM/PT.
LvlC, LvlB, LvlA, LvlS: The minimum level in the drop range in which the enemy appears for the given mission level (C/B/A/S). If one of these parameters is missing or empty, I take it to mean that the enemy doesn't appear at that mission level: an 'x' is inserted instead of a drop.

Blank Template

{{User:RoloTomassi/Mission enemy drop row (PSP)
|Enemy name= 
|Type= 
|LvlC= 
|LvlB= 
|LvlA= 
|LvlS= 
}}

Rappy Sample

Placed in a table, as so...

{| class="wikitable" style="text-align:center"
|-
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
|-

{{User:RoloTomassi/Mission enemy drop row (PSP)
|Enemy name= Rappy
|Type= HU
|LvlC= 1
|LvlB= 20
|LvlA= 40
|LvlS= 60}}

|}

...produces:

Enemy name Special drops Mission LV C Mission LV B Mission LV A Mission LV S

Multiple Rows

{| class="wikitable" style="text-align:center"
|-
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
|-
{{User:RoloTomassi/Mission enemy drop row (PSP)|Enemy name=Badira|Type=HU|LvlC=1|LvlB=20|LvlA=40|LvlS=60}}
{{User:RoloTomassi/Mission enemy drop row (PSP)|Enemy name=Rappy|Type=HU|LvlC=1|LvlB=20|LvlA=40|LvlS=60}}
|}

...produces:

Enemy name Special drops Mission LV C Mission LV B Mission LV A Mission LV S

Omitting Levels

{| class="wikitable" style="text-align:center"
|-
! Enemy name !! Special drops !! Mission LV C !! Mission LV B !! Mission LV A !! Mission LV S
|-

{{User:RoloTomassi/Mission enemy drop row (PSP)
|Enemy name= Rappy
|Type= HU
|LvlC= 
|LvlB= 
|LvlA= 40
|LvlS= 60}}

|}

...produces:

Enemy name Special drops Mission LV C Mission LV B Mission LV A Mission LV S