Module:Torneko 2 PS1 Item Data Cell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "-------------------------------------------------------------------------------- -- -- Module:Torneko 2 PS1 Item Data Cell -- -- This module covers a list of items in Japanese present in -- World of Dragon Warrior: Torneko: The Last Hope. -- -- Parameters -- -- name: Insert the trap's English name there. -- -------------------------------------------------------------------------------- return { [""] = { ["ja"] = "" }, }") |
mNo edit summary |
||
Line 8: | Line 8: | ||
-- Parameters | -- Parameters | ||
-- | -- | ||
-- name: Insert the | -- name: Insert the item's English name there. | ||
-- | -- | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
Latest revision as of 07:26, 19 October 2024
Documentation for this module may be created at Module:Torneko 2 PS1 Item Data Cell/doc
--------------------------------------------------------------------------------
--
-- Module:Torneko 2 PS1 Item Data Cell
--
-- This module covers a list of items in Japanese present in
-- World of Dragon Warrior: Torneko: The Last Hope.
--
-- Parameters
--
-- name: Insert the item's English name there.
--
--------------------------------------------------------------------------------
return {
[""] = { ["ja"] = "" },
}