Template:ItemInfobox/MD/doc

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search

This template is used to display an infobox for an item seen in the Pokémon Mystery Dungeon series. If the item is only seen in Pokémon Mystery Dungeon games, it should be used at the top of the page; otherwise, it should be used at the top of the item's Pokémon Mystery Dungeon section.

Parameters

Named
  • colorscheme: a color from color templates that has dark and light versions (e.g., "fire" will use {{fire color}}, {{fire color dark}}, and {{fire color light}})
  • name: the name of the item; used for the top text and displaying the default sprite and art (the default for sprites is: MDBag [name] Sprite.png, for art: Dream [name] Sprite.png)
  • jname: the Japanese name of the item
  • jtrans: the translation of the Japanese name
  • sprite (optional): overrides name if name does not point to the right sprite image (the image used is MDBag [sprite] Sprite.png); if "None" is used, the sprites will be hidden
  • sprite2 (optional): displays a second sprite image (if sprite2 is not used, only one sprite will be shown)
  • art (optional): overrides the art image if name does not point to the right image (the image used is [art].png); if "None" is used, the art will be hidden
  • size (optional): the size to display the main art image at
  • art2 (optional): displays a second art image (if art2 is not used, only one art image will be shown)
  • size2 (optional): the size to display the art2 image at
  • caption (optional): a caption for the art image; defaults to Pokémon Global Link artwork
  • intro: a link to the Pokémon Mystery Dungeon game that the item first appeared in
  • cat (optional): overrides the categories added by this template, mainly meant to be set to blank to suppress them; defaults to [[Category:{subcat/Pokémon Mystery Dungeon items}]] plus any categories added by the exclusive parameter
  • subcat (optional): overrides the generic "Pokémon Mystery Dungeon items" category if the item belongs to a subset of items like "Seeds" or "Berries in Pokémon Mystery Dungeon"
  • exclusive (optional): adds an extra category if the item only appears in Pokémon Mystery Dungeon games or in a specific game. All values below add the category Items exclusive to Pokémon Mystery Dungeon; game-specific values also add a game-specific category.

Examples

In any examples below, if you are copying the code for a mainspace page, remove all occurrences of |cat=.

Blast Seed, a basic item with some artwork

Blast Seed
ばくれつのタネ
Explosive Seed

MDBag Seed Sprite.png

Cheri BerryCheri Berry
Artwork
{{ItemInfobox/MD|cat=
|name=Blast Seed
|jname=ばくれつのタネ
|jtrans=Explosive Seed
|intro=[[Pokémon Mystery Dungeon: Red Rescue Team and Blue Rescue Team|Red and Blue Rescue Team]]
|colorscheme=MD
|sprite=Seed
|art=Blast Seed artwork RTRB
|art2=Blast Seed artwork RTDX
|size2=110px
}}


PP All, no art and exclusive to BSL

ピーピーオール
PP All

MDBag Wonder Orb Sprite.png

{{ItemInfobox/MD|cat=
|name=
|jname=ピーピーオール
|jtrans=PP All
|intro=[[Pokémon Mystery Dungeon (WiiWare)|Adventure Squad]]
|colorscheme=MD
|sprite=Wonder Orb
|art=None
|exclusive=BSL
}}