Module:Shiren 1 SFC Trap Data Cell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "-------------------------------------------------------------------------------- -- -- Module:Shiren 1 SFC Trap Data Cell -- -- This module covers a list of traps in Japanese present in -- Mystery Dungeon 2: Shiren the Wanderer. -- -- Parameters -- -- name: Insert the trap's English name there. -- -------------------------------------------------------------------------------- return { ["Alarm "] = { ["ja"] = "" }, }") |
mNo edit summary |
||
Line 13: | Line 13: | ||
return { | return { | ||
[" | [""] = { ["ja"] = "" }, | ||
} | } |
Latest revision as of 20:08, 12 October 2024
Documentation for this module may be created at Module:Shiren 1 SFC Trap Data Cell/doc
--------------------------------------------------------------------------------
--
-- Module:Shiren 1 SFC Trap Data Cell
--
-- This module covers a list of traps in Japanese present in
-- Mystery Dungeon 2: Shiren the Wanderer.
--
-- Parameters
--
-- name: Insert the trap's English name there.
--
--------------------------------------------------------------------------------
return {
[""] = { ["ja"] = "" },
}