Module:Shiren 6 Item Data Cell: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
(Created page with "---------------------------------------------------------------------------------------------------- -- -- Module:Shiren 6 Item Data Cell -- -- This module covers a list of items in Japanese present in -- Mystery Dungeon: Shiren the Wanderer 6 - Coil Island Exploration Record. -- -- Parameters -- -- name: Insert the item's English name there. -- ---------------------------------------------------------------------------------------...")
 
No edit summary
 
Line 1: Line 1:
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
--
--                                       Module:Shiren 6 Item Data Cell
-- Module:Shiren 6 Item Data Cell
--
--
-- This module covers a list of items in Japanese present in  
-- This module covers a list of items in Japanese present in  
-- Mystery Dungeon: Shiren the Wanderer 6 - Coil Island Exploration Record.
-- Shiren the Wanderer: The Mystery Dungeon of Serpentcoil Island.
--
--
-- Parameters
-- Parameters
Line 10: Line 10:
-- name: Insert the item's English name there.
-- name: Insert the item's English name there.
--
--
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p = {}
return {
 
[""] = ""
function p.shiren6ItemDataCell(f)
}
-- Gets the arguments from #invoke:Shiren 6 Item Data Cell|shiren6ItemDataCell
local args = f.args
 
-- List of every item's Japanese names
local list = {
[""] = ""
}
 
-- Returns the selected item in Japanese
return list[args.name]
end
 
return p

Latest revision as of 19:25, 10 November 2024

Documentation for this module may be created at Module:Shiren 6 Item Data Cell/doc

--------------------------------------------------------------------------------
--
--						Module:Shiren 6 Item Data Cell
--
-- This module covers a list of items in Japanese present in 
-- Shiren the Wanderer: The Mystery Dungeon of Serpentcoil Island.
--
-- Parameters
--
-- name: Insert the item's English name there.
--
--------------------------------------------------------------------------------

return {
	[""] = ""
}