Module:Moonlight Village GB Trap Data Cell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "-------------------------------------------------------------------------------- -- -- Module:Torneko 1 Trap Data Cell -- -- This module covers a list of traps in Japanese present in -- Mystery Dungeon: Shiren the Wanderer GB - Monster of Moonlight Village. -- -- Parameters -- -- name: Insert the trap's English name there. -- getVar: Picks which key the module should return. -- * ja: Returns the trap's Japanese name. -- ----------------------------------------------...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- | -- | ||
-- | -- Module:Moonlight Village GB Trap Data Cell | ||
-- | -- | ||
-- This module covers a list of traps in Japanese present in | -- This module covers a list of traps in Japanese present in | ||
Line 9: | Line 9: | ||
-- | -- | ||
-- name: Insert the trap's English name there. | -- name: Insert the trap's English name there. | ||
-- | -- | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
Latest revision as of 15:00, 13 July 2024
Documentation for this module may be created at Module:Moonlight Village GB Trap Data Cell/doc
--------------------------------------------------------------------------------
--
-- Module:Moonlight Village GB Trap Data Cell
--
-- This module covers a list of traps in Japanese present in
-- Mystery Dungeon: Shiren the Wanderer GB - Monster of Moonlight Village.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------
return {
[""] = { ["ja"] = "" }
}