Template:ItemTable

From Fiend Folio Wiki
Jump to navigation Jump to search

Usage

{{ItemTable|1|where|order by|limit|collapsed}}

Description

Displays a table of collectibles.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Names1

The names of the collectibles in the database, separated with commas.

Example
The Sad Onion, The Inner Eye
Stringsuggested
Wherewhere

Corresponds to the WHERE clause.

Example
is_activated = 1
Stringsuggested
Order byorder by

Corresponds to the ORDER BY clause.

Default
name
Example
id
Stringoptional
Limitlimit

Corresponds to the LIMIT clause.

Example
10
Numberoptional
Collapsedcollapsed

Starts the table in the collapsed state if set.

Default
false
Example
true
Booleanoptional

Examples

Name Icon Flavor Text Description Quality
A.V.G.M.
A.V.G.M.Unlimited
Get Hooked
  • Pays out with Penny.png Pennies and other potential prizes after using an increasing amount of times.
2 
Alpha Coin
Alpha Coin4 rooms
Learn to use it!
  • Does a variety of effects based on the current room and exploration.
1 
Angelic Lyre
Angelic LyreUnlimited
Play a different tune
  • Rotates between 3 different "tunes" that passively change Isaac's tears into three different attack modes with their own stats and modifiers.
2 
Name Icon Flavor Text Description Quality
Mrs. Spooter
Mrs. Spooter
Turret pursuer
  • Spawns a blue Spooter.png Spooter familiar that pursues enemies and periodically fires tears.
1 
Baby Crater
Baby Crater
Spiral shot buddy
  • Whilst Isaac is firing tears, Baby Crater creates a ring of tears around itself, similar to the enemy Craterface.png Craterface.
  • Tears are released outwards when Isaac stops firing.
2 
Pyromancy
Pyromancy
Double Tap Fireballs
  • Isaac periodically creates orbital fireballs, up to three.
  • Double-tapping the shoot button launches a fireball, leaving a trail of flames and exploding on contact.
3 

Example Usage

{{ItemTable|The Fiend Folio|where=is_activated|order by=id|limit=3|collapsed=true}}