Difference between revisions of "Template:Drop info"
From PSU Cyril Wiki
m (Brackets for article linking) |
m (Adding better examples to show multiple enemies.) |
||
Line 15: | Line 15: | ||
{{bar}} [[{{{Enemy4|}}}]] {{bar}}{{bar}} {{{Level4|}}} {{bar}}{{bar}} {{{Type4|}}} | {{bar}} [[{{{Enemy4|}}}]] {{bar}}{{bar}} {{{Level4|}}} {{bar}}{{bar}} {{{Type4|}}} | ||
|}} | |}} | ||
− | |}</includeonly> | + | |}</includeonly><noinclude>==Example 1== |
+ | '''Code:''' | ||
+ | <pre>{{Drop info | ||
+ | |Enemy= Ageeta | ||
+ | |Level= 11-20 | ||
+ | |Type= Board | ||
+ | }}</pre> | ||
− | + | '''Result:''' | |
+ | {{Drop info | ||
+ | |Enemy= Ageeta | ||
+ | |Level= 11-20 | ||
+ | |Type= Board | ||
+ | }} | ||
+ | ==Example 2== | ||
+ | '''Code:''' | ||
<pre>{{Drop info | <pre>{{Drop info | ||
|Enemy= Ageeta | |Enemy= Ageeta | ||
Line 25: | Line 38: | ||
|Level2= 21-30 | |Level2= 21-30 | ||
|Type2= Weapon | |Type2= Weapon | ||
+ | |Enemy3= Otherageeta | ||
+ | |Level3= 31-40 | ||
+ | |Type3= Weapon | ||
}}</pre> | }}</pre> | ||
− | + | '''Result:''' | |
{{Drop info | {{Drop info | ||
|Enemy= Ageeta | |Enemy= Ageeta | ||
Line 35: | Line 51: | ||
|Level2= 21-30 | |Level2= 21-30 | ||
|Type2= Weapon | |Type2= Weapon | ||
+ | |Enemy3= Otherageeta | ||
+ | |Level3= 31-40 | ||
+ | |Type3= Weapon | ||
}}</noinclude> | }}</noinclude> |
Revision as of 14:40, 13 April 2008
Example 1
Code:
{{Drop info |Enemy= Ageeta |Level= 11-20 |Type= Board }}
Result:
Drop information | ||
Enemy/Mission | Level | Type |
Unknown |
Example 2
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 |