Module:Entry/titles/GBA: Difference between revisions

m
Convert indentation to tabs
(Split the title table)
 
m (Convert indentation to tabs)
Line 1: Line 1:
return {
return {
    {
{
label = "1",
label = "1",
name = "Stage 1",
name = "Stage 1",
Line 11: Line 11:
{"Remix 1 (GBA)", nil, "Remix 1"}
{"Remix 1 (GBA)", nil, "Remix 1"}
},
},
        nextTitle = {"GBA", "2", 1}
nextTitle = {"GBA", "2", 1}
},
},
    {
{
        label = "2",
label = "2",
        name = "Stage 2",
name = "Stage 2",
        entries = {
entries = {
{"Sneaky Spirits 2", "Shiroi Obake"},
{"Sneaky Spirits 2", "Shiroi Obake"},
{"Iai Giri"},
{"Iai Giri"},
Line 24: Line 24:
{"Remix 2 (GBA)", nil, "Remix 2"}
{"Remix 2 (GBA)", nil, "Remix 2"}
},
},
        prevTitle = {"GBA", "1", 6},
prevTitle = {"GBA", "1", 6},
        nextTitle = {"GBA", "3", 1}
nextTitle = {"GBA", "3", 1}
    },
},
    {
{
        label = "3",
label = "3",
        name = "Stage 3",
name = "Stage 3",
        entries = {
entries = {
{"Mahō Tsukai"},
{"Mahō Tsukai"},
{"Showtime"},
{"Showtime"},
Line 38: Line 38:
{"Remix 3 (GBA)", nil, "Remix 3"}
{"Remix 3 (GBA)", nil, "Remix 3"}
},
},
        prevTitle = {"GBA", "2", 6},
prevTitle = {"GBA", "2", 6},
        nextTitle = {"GBA", "4", 1}
nextTitle = {"GBA", "4", 1}
    },
},
    {
{
        label = "4",
label = "4",
        name = "Stage 4",
name = "Stage 4",
        entries = {
entries = {
{"Quiz Show", "Quiz"},
{"Quiz Show", "Quiz"},
{"Night Walk"},
{"Night Walk"},
Line 52: Line 52:
{"Remix 4 (GBA)", nil, "Remix 4"}
{"Remix 4 (GBA)", nil, "Remix 4"}
},
},
        prevTitle = {"GBA", "3", 6},
prevTitle = {"GBA", "3", 6},
        nextTitle = {"GBA", "5", 1}
nextTitle = {"GBA", "5", 1}
    },
},
    {
{
        label = "5",
label = "5",
        name = "Stage 5",
name = "Stage 5",
        entries = {
entries = {
{"Bouncy Road", "Hopping Road"},
{"Bouncy Road", "Hopping Road"},
{"Ninja Bodyguard", nil, "Ninja"}, -- conflicts with character
{"Ninja Bodyguard", nil, "Ninja"}, -- conflicts with character
Line 66: Line 66:
{"Remix 5 (GBA)", nil, "Remix 5"}
{"Remix 5 (GBA)", nil, "Remix 5"}
},
},
        prevTitle = {"GBA", "4", 6},
prevTitle = {"GBA", "4", 6},
        nextTitle = {"GBA", "6", 1}
nextTitle = {"GBA", "6", 1}
    },
},
    {
{
        label = "6",
label = "6",
        name = "Revival",
name = "Revival",
        entries = {
entries = {
{"The Snappy Trio", "Bari Bari Sanninshū"},
{"The Snappy Trio", "Bari Bari Sanninshū"},
{"Bon Dance"},
{"Bon Dance"},
Line 80: Line 80:
{"Remix 6 (GBA)", nil, "Remix 6"}
{"Remix 6 (GBA)", nil, "Remix 6"}
},
},
        prevTitle = {"GBA", "5", 6},
prevTitle = {"GBA", "5", 6},
        nextTitle = {"GBA", "7", 1}
nextTitle = {"GBA", "7", 1}
    },
},
    {
{
        label = "7",
label = "7",
        name = "Technician",
name = "Technician",
        entries = {
entries = {
{"Karateka 2"},
{"Karateka 2"},
{"Rhythm Datsumō 2"},
{"Rhythm Datsumō 2"},
Line 96: Line 96:
prevTitle = {"GBA", "6", 6},
prevTitle = {"GBA", "6", 6},
nextTitle = {"GBA", "8", 1}
nextTitle = {"GBA", "8", 1}
    },
},
{
{
label = "8",
label = "8",
420

edits