Difference between revisions of "Template:Drop info"
From PSU Cyril Wiki
m (Example and format tweak) |
m (Forgot to close a line-break >.>;;) |
||
Line 5: | Line 5: | ||
| '''Enemy/Mission''' || '''Level''' || '''Type''' | | '''Enemy/Mission''' || '''Level''' || '''Type''' | ||
|- style="background:#f9f9f9" | |- style="background:#f9f9f9" | ||
− | | {{#if:{{{Enemy|}}}| [[{{{Enemy|}}}]] {{bar}}{{bar}} {{{Level|}}} {{bar}}{{bar}} {{{Type|}}}| colspan="3" {{bar}} Unknown }} | + | | {{#if:{{{Enemy|}}}| [[{{{Enemy|}}}]] {{bar}}{{bar}} {{{Level|}}} {{bar}}{{bar}} {{{Type|}}}| colspan="3" {{bar}} Unknown }}{{#if:{{{Enemy2|}}}|<br> |
− | {{#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:49, 13 April 2008
Example 1 - One Enemy
Code:
{{Drop info |Enemy= Ageeta |Level= 11-20 |Type= Board }}
Result:
Drop information | ||
Enemy/Mission | Level | Type |
Unknown |
Example 2 - 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 |
Example 3 - No Known Drops
Code:
{{Drop info}}
Result:
Drop information | ||
Enemy/Mission | Level | Type |
Unknown |