Module:Trn/data

From SmashWiki, the Super Smash Bros. wiki
< Module:Trn
Revision as of 20:11, January 29, 2024 by Toomai (talk | contribs)
Jump to navigationJump to search

Documentation for this module may be created at Module:Trn/data/doc

local default = "n" -- probably shouldn't be used, just for reference
local major = "'''n'''"
local supermajor = "'''''n'''''"

local tournamentList = {
	["Beeg T"] = {["SSBM"] = major, ["SSBU"] = supermajor},
	["Smaller T"] = {["SSBM"] = default, ["SSBB"] = major},
}
return tournamentList