Difference between revisions of "Template:Drop Sources/doc"

From Idlescape Wiki
Jump to navigation Jump to search
(Update doc/usage of the Template)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Just type the name of the item you want to get its drop sources.
+
The template automatically creates a table of sources of a item. Sources includes [[Monster]]s, [[Combat#Dungeons|Dungeons]] and [[Elite Scroll|Elite Challenges]].
 +
 
 +
The table has following columns:
 +
{| class="wikitable sortable"
 +
|-
 +
! Image !! Source !! Quantity !! Rarity !! Leagues
 +
|}
 +
 
 +
=Usage=
 +
The template takes optional parameters:
 +
* <code>name, title</code> The name of the item which to get sources for. Defaults to the page name.
 +
* <code>width</code> The width of the monster/key/scroll images. HTML attribute so no units. Defaults to 30 if not set.
 +
* <code>height</code> The height of the monster/key/scroll images. HTML attribute so no units. Defaults to 30 if not set.
 +
 
 
=Example=
 
=Example=
 
==Input==
 
==Input==
<code><nowiki>{{drop sources|stone}}</nowiki></code>
+
<code><nowiki>{{Drop Sources|name=Gold Bar|width=30|height=30}}</nowiki></code>
 +
<br>The same output is achieved by <code><nowiki>{{Drop Sources}}</nowiki></code> if called from the page [[Gold Bar]].
 +
 
 
==Output==
 
==Output==
{{drop sources|stone}}
+
{{Drop Sources|name=Gold Bar|width=30|height=30}}
 +
 
 +
 
 +
=TODO=
 +
* Add containers to the possible drop sources.
 +
* Add quests to the the possible drop sources. ???
 +
* Add option to display Rarity as a fraction and percentage.
 +
* Add indicator to league icons to inform if league is active.
 +
 
 +
<includeonly>[[Category:Template]]</includeonly>

Latest revision as of 20:56, 21 April 2025

The template automatically creates a table of sources of a item. Sources includes Monsters, Dungeons and Elite Challenges.

The table has following columns:

Image Source Quantity Rarity Leagues

Usage

The template takes optional parameters:

  • name, title The name of the item which to get sources for. Defaults to the page name.
  • width The width of the monster/key/scroll images. HTML attribute so no units. Defaults to 30 if not set.
  • height The height of the monster/key/scroll images. HTML attribute so no units. Defaults to 30 if not set.

Example

Input

{{Drop Sources|name=Gold Bar|width=30|height=30}}
The same output is achieved by {{Drop Sources}} if called from the page Gold Bar.

Output

SourceQuantityRarityLeagues
Cursed NagaCursed Naga1–21%All
Corrupted NagaCorrupted Naga1–55%All
Ancient Dwarven GolemAncient Dwarven Golem[Expand][Collapse]
Ancient Dwarven GolemAncient Dwarven Golem1–1250%All
Ancient Dwarven GolemAncient Dwarven Golem1–2410%All


TODO

  • Add containers to the possible drop sources.
  • Add quests to the the possible drop sources. ???
  • Add option to display Rarity as a fraction and percentage.
  • Add indicator to league icons to inform if league is active.