- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:FleetNames"
Jump to navigation
Jump to search
(Created page with "return { ['Early Fall 2018 Event'] = { ['DesDiv 31'] = { 'Kishinami', 'Naganami', }, ['Europe Fleet'] = { 'Gotl...") |
|||
(27 intermediate revisions by 2 users not shown) | |||
Line 29: | Line 29: | ||
['2-3 DD'] = { 'Minegumo', 'Kishinami', 'Ayanami' }, | ['2-3 DD'] = { 'Minegumo', 'Kishinami', 'Ayanami' }, | ||
['Yuugumo-class'] = { 'Hamanami', 'Hayanami' }, | ['Yuugumo-class'] = { 'Hamanami', 'Hayanami' }, | ||
− | } | + | }, |
+ | ['Spring 2019 Event'] = 'flagship', | ||
+ | ['Summer 2019 Event'] = 'flagship', | ||
+ | ['Fall 2019 Event'] = 'flagship', | ||
+ | ['Hinamatsuri 2020 Mini-Event'] = 'flagship', | ||
+ | ['Rainy-Summer 2020 Event'] = 'flagship', | ||
+ | ['Fall 2020 Event'] = 'flagship', | ||
+ | ['Spring 2021 Event'] = 'flagship', | ||
+ | ['Summer 2021 Event'] = 'flagship', | ||
} | } |
Latest revision as of 15:17, 10 September 2021
Documentation for this module may be created at Module:FleetNames/doc
return {
['Early Fall 2018 Event'] = {
['DesDiv 31'] = {
'Kishinami',
'Naganami',
},
['Europe Fleet'] = {
'Gotland',
'Italia',
'Littorio',
'Nelson',
'Pola',
'Roma',
'Warspite',
'Zara',
'Commandant Teste',
},
['US Fleet'] = {
'Intrepid',
'Saratoga'
}
},
['Winter 2019 Event'] = {
['2 BB 2 DD'] = { 'Hiei' },
['Nisshin'] = { 'Nisshin' },
['Yamato'] = { 'Yamato' },
['Shinyou'] = { 'Shinyou' },
['4 DD'] = { 'Kazagumo' },
['2-3 DD'] = { 'Minegumo', 'Kishinami', 'Ayanami' },
['Yuugumo-class'] = { 'Hamanami', 'Hayanami' },
},
['Spring 2019 Event'] = 'flagship',
['Summer 2019 Event'] = 'flagship',
['Fall 2019 Event'] = 'flagship',
['Hinamatsuri 2020 Mini-Event'] = 'flagship',
['Rainy-Summer 2020 Event'] = 'flagship',
['Fall 2020 Event'] = 'flagship',
['Spring 2021 Event'] = 'flagship',
['Summer 2021 Event'] = 'flagship',
}