Difference between revisions of "Template:Drop info"
From PSU Cyril Wiki
m |
m |
||
Line 26: | Line 26: | ||
|Unit= | |Unit= | ||
|#default= {{!}}{{!}} {{{Type4|}}}}} | |#default= {{!}}{{!}} {{{Type4|}}}}} | ||
+ | |}}{{#if:{{{Enemy5|}}}|<br> | ||
+ | {{!}}- style="background:#f9f9f9" | ||
+ | {{!}} [[{{{Enemy5|}}}]] {{!}}{{!}} {{{Level5|}}} {{#switch: {{{Category|}}} | ||
+ | |Unit= | ||
+ | |#default= {{!}}{{!}} {{{Type5|}}}}} | ||
+ | |}}{{#if:{{{Enemy6|}}}|<br> | ||
+ | {{!}}- style="background:#f9f9f9" | ||
+ | {{!}} [[{{{Enemy6|}}}]] {{!}}{{!}} {{{Level6|}}} {{#switch: {{{Category|}}} | ||
+ | |Unit= | ||
+ | |#default= {{!}}{{!}} {{{Type6|}}}}} | ||
|}} | |}} | ||
− | |}</includeonly><noinclude> | + | |}</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/> |
+ | '''Enemy:''' Enter the name of the enemy an item drops from here. Also, this space is used to list areas and missions. For additional drops, use ''Enemy2'', ''Enemy3'', 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. | ||
+ | |||
+ | == Blank template == | ||
+ | <pre>{{Drop info | ||
+ | |Category= | ||
+ | |Enemy= | ||
+ | |Level= | ||
+ | |Type= | ||
+ | |Enemy2= | ||
+ | |Level2= | ||
+ | |Type2= }}</pre> | ||
+ | |||
+ | == Examples == | ||
+ | === One enemy === | ||
'''Code:''' | '''Code:''' | ||
<pre>{{Drop info | <pre>{{Drop info | ||
Line 42: | Line 68: | ||
|Type= Board | |Type= Board | ||
}} | }} | ||
− | == | + | ===Multiple enemies === |
'''Code:''' | '''Code:''' | ||
<pre>{{Drop info | <pre>{{Drop info | ||
Line 69: | Line 95: | ||
}} | }} | ||
− | == | + | === No known drops === |
'''Code:''' | '''Code:''' | ||
<pre>{{Drop info}}</pre> | <pre>{{Drop info}}</pre> | ||
Line 75: | Line 101: | ||
'''Result:''' | '''Result:''' | ||
{{Drop info}} | {{Drop info}} | ||
+ | |||
+ | === Drop listing for a unit === | ||
+ | <pre>{{Drop info | ||
+ | |Category= Unit | ||
+ | |Enemy= Kakwane | ||
+ | |Level= 100-124}}</pre> | ||
+ | ...produces... | ||
+ | {{Drop info | ||
+ | |Category= Unit | ||
+ | |Enemy= Kakwane | ||
+ | |Level= 100-124}} | ||
</noinclude> | </noinclude> |
Revision as of 02:45, 20 April 2008
Contents
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.
Enemy: Enter the name of the enemy an item drops from here. Also, this space is used to list areas and missions. For additional drops, use Enemy2, Enemy3, 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.
Blank template
{{Drop info |Category= |Enemy= |Level= |Type= |Enemy2= |Level2= |Type2= }}
Examples
One enemy
Code:
{{Drop info |Enemy= Ageeta |Level= 11-20 |Type= Board }}
Result:
Drop information | ||
Enemy/Mission | Level | Type |
Unknown |
Multiple enemies
Code:
{{Drop info |Enemy= Ageeta |Level= 11-20 |Type= Board |Enemy2= Sageeta |Level2= 21-30 |Type2= Weapon |Enemy3= Otherageeta |Level3= 31-40 |Type3= Weapon }}
Result:
Drop information | ||
Enemy/Mission | Level | Type |
Unknown |
No known drops
Code:
{{Drop info}}
Result:
Drop information | ||
Enemy/Mission | Level | Type |
Unknown |
Drop listing for a unit
{{Drop info |Category= Unit |Enemy= Kakwane |Level= 100-124}}
...produces...
Drop information | ||
Enemy/Mission | Level | |
Unknown |