Difference between revisions of "Template:Drop info"
From PSU Cyril Wiki
(Seeing if I can adapt in a "blank" template for the items we've no drop info on.) |
m (Example and format tweak) |
||
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|}}}| | + | | {{#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" | ||
Line 16: | Line 16: | ||
{{bar}} [[{{{Enemy4|}}}]] {{bar}}{{bar}} {{{Level4|}}} {{bar}}{{bar}} {{{Type4|}}} | {{bar}} [[{{{Enemy4|}}}]] {{bar}}{{bar}} {{{Level4|}}} {{bar}}{{bar}} {{{Type4|}}} | ||
|}} | |}} | ||
− | |}</includeonly><noinclude>==Example 1== | + | |}</includeonly><noinclude>__NOTOC__ |
+ | ==Example 1 - One Enemy== | ||
'''Code:''' | '''Code:''' | ||
<pre>{{Drop info | <pre>{{Drop info | ||
Line 30: | Line 31: | ||
|Type= Board | |Type= Board | ||
}} | }} | ||
− | ==Example 2== | + | ==Example 2 - Multiple Enemies== |
'''Code:''' | '''Code:''' | ||
<pre>{{Drop info | <pre>{{Drop info | ||
Line 55: | Line 56: | ||
|Level3= 31-40 | |Level3= 31-40 | ||
|Type3= Weapon | |Type3= Weapon | ||
− | }}</noinclude> | + | }} |
+ | |||
+ | ==Example 3 - No Known Drops== | ||
+ | '''Code:''' | ||
+ | <pre>{{Drop info}}</pre> | ||
+ | |||
+ | '''Result:''' | ||
+ | {{Drop info}} | ||
+ | </noinclude> |
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 |