Difference between revisions of "Template:Drop info"
From PSU Cyril Wiki
m (Adding better examples to show multiple enemies.) |
(Seeing if I can adapt in a "blank" template for the items we've no drop info on.) |
||
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=" | + | | colspan="3" | '''Drop information''' |
|- style="background:#f2f2f2" | |- style="background:#f2f2f2" | ||
| '''Enemy/Mission''' || '''Level''' || '''Type''' | | '''Enemy/Mission''' || '''Level''' || '''Type''' | ||
|- style="background:#f9f9f9" | |- style="background:#f9f9f9" | ||
− | | [[{{{Enemy}}}]] | + | | {{#if:{{{Enemy|}}}| [[{{{Enemy|}}}]] {{bar}}{{bar}} {{{Level|}}} {{bar}}{{bar}} {{{Type|}}}| {{bar}}colspan="3" {{bar}} Unknown }} |
+ | {{#if:{{{Enemy2|}}}|<br> | ||
{{bar}}- style="background:#f9f9f9" | {{bar}}- style="background:#f9f9f9" | ||
{{bar}} [[{{{Enemy2|}}}]] {{bar}}{{bar}} {{{Level2|}}} {{bar}}{{bar}} {{{Type2|}}} | {{bar}} [[{{{Enemy2|}}}]] {{bar}}{{bar}} {{{Level2|}}} {{bar}}{{bar}} {{{Type2|}}} |
Revision as of 14:45, 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 |