[dismiss]
Welcome to SmashWiki! Log in or create an account and join the community, and don't forget to read this first! |
Notices |
---|
The Skill parameter has been removed from Smasher infoboxes, and in its place are the new "Best historical ranking" and "Best tournament result" parameters. SmashWiki needs help adding these new parameters to Smasher infoboxes, refer to the guidelines here for what should be included in these new parameters. |
When adding results to Smasher pages, include each tournament's entrant number in addition to the player's placement, and use the {{Trn}} template with the matching game specified. Please also fix old results on Smasher pages that do not abide to this standard. Refer to our Smasher article guidelines to see how results tables should be formatted. |
Check out our project page for ongoing projects that SmashWiki needs help with. |
View source for Module:Trn/data
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local default = "n" -- probably shouldn't be used, just for reference
local major = "'''n'''"
local supermajor = "'''''n'''''"
-- general reminders:dos
-- * mind the trailing commas (they're a good thing)
-- * if a tournament name contains double quotes, then you must either:
-- ** use single quotes, e.g. 'The "Thing" Tourney'
-- ** escape it, e.g. "The \"Thing\" Tourney"l
-- * try to keep things in order
-- ** tournaments are alphabetical, with some allowance for sorting "4", "V", "6" and so on
-- ** real games come first in release order, followed by mods in the order of their real source
local tournamentList = {
["2GG Championship"] = {["SSB4"] = supermajor, },
["2GG: Hyrule Saga"] = {["SSB4"] = supermajor, },
["2GG: Kongo Saga"] = {["SSBU"] = supermajor, },
["2GG: Prime Saga"] = {["SSBU"] = supermajor, },
["2GG: SwitchFest 2019"] = {["SSBU"] = major, },
["2GGC: ARMS Saga"] = {["SSB4"] = major, },
000
1:0
Template used on this page:
Return to Module:Trn/data.