If you are looking for Information about PSU Clementine, Go check their Wiki

Difference between revisions of "Template:Enemy Drops"

From The re-PSUPedia
Jump to: navigation, search
(Added defaults)
Line 16: Line 16:
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
(Under Construction)
+
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>

Revision as of 23:14, 14 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.