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

Difference between revisions of "Template:Drop info"

From The re-PSUPedia
Jump to: navigation, search
m
m (Categorizing this as an obsolete template.)
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<includeonly>{| class="wikitable" style="text-align:center"
 
<includeonly>{| class="wikitable" style="text-align:center"
|-style="background:#e8e8e8"
+
|- style="background:#e8e8e8"
| colspan="4" | '''Drop information'''
+
| {{#switch: {{{Category|}}}
|-style="background:#f2f2f2"
+
|Unit= colspan="2"
| '''Enemy/Mission''' || '''Level''' || '''Type'''
+
|#default= colspan="3"}} | '''Drop information'''
 +
|- style="background:#f2f2f2"
 +
| '''Enemy/Mission''' || '''Level''' {{#switch: {{{Category|}}}
 +
|Unit=
 +
|#default= {{!}}{{!}} '''Type'''}}
 
|- style="background:#f9f9f9"
 
|- style="background:#f9f9f9"
| {{{Enemy|}}} || {{{Level|}}} || {{{Type|}}}
+
| {{#if:{{{Source|}}}| [[{{{Source|}}}]] {{!}}{{!}} {{{Level|}}} {{#switch: {{{Category|}}}
{{#if:Enemy2| {{!}}- style="background:#f9f9f9" {{!}} {{!}}}
+
|Unit=
{{!}} {{{Enemy2|}}} {{!}}{{!}} {{{Level2|}}} {{!}}{{!}} {{{Type2|}}}
+
|#default= {{!}}{{!}} {{{Type|}}}}}| colspan="3" {{!}} Unknown }}{{#if:{{{Source2|}}}|<br>
}}
+
{{!}}- style="background:#f9f9f9"
|}</includeonly>
+
{{!}} [[{{{Source2|}}}]] {{!}}{{!}} {{{Level2|}}} {{#switch: {{{Category|}}}
 +
|Unit=
 +
|#default= {{!}}{{!}} {{{Type2|}}}}}
 +
|}}{{#if:{{{Source3|}}}|<br>
 +
{{!}}- style="background:#f9f9f9"
 +
{{!}} [[{{{Source3|}}}]] {{!}}{{!}} {{{Level3|}}} {{#switch: {{{Category|}}}
 +
|Unit=
 +
|#default= {{!}}{{!}} {{{Type3|}}}}}
 +
|}}{{#if:{{{Source4|}}}|<br>
 +
{{!}}- style="background:#f9f9f9"
 +
{{!}} [[{{{Source4|}}}]] {{!}}{{!}} {{{Level4|}}} {{#switch: {{{Category|}}}
 +
|Unit=
 +
|#default= {{!}}{{!}} {{{Type4|}}}}}
 +
|}}{{#if:{{{Source5|}}}|<br>
 +
{{!}}- style="background:#f9f9f9"
 +
{{!}} [[{{{Source5|}}}]] {{!}}{{!}} {{{Level5|}}} {{#switch: {{{Category|}}}
 +
|Unit=
 +
|#default= {{!}}{{!}} {{{Type5|}}}}}
 +
|}}{{#if:{{{Source6|}}}|<br>
 +
{{!}}- style="background:#f9f9f9"
 +
{{!}} [[{{{Source6|}}}]] {{!}}{{!}} {{{Level6|}}} {{#switch: {{{Category|}}}
 +
|Unit=
 +
|#default= {{!}}{{!}} {{{Type6|}}}}}
 +
|}}{{#if:{{{Source7|}}}|<br>
 +
{{!}}- style="background:#f9f9f9"
 +
{{!}} [[{{{Source7|}}}]] {{!}}{{!}} {{{Level7|}}} {{#switch: {{{Category|}}}
 +
|Unit=
 +
|#default= {{!}}{{!}} {{{Type7|}}}}}
 +
|}}{{#if:{{{Source8|}}}|<br>
 +
{{!}}- style="background:#f9f9f9"
 +
{{!}} [[{{{Source8|}}}]] {{!}}{{!}} {{{Level8|}}} {{#switch: {{{Category|}}}
 +
|Unit=
 +
|#default= {{!}}{{!}} {{{Type8|}}}}}
 +
|}}
 +
|}[[Category:Articles using obsolete templates]]</includeonly><noinclude>== Parameter values ==
 +
'''Category:'''  Normally this field can be omitted, however when this template is used to list drops of units, enter ''Unit'' here to remove the ''Type'' column from the final chart.<br/>
 +
'''Source:'''  Enter the name of the enemy, area or mission an item drops from here.  For additional drops, use ''Source2'', ''Source3'', etc.<br/>
 +
'''Level:'''  Enter the level range of a drop item here.  Use a numeric range for enemies and areas and a letter for missions.  For additional drops, use ''Level2'', ''Level3'', etc.<br/>
 +
'''Type:'''  Use this field to identify the type of drop as that of a made weapon, a synthesis board or a made line shield.  For additional drops, use ''Type2'', ''Type3'', etc.
 +
 
 +
'''In the case of an unknown value, leave the field blank!  Do not enter question marks!'''
  
<noinclude>==Blank template ==
+
== Blank template ==
 
<pre>{{Drop info
 
<pre>{{Drop info
|Enemy=  
+
|Category=
 +
|Source=  
 
|Level=  
 
|Level=  
 
|Type=  
 
|Type=  
|Enemy2=  
+
|Source2=  
 
|Level2=  
 
|Level2=  
|Type2=  
+
|Type2= }}</pre>
}}</pre></noinclude>
+
 
 +
== Examples ==
 +
=== One enemy ===
 +
'''Code:'''
 +
<pre>{{Drop info
 +
|Source= Ageeta
 +
|Level= 11-20
 +
|Type= Board
 +
}}</pre>
 +
 
 +
'''Result:'''
 +
{{Drop info
 +
|Source= Ageeta
 +
|Level= 11-20
 +
|Type= Board
 +
}}
 +
===Multiple enemies ===
 +
'''Code:'''
 +
<pre>{{Drop info
 +
|Source= Ageeta
 +
|Level= 11-20
 +
|Type= Board
 +
|Source2= Sageeta
 +
|Level2= 21-30
 +
|Type2= Weapon
 +
|Source3= Otherageeta
 +
|Level3= 31-40
 +
|Type3= Weapon
 +
}}</pre>
 +
 
 +
'''Result:'''
 +
{{Drop info
 +
|Source= Ageeta
 +
|Level= 11-20
 +
|Type= Board
 +
|Source2= Sageeta
 +
|Level2= 21-30
 +
|Type2= Weapon
 +
|Source3= Otherageeta
 +
|Level3= 31-40
 +
|Type3= Weapon
 +
}}
 +
 
 +
=== No known drops ===
 +
'''Code:'''
 +
<pre>{{Drop info}}</pre>
 +
 
 +
'''Result:'''
 +
{{Drop info}}
 +
 
 +
=== Drop listing for a unit ===
 +
<pre>{{Drop info
 +
|Category= Unit
 +
|Source= Kakwane
 +
|Level= 100-124}}</pre>
 +
...produces...
 +
{{Drop info
 +
|Category= Unit
 +
|Source= Kakwane
 +
|Level= 100-124}}
 +
</noinclude>

Latest revision as of 00:51, 17 November 2011

Parameter values

Category: Normally this field can be omitted, however when this template is used to list drops of units, enter Unit here to remove the Type column from the final chart.
Source: Enter the name of the enemy, area or mission an item drops from here. For additional drops, use Source2, Source3, etc.
Level: Enter the level range of a drop item here. Use a numeric range for enemies and areas and a letter for missions. For additional drops, use Level2, Level3, etc.
Type: Use this field to identify the type of drop as that of a made weapon, a synthesis board or a made line shield. For additional drops, use Type2, Type3, etc.

In the case of an unknown value, leave the field blank! Do not enter question marks!

Blank template

{{Drop info
|Category= 
|Source= 
|Level= 
|Type= 
|Source2= 
|Level2= 
|Type2= }}

Examples

One enemy

Code:

{{Drop info
|Source= Ageeta
|Level= 11-20
|Type= Board
}}

Result:

Drop information
Enemy/Mission Level Type
Ageeta 11-20 Board

Multiple enemies

Code:

{{Drop info
|Source= Ageeta
|Level= 11-20
|Type= Board
|Source2= Sageeta
|Level2= 21-30
|Type2= Weapon
|Source3= Otherageeta
|Level3= 31-40
|Type3= Weapon
}}

Result:

Drop information
Enemy/Mission Level Type
Ageeta 11-20 Board
Sageeta 21-30 Weapon
Otherageeta 31-40 Weapon

No known drops

Code:

{{Drop info}}

Result:

Drop information
Enemy/Mission Level Type
Unknown

Drop listing for a unit

{{Drop info
|Category= Unit
|Source= Kakwane
|Level= 100-124}}

...produces...

Drop information
Enemy/Mission Level
Kakwane 100-124