Module:Timeline/Strangereal

From Ace Combat Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Timeline/Strangereal/doc

-- <nowiki>

return {
	from = '01/01/1995',
	till = '31/12/2040',
	dataset = {
		{
			name = 'Skully Islands insurrection|Skully Islands insurrection<br> (AC1)',
			bars = {{ from = '01/01/1995', till = '31/12/1995', bar_type = 'd' }}
		},
		{
			name = 'Belkan War|Belkan War<br> (ACZ)',
			bars = {{ from = '25/03/1995', till = '20/06/1995', bar_type = 'w' }}
		},
		{
			name = "Usean coup d'état|Usean coup d'état<br> (AC2/AHL)",
			bars = {{ from = '30/05/1997', till = '18/09/1998', bar_type = 'w' }}
		},
		{
			name = 'Ulysses Impact Event',
			bars = {{ from = '03/07/1999', till = '21/08/2008', bar_type = 'w' }}
		},
		{
			name = 'Continental War|Continental War<br> (AC04)',
			bars = {{ from = '22/08/2003', till = '19/09/2005', bar_type = 'w' }}
		},
		{
			name = '2006 Free Erusea uprising|Free Erusea uprising<br> (AC5 Arcade)',
			bars = {{ from = '20/09/2006', till = '31/12/2006', bar_type = 'd' }}
		},
		{
			name = 'Estovakian Civil War',
			bars = {{ from = '30/06/2007', till = '29/10/2013', bar_type = 'w' }}
		},
		{
			name = 'Circum-Pacific War|Circum-Pacific War<br> (AC5)',
			bars = {{ from = '23/09/2010', till = '31/12/2010', bar_type = 'w' }}
		},
		{
			name = '2014 Free Erusea uprising|Free Erusea uprising<br> (AC7 VR)',
			bars = {{ from = '28/05/2014', till = '11/07/2014', bar_type = 'w' }}
		},
		{
			name = 'Emmeria-Estovakia War|Emmeria-Estovakia War<br> (AC6)',
			bars = {{ from = '30/08/2015', till = '22/05/2016', bar_type = 'w' }}
		},
		{
			name = 'Leasath Civil War',
			bars = {{ from = '01/01/2019', till = '31/12/2019', bar_type = 'd' }}
		},
		{
			name = 'Lighthouse War|Lighthouse War<br> (AC7)',
			bars = {{ from = '15/05/2019', till = '01/12/2019', bar_type = 'w' }}
		},
		{
			name = 'Aurelian War|Aurelian War<br> (ACX/Xi)',
			bars = {{ from = '01/10/2020', till = '25/12/2020', bar_type = 'd' }}
		},
		{
			name = 'Intercorporate War|Intercorporate War<br> (AC3 Japan)',
			bars = {{ from = '01/01/2040', till = '31/12/2040', bar_type = 'd' }}
		}
	},
	bar_types = {
		w = {
			legend = 'Major Event',
			color = '#184fb5'
		},
		d = {
			legend = 'Major Event (exact dates unknown)',
			color = '#9932cc'
		}
	},
	style = {
		background_color = 'transparent',
		labels_width = 135,
		bar_margin = 20,
		legend_columns = 2,
		label_format = '[[$name]]'
	}
}