Difference between revisions of "Template:Enemy Drops"
From PSU Cyril Wiki
(Template for Enemy Drops (Under Construction)) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
! Special drops !! colspan="4" | Level drops | ! Special drops !! colspan="4" | Level drops | ||
|- | |- | ||
− | | {{{SpecialDrop1}}} || '''1-9''' || {{{DropLv1to9}}} || '''50-59''' || {{{DropLv50to59}}} | + | | {{{SpecialDrop1|-}}} || '''1-9''' || {{{DropLv1to9|-}}} || '''50-59''' || {{{DropLv50to59|-}}} |
|- | |- | ||
− | | {{{SpecialDrop2}}} || '''10-19''' || {{{DropLv10to19}}} || '''60-69''' || {{{DropLv60to69}}} | + | | {{{SpecialDrop2|-}}} || '''10-19''' || {{{DropLv10to19|-}}} || '''60-69''' || {{{DropLv60to69|-}}} |
|- | |- | ||
− | | {{{SpecialDrop3}}} || '''20-29''' || {{{DropLv20to29}}} || '''70-79''' || {{{DropLv70to79}}} | + | | {{{SpecialDrop3|-}}} || '''20-29''' || {{{DropLv20to29|-}}} || '''70-79''' || {{{DropLv70to79|-}}} |
|- | |- | ||
− | | {{{SpecialDrop4}}} || '''30-39''' || {{{DropLv30to39}}} || '''80-99''' || {{{DropLv80to99}}} | + | | {{{SpecialDrop4|-}}} || '''30-39''' || {{{DropLv30to39|-}}} || '''80-99''' || {{{DropLv80to99|-}}} |
|- | |- | ||
− | | {{{SpecialDrop5}}} || '''40-49''' || {{{DropLv40to49}}} || '''100+''' || {{{DropLv100up}}} | + | | {{{SpecialDrop5|-}}} || '''40-49''' || {{{DropLv40to49|-}}} || '''100+''' || {{{DropLv100up|-}}} |
+ | |}</includeonly> | ||
+ | <noinclude> | ||
+ | This template is for the enemy's drop data table that appears on the enemy's detail page. It was created by [[User:Mewn|Mewn]] as a better means of organizing important enemy data in an accessible and readable format. Other parts of the enemy's details are in the [[Template:Enemy]] and [[Template:Enemy Sighting]] templates. | ||
+ | {|class="wikitable" style="text-align:center" | ||
+ | |- | ||
+ | ! Special drops !! colspan="4" | Level drops | ||
+ | |- | ||
+ | | [[Vanda Derma]] || '''1-9''' || [[Shigga Damud]] || '''50-59''' || - | ||
+ | |- | ||
+ | | - || '''10-19''' || [[Shigga Spud]] || '''60-69''' || - | ||
+ | |- | ||
+ | | - || '''20-29''' || [[Shigga Wadda]] || '''70-79''' || - | ||
+ | |- | ||
+ | | - || '''30-39''' || [[Shigga Bigul]] || '''80-99''' || - | ||
+ | |- | ||
+ | | - || '''40-49''' || [[Shigga Amza]] || '''100+''' || - | ||
|} | |} | ||
− | </ | + | ==Usage== |
− | < | + | There are two ways to implement the table. You can take the table code itself and re-enter all of the parameters in their respective positions or you can use the template shortcut here. |
− | + | <code><nowiki>{{Enemy Drops</nowiki></code> | |
+ | <code><nowiki>|SpecialDrop1= [[Vanda Derma]]</nowiki></code> | ||
+ | <code><nowiki>|DropLv1to9= [[Shigga Damud]]</nowiki></code> | ||
+ | <code><nowiki>|DropLv10to19= [[Shigga Spud]]</nowiki></code> | ||
+ | <code><nowiki>|DropLv20to29= [[Shigga Wadda]]</nowiki></code> | ||
+ | <code><nowiki>|DropLv30to39= [[Shigga Bigul]]</nowiki></code> | ||
+ | <code><nowiki>|DropLv40to49= [[Shigga Amza]]</nowiki></code> | ||
+ | <code><nowiki>}}</nowiki></code> | ||
+ | The above code will produce the drops table listed above. | ||
</noinclude> | </noinclude> |
Latest revision as of 14:03, 16 September 2007
This template is for the enemy's drop data table that appears on the enemy's detail page. It was created by Mewn as a better means of organizing important enemy data in an accessible and readable format. Other parts of the enemy's details are in the Template:Enemy and Template:Enemy Sighting templates.
Special drops | Level drops | |||
---|---|---|---|---|
Vanda Derma | 1-9 | Shigga Damud | 50-59 | - |
- | 10-19 | Shigga Spud | 60-69 | - |
- | 20-29 | Shigga Wadda | 70-79 | - |
- | 30-39 | Shigga Bigul | 80-99 | - |
- | 40-49 | Shigga Amza | 100+ | - |
Usage
There are two ways to implement the table. You can take the table code itself and re-enter all of the parameters in their respective positions or you can use the template shortcut here.
{{Enemy Drops
|SpecialDrop1= [[Vanda Derma]]
|DropLv1to9= [[Shigga Damud]]
|DropLv10to19= [[Shigga Spud]]
|DropLv20to29= [[Shigga Wadda]]
|DropLv30to39= [[Shigga Bigul]]
|DropLv40to49= [[Shigga Amza]]
}}
The above code will produce the drops table listed above.