Module:Entry/titles/GBA: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
(Split the title table)
(No difference)

Revision as of 10:12, 9 August 2025

Documentation for this module may be created at Module:Entry/titles/GBA/doc

return {
    {
		label = "1",
		name = "Stage 1",
		entries = {
			{"Karate Man Returns!", "Karateka"},
			{"Rhythm Tweezers 2", "Rhythm Datsumō"},
			{"Marching Orders", "Marcher"},
			{"Spaceball", nil, "Air Batter"}, -- conflicts with character
			{"The Clappy Trio 2", "Pachi Pachi Sanninshū"},
			{"Remix 1 (GBA)", nil, "Remix 1"}
		},
        nextTitle = {"GBA", "2", 1}
	},
    {
        label = "2",
        name = "Stage 2",
        entries = {
			{"Sneaky Spirits 2", "Shiroi Obake"},
			{"Iai Giri"},
			{"Rat Race", "Kossori Rat"},
			{"Sick Beats", "Baikin Hakase"},
			{"The☆Bon Odori"},
			{"Remix 2 (GBA)", nil, "Remix 2"}
		},
        prevTitle = {"GBA", "1", 6},
        nextTitle = {"GBA", "3", 1}
    },
    {
        label = "3",
        name = "Stage 3",
        entries = {
			{"Mahō Tsukai"},
			{"Showtime"},
			{"Bunny Hop", "Usagi Tobi"},
			{"Tram to Poline"},
			{"Space Dance"},
			{"Remix 3 (GBA)", nil, "Remix 3"}
		},
        prevTitle = {"GBA", "2", 6},
        nextTitle = {"GBA", "4", 1}
    },
    {
        label = "4",
        name = "Stage 4",
        entries = {
			{"Quiz Show", "Quiz"},
			{"Night Walk"},
			{"Power Calligraphy", "Rhythm o Shūji"},
			{"Polyrhythm"},
			{"Rap Men"},
			{"Remix 4 (GBA)", nil, "Remix 4"}
		},
        prevTitle = {"GBA", "3", 6},
        nextTitle = {"GBA", "5", 1}
    },
    {
        label = "5",
        name = "Stage 5",
        entries = {
			{"Bouncy Road", "Hopping Road"},
			{"Ninja Bodyguard", nil, "Ninja"}, -- conflicts with character
			{"Toss Boys"},
			{"Hanabi"},
			{"Tap Trial", "Tap Dance"},
			{"Remix 5 (GBA)", nil, "Remix 5"}
		},
        prevTitle = {"GBA", "4", 6},
        nextTitle = {"GBA", "6", 1}
    },
    {
        label = "6",
        name = "Revival",
        entries = {
			{"The Snappy Trio", "Bari Bari Sanninshū"},
			{"Bon Dance"},
			{"Cosmic Dance", "Cosmo Dance"},
			{"Rap Women"},
			{"Tap Trial 2", "Super Tap"},
			{"Remix 6 (GBA)", nil, "Remix 6"}
		},
        prevTitle = {"GBA", "5", 6},
        nextTitle = {"GBA", "7", 1}
    },
    {
        label = "7",
        name = "Technician",
        entries = {
			{"Karateka 2"},
			{"Rhythm Datsumō 2"},
			{"Ninja no Shison"},
			{"Night Walk 2"},
			{"Marcher 2"},
			{"Remix 7 (GBA)", nil, "Remix 7"}
		},
		prevTitle = {"GBA", "6", 6},
		nextTitle = {"GBA", "8", 1}
    },
	{
		label = "8",
		name = "Last Technician",
		entries = {
			{"Hopping Road 2"},
			{"Toss Boys 2"},
			{"Polyrhythm 2"},
			{"Air Batter 2"},
			{"Shiroi Obake 2"},
			{"Remix 8 (GBA)", nil, "Remix 8"}
		},
		prevTitle = {"GBA", "7", 6},
		nextTitle = {"GBA", "EX", 1}
	},
	{
		label = "B",
		name = "Omake Corner",
		link = "Medal Corner",
		entries = {
			{"Café", "Kissa Counsel"},
			{"Rhythm Toys", "Omocha"},
			{"Endless Games", "Game"},
			{"Drum Lesson"},
			{"Staff Credits", "Staff"},
			{"Live"}
		}
	},
	{
		label = "E",
		name = "Games",
		link = "Endless Games",
		entries = {
			{"Mr. Upbeat", "Ura Otoko"},
			{"Sick Beats", "Baikin Hakase SP"},
			{"Quiz Show", "Quiz Special"},
			{"Mannequin Kōjō"}
		}
	},
	{
		label = "T",
		name = "Toys",
		link = "Rhythm Toys",
		entires = {
			{"Neko Machine"},
			{"Uma Machine"},
			{"Kokuhaku Machine"},
			{"Rap Machine"}
		}
	},
	{
		label = "EX",
		name = "Extra",
		entries = {
			{"Karate Man Returns!", "Karateka Tempo Up!", "Karateka"},
			{"Rhythm Tweezers 2", "Rhythm Datsumō Tempo Up!", "Rhythm Datsumō"},
			{"Marching Orders", "Marcher Tempo Up!", "Marcher"},
			{"Spaceball", "Air Batter Tempo Up!", "Air Batter"},
			{"The Clappy Trio 2", "Pachi Pachi Sanninshū Tempo Up!", "Pachi Pachi Sanninshū"},
			{"Remix 1 (GBA)", "Extra Remix Tempo Up!", "Extra Remix"}
		},
		prevTitle = {"GBA", "8", 6}
	}
}