If you are looking for Information about PSU Clementine, Go check their Wiki
Difference between revisions of "Template:Drop info"
(Meh, improving the example. If Kit's stopped, I'll have a stab at the template itself.) |
m (Categorizing this as an obsolete template.) |
||
(16 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=" | + | | {{#switch: {{{Category|}}} |
+ | |Unit= colspan="2" | ||
+ | |#default= colspan="3"}} | '''Drop information''' | ||
|- style="background:#f2f2f2" | |- style="background:#f2f2f2" | ||
− | | '''Enemy/Mission''' || '''Level''' || '''Type''' | + | | '''Enemy/Mission''' || '''Level''' {{#switch: {{{Category|}}} |
+ | |Unit= | ||
+ | |#default= {{!}}{{!}} '''Type'''}} | ||
|- style="background:#f9f9f9" | |- style="background:#f9f9f9" | ||
− | | [[{{{ | + | | {{#if:{{{Source|}}}| [[{{{Source|}}}]] {{!}}{{!}} {{{Level|}}} {{#switch: {{{Category|}}} |
− | {{ #if: | + | |Unit= |
− | {{ | + | |#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!''' |
+ | |||
+ | == Blank template == | ||
+ | <pre>{{Drop info | ||
+ | |Category= | ||
+ | |Source= | ||
+ | |Level= | ||
+ | |Type= | ||
+ | |Source2= | ||
+ | |Level2= | ||
+ | |Type2= }}</pre> | ||
+ | |||
+ | == 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 | <pre>{{Drop info | ||
− | | | + | |Source= Ageeta |
|Level= 11-20 | |Level= 11-20 | ||
|Type= Board | |Type= Board | ||
− | | | + | |Source2= Sageeta |
|Level2= 21-30 | |Level2= 21-30 | ||
|Type2= Weapon | |Type2= Weapon | ||
+ | |Source3= Otherageeta | ||
+ | |Level3= 31-40 | ||
+ | |Type3= Weapon | ||
}}</pre> | }}</pre> | ||
− | + | '''Result:''' | |
{{Drop info | {{Drop info | ||
− | | | + | |Source= Ageeta |
|Level= 11-20 | |Level= 11-20 | ||
|Type= Board | |Type= Board | ||
− | | | + | |Source2= Sageeta |
|Level2= 21-30 | |Level2= 21-30 | ||
|Type2= Weapon | |Type2= Weapon | ||
− | }}</noinclude> | + | |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
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.
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 |