Module:Trn/data: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(splitting this out for better encapsulation/performance)
 
mNo edit summary
Line 1: Line 1:
local default = "n"
local default = "n" -- probably shouldn't be used, just for reference
local major = "'''n'''"
local major = "'''n'''"
local supermajor = "'''''n'''''"
local supermajor = "'''''n'''''"

Revision as of 20:11, January 29, 2024

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