Wynncraft Wiki
Advertisement


Template-info Documentation

Description[]

Displays an unordered list of all the mobs that drop the specified ingredient.

Arguments[]

{{MobsThatDrop
| # = *
| intro =
| limit =
}}

Note: The # symbol represets an infinite number of unnamed arguments. (Minimum of 1)


Argument Description Default Value
# * The items to search for
intro The intro text to use before the list The following mobs drop <item_name>:
limit Sets the maximum amount of results to show 20


Examples[]

{{MobsThatDrop|Pink Wool}}

Produces:

The following mobs can drop Pink Wool:


{{MobsThatDrop|Rotten Flesh|Zombie Eye}}

Produces:

The following mobs can drop Rotten Flesh, Zombie Eye:


{{MobsThatDrop|Unobtainium}}

Produces: Failed to load mobs! Let a community administrator know about this issue.

Displays a list of all known mobs that drop the supplied item

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Item Name1

The name of the item to search

Example
Rotten Flesh
Stringrequired
Intro Textintro

The intro text to use before the list.

Default
The following mobs can drop <item>:
Example
The following mobs can drop Rotten Flesh:
Stringoptional
Result Limitlimit

Sets the maximum amount of results to show

Default
20
Example
20
Numberoptional
Advertisement