Module:Gates to Infinity Trap Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
Template-info.png Documentation

This template covers a list of items and their names in Japanese present in Pokémon Mystery Dungeon: Gates to Infinity for use only in table Templates such as Module:Gates to Infinity Dungeon Traps table.

In this example, the attribute {{{trap_n|}}} uses this module...

{{#invoke:Gates to Infinity Dungeon Traps table|main
  | trap_1  = Wonder Tile
  | floor_1 = 2
}}

...and will result in:

SpriteTrapFloors
EnglishJapanese
Wonder Tile's sprite.Wonder Tileふしぎなゆか[Research required]

--------------------------------------------------------------------------------
--
--					Module:Gates to Infinity Trap Data Cell
--
-- This module covers a list of traps in Japanese present in
-- Pokémon Mystery Dungeon: Gates to Infinity.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------

return {
	["Big Blast Trap"] = { ["ja"] = "だいばくはのワナ" },
	["Blast Trap"] = { ["ja"] = "ばくはのワナ" },
	["Grimy Trap"] = { ["ja"] = "ベトベタのワナ" },
	["Grudge Trap"] = { ["ja"] = "おんねんスイッチ" },
	["Gust Trap"] = { ["ja"] = "とっぷうのワナ" },
	["Mud Trap"] = { ["ja"] = "どろのワナ" },
	["Pitfall Trap"] = { ["ja"] = "おとしあな" },
	["Poison Trap"] = { ["ja"] = "どくばりのワナ" },
	["Pokémon Trap"] = { ["ja"] = "ポケモンのワナ" },
	["PP Leech Trap"] = { ["ja"] = "わざへりのワナ" },
	["Random Trap"] = { ["ja"] = "ゆびふりスイッチ" },
	["Seal Trap"] = { ["ja"] = "ふういんのワナ" },
	["Slow Trap"] = { ["ja"] = "どんそくのワナ" },
	["Slumber Trap"] = { ["ja"] = "すいみんのワナ" },
	["Spiky Trap"] = { ["ja"] = "トゲトゲのワナ" },
	["Spin Trap"] = { ["ja"] = "ぐるぐるのワナ" },
	["Stealth Rock"] = { ["ja"] = "ステルスロック" },
	["Sticky Trap"] = { ["ja"] = "くっつきのワナ" },
	["Summon Trap"] = { ["ja"] = "よびよせのワナ" },
	["Toxic Spikes"] = { ["ja"] = "どくびし" },
	["Trip Trap"] = { ["ja"] = "ころばせのワナ" },
	["Warp Trap"] = { ["ja"] = "ワープのワナ" },
	["Gold Floor"] = { ["ja"] = "おうごんゆか" },
	["Sparkling Floor"] = { ["ja"] = "キラキラゆか" },
	["Stairs"] = { ["ja"] = "かいだん" },
	["Training Switch"] = { ["ja"] = "たんれんスイッチ" },
	["Wonder Tile"] = { ["ja"] = "ふしぎなゆか" }
}