Module:Sandbox
Jump to navigation
Jump to search
----------------------------------------------------------------------------------------------------
--
-- Module:Sandbox
--
-- Here you can set anything you want in this sandbox, as long as it uses the language Lua.
--[[Category:Sandbox]]
----------------------------------------------------------------------------------------------------
function test(x)
t1 = {
["Bulbasaur"] = "フシギダネ",
["Ivysaur"] = "フシギソウ",
["Venusaur"] = "フシギバナ"
}
return t1[x]
end