Module:Setlist/Songs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "local songs = { ["Friend, Please"] = {"Twenty One Pilots"}, ["Trapdoor"] = {"Twenty One Pilots"}, ["Johnny Boy"] = {"Twenty One Pilots"}, ["March To The Sea"] = {"Twenty One Pilots"}, ["Fall Away"] = {"Twenty One Pilots"}, ["Car Radio"] = {"Regional at Best", "Vessel"}, ["Ode to Sleep"] = {"Regional at Best", "Vessel"}, ["Holding On to You"] = {"Regional at Best", "Vessel"}, ["Truce"] = {"Vessel"}, ["Shy Away"] = {"Vessel"}, ["...") |
No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
local songs = { | local songs = { | ||
["Implicit Demand For Proof"] = {"Twenty One Pilots"}, | |||
["Fall Away"] = {"Twenty One Pilots"}, | |||
["The Pantaloon"] = {"Twenty One Pilots"}, | |||
["Addict With A Pen"] = {"Twenty One Pilots"}, | |||
["Friend, Please"] = {"Twenty One Pilots"}, | ["Friend, Please"] = {"Twenty One Pilots"}, | ||
["March To The Sea"] = {"Twenty One Pilots"}, | |||
["Johnny Boy"] = {"Twenty One Pilots"}, | |||
["Oh, Ms. Believer"] = {"Twenty One Pilots"}, | |||
["Air Catcher"] = {"Twenty One Pilots"}, | |||
["Trapdoor"] = {"Twenty One Pilots"}, | ["Trapdoor"] = {"Twenty One Pilots"}, | ||
[" | ["A Car, A Torch, A Death"] = {"Twenty One Pilots"}, | ||
[" | ["Taxi Cab"] = {"Twenty One Pilots"}, | ||
[" | ["Before You Start Your Day"] = {"Twenty One Pilots"}, | ||
["Car Radio"] = {"Regional | ["Isle Of Flightless Birds"] = {"Twenty One Pilots"}, | ||
[" | ["Guns For Hands"] = {"Regional At Best", "Vessel"}, | ||
[" | ["Holding On To You"] = {"Regional At Best", "Vessel"}, | ||
["Ode To Sleep"] = {"Regional At Best", "Vessel"}, | |||
["Slowtown"] = {"Regional At Best"}, | |||
["Car Radio"] = {"Regional At Best", "Vessel"}, | |||
["Forest"] = {"Regional At Best"}, | |||
["Glowing Eyes"] = {"Regional At Best"}, | |||
["Kitchen Sink"] = {"Regional At Best"}, | |||
["Anathema"] = {"Regional At Best"}, | |||
["Lovely"] = {"Regional At Best"}, | |||
["Ruby"] = {"Regional At Best"}, | |||
["Trees"] = {"Regional At Best", "Vessel"}, | |||
["Be Concerned"] = {"Regional At Best"}, | |||
["Clear"] = {"Regional At Best"}, | |||
["Migraine"] = {"Vessel"}, | |||
["House Of Gold"] = {"Vessel"}, | |||
["Semi-Automatic"] = {"Vessel"}, | |||
["Screen"] = {"Vessel"}, | |||
["The Run And Go"] = {"Vessel"}, | |||
["Fake You Out"] = {"Vessel"}, | |||
["Truce"] = {"Vessel"}, | ["Truce"] = {"Vessel"}, | ||
["Shy Away"] = {" | ["Heavydirtysoul"] = {"Blurryface"}, | ||
[" | ["Stressed Out"] = {"Blurryface"}, | ||
[" | ["Ride"] = {"Blurryface"}, | ||
["Fairly Local"] = {"Blurryface"}, | |||
["Tear In My Heart"] = {"Blurryface"}, | |||
["Lane Boy"] = {"Blurryface"}, | |||
["The Judge"] = {"Blurryface"}, | |||
["Doubt"] = {"Blurryface"}, | |||
["Polarize"] = {"Blurryface"}, | |||
["We Don't Believe What's On TV"] = {"Blurryface"}, | |||
["Message Man"] = {"Blurryface"}, | |||
["Hometown"] = {"Blurryface"}, | |||
["Not Today"] = {"Blurryface"}, | |||
["Goner"] = {"Blurryface"}, | |||
["Jumpsuit"] = {"Trench"}, | |||
["Levitate"] = {"Trench"}, | |||
["Morph"] = {"Trench"}, | |||
["My Blood"] = {"Trench"}, | |||
["Chlorine"] = {"Trench"}, | |||
["Smithereens"] = {"Trench"}, | |||
["Neon Gravestones"] = {"Trench"}, | |||
["The Hype"] = {"Trench"}, | |||
["Nico And The Niners"] = {"Trench"}, | |||
["Cut My Lip"] = {"Trench"}, | |||
["Bandito"] = {"Trench"}, | |||
["Pet Cheetah"] = {"Trench"}, | |||
["Legend"] = {"Trench"}, | |||
["Leave The City"] = {"Trench"}, | |||
["Good Day"] = {"Scaled And Icy"}, | |||
["Choker"] = {"Scaled And Icy"}, | |||
["Shy Away"] = {"Scaled And Icy"}, | |||
["The Outside"] = {"Scaled And Icy"}, | |||
["Saturday"] = {"Scaled And Icy"}, | |||
["Never Take It"] = {"Scaled And Icy"}, | |||
["Mulberry Street"] = {"Scaled And Icy"}, | |||
["Formidable"] = {"Scaled And Icy"}, | |||
["Bounce Man"] = {"Scaled And Icy"}, | |||
["No Chances"] = {"Scaled And Icy"}, | |||
["Redecorate"] = {"Scaled And Icy"}, | |||
["Overcompensate"] = {"Clancy"}, | |||
["Next Semester"] = {"Clancy"}, | |||
["Backslide"] = {"Clancy"}, | |||
["Midwest Indigo"] = {"Clancy"}, | |||
["Routines In The Night"] = {"Clancy"}, | |||
["Vignette"] = {"Clancy"}, | |||
["The Craving (Jenna's Version)"] = {"Clancy"}, | |||
["Lavish"] = {"Clancy"}, | |||
["Navigating"] = {"Clancy"}, | |||
["Snap Back"] = {"Clancy"}, | |||
["Oldies Station"] = {"Clancy"}, | |||
["At The Risk Of Feeling Dumb"] = {"Clancy"}, | |||
["Paladin Strait"] = {"Clancy"}, | |||
["Time To Say Goodbye"] = {"Johnny Boy"} | |||
-- ... и т.д. | -- ... и т.д. | ||
} | } | ||
Line 17: | Line 93: | ||
local albumColors = { | local albumColors = { | ||
["Twenty One Pilots"] = "#87B22A", | ["Twenty One Pilots"] = "#87B22A", | ||
["Regional | ["Regional At Best"] = "#21ABC6", | ||
["Vessel"] = "# | ["Vessel"] = "#d5d8dd", | ||
["Blurryface"] = "#dc4747", | ["Blurryface"] = "#dc4747", | ||
["Trench"] = "#ffcc4d", | ["Trench"] = "#ffcc4d", | ||
["Scaled | ["Scaled And Icy"] = "#b3e7fa", | ||
["Johnny Boy"] = "#CECECE", | |||
["Non-Album"] = "white", | |||
} | } | ||
-- Определяем ссылки для альбомов | -- Определяем ссылки для альбомов | ||
local albumLinks = { | local albumLinks = { | ||
["Twenty One Pilots"] = "Twenty One Pilots (album)", | ["Twenty One Pilots"] = "Twenty One Pilots (album)", | ||
["Regional | ["Regional At Best"] = "Regional at Best", | ||
["Vessel"] = "Vessel | ["Vessel"] = "Vessel", | ||
["Blurryface"] = "Blurryface (album)", | ["Blurryface"] = "Blurryface (album)", | ||
["Trench"] = "Trench (album)", | ["Trench"] = "Trench (album)", | ||
["Scaled and Icy"] = "Scaled and Icy", | ["Scaled and Icy"] = "Scaled and Icy", | ||
["Johnny Boy (EP)"] = "Johnny Boy", | |||
} | } | ||
return { | return { |
Latest revision as of 14:21, 12 July 2025
Documentation for this module may be created at Module:Setlist/Songs/doc
local songs = { ["Implicit Demand For Proof"] = {"Twenty One Pilots"}, ["Fall Away"] = {"Twenty One Pilots"}, ["The Pantaloon"] = {"Twenty One Pilots"}, ["Addict With A Pen"] = {"Twenty One Pilots"}, ["Friend, Please"] = {"Twenty One Pilots"}, ["March To The Sea"] = {"Twenty One Pilots"}, ["Johnny Boy"] = {"Twenty One Pilots"}, ["Oh, Ms. Believer"] = {"Twenty One Pilots"}, ["Air Catcher"] = {"Twenty One Pilots"}, ["Trapdoor"] = {"Twenty One Pilots"}, ["A Car, A Torch, A Death"] = {"Twenty One Pilots"}, ["Taxi Cab"] = {"Twenty One Pilots"}, ["Before You Start Your Day"] = {"Twenty One Pilots"}, ["Isle Of Flightless Birds"] = {"Twenty One Pilots"}, ["Guns For Hands"] = {"Regional At Best", "Vessel"}, ["Holding On To You"] = {"Regional At Best", "Vessel"}, ["Ode To Sleep"] = {"Regional At Best", "Vessel"}, ["Slowtown"] = {"Regional At Best"}, ["Car Radio"] = {"Regional At Best", "Vessel"}, ["Forest"] = {"Regional At Best"}, ["Glowing Eyes"] = {"Regional At Best"}, ["Kitchen Sink"] = {"Regional At Best"}, ["Anathema"] = {"Regional At Best"}, ["Lovely"] = {"Regional At Best"}, ["Ruby"] = {"Regional At Best"}, ["Trees"] = {"Regional At Best", "Vessel"}, ["Be Concerned"] = {"Regional At Best"}, ["Clear"] = {"Regional At Best"}, ["Migraine"] = {"Vessel"}, ["House Of Gold"] = {"Vessel"}, ["Semi-Automatic"] = {"Vessel"}, ["Screen"] = {"Vessel"}, ["The Run And Go"] = {"Vessel"}, ["Fake You Out"] = {"Vessel"}, ["Truce"] = {"Vessel"}, ["Heavydirtysoul"] = {"Blurryface"}, ["Stressed Out"] = {"Blurryface"}, ["Ride"] = {"Blurryface"}, ["Fairly Local"] = {"Blurryface"}, ["Tear In My Heart"] = {"Blurryface"}, ["Lane Boy"] = {"Blurryface"}, ["The Judge"] = {"Blurryface"}, ["Doubt"] = {"Blurryface"}, ["Polarize"] = {"Blurryface"}, ["We Don't Believe What's On TV"] = {"Blurryface"}, ["Message Man"] = {"Blurryface"}, ["Hometown"] = {"Blurryface"}, ["Not Today"] = {"Blurryface"}, ["Goner"] = {"Blurryface"}, ["Jumpsuit"] = {"Trench"}, ["Levitate"] = {"Trench"}, ["Morph"] = {"Trench"}, ["My Blood"] = {"Trench"}, ["Chlorine"] = {"Trench"}, ["Smithereens"] = {"Trench"}, ["Neon Gravestones"] = {"Trench"}, ["The Hype"] = {"Trench"}, ["Nico And The Niners"] = {"Trench"}, ["Cut My Lip"] = {"Trench"}, ["Bandito"] = {"Trench"}, ["Pet Cheetah"] = {"Trench"}, ["Legend"] = {"Trench"}, ["Leave The City"] = {"Trench"}, ["Good Day"] = {"Scaled And Icy"}, ["Choker"] = {"Scaled And Icy"}, ["Shy Away"] = {"Scaled And Icy"}, ["The Outside"] = {"Scaled And Icy"}, ["Saturday"] = {"Scaled And Icy"}, ["Never Take It"] = {"Scaled And Icy"}, ["Mulberry Street"] = {"Scaled And Icy"}, ["Formidable"] = {"Scaled And Icy"}, ["Bounce Man"] = {"Scaled And Icy"}, ["No Chances"] = {"Scaled And Icy"}, ["Redecorate"] = {"Scaled And Icy"}, ["Overcompensate"] = {"Clancy"}, ["Next Semester"] = {"Clancy"}, ["Backslide"] = {"Clancy"}, ["Midwest Indigo"] = {"Clancy"}, ["Routines In The Night"] = {"Clancy"}, ["Vignette"] = {"Clancy"}, ["The Craving (Jenna's Version)"] = {"Clancy"}, ["Lavish"] = {"Clancy"}, ["Navigating"] = {"Clancy"}, ["Snap Back"] = {"Clancy"}, ["Oldies Station"] = {"Clancy"}, ["At The Risk Of Feeling Dumb"] = {"Clancy"}, ["Paladin Strait"] = {"Clancy"}, ["Time To Say Goodbye"] = {"Johnny Boy"} -- ... и т.д. } -- Определяем цвета альбомов local albumColors = { ["Twenty One Pilots"] = "#87B22A", ["Regional At Best"] = "#21ABC6", ["Vessel"] = "#d5d8dd", ["Blurryface"] = "#dc4747", ["Trench"] = "#ffcc4d", ["Scaled And Icy"] = "#b3e7fa", ["Johnny Boy"] = "#CECECE", ["Non-Album"] = "white", } -- Определяем ссылки для альбомов local albumLinks = { ["Twenty One Pilots"] = "Twenty One Pilots (album)", ["Regional At Best"] = "Regional at Best", ["Vessel"] = "Vessel", ["Blurryface"] = "Blurryface (album)", ["Trench"] = "Trench (album)", ["Scaled and Icy"] = "Scaled and Icy", ["Johnny Boy (EP)"] = "Johnny Boy", } return { songs = songs, albumColors = albumColors, albumLinks = albumLinks, }