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