Module:Sandbox/Chao/data

From BlazBlue Wiki

Documentation for this module may be created at Module:Sandbox/Chao/data/doc

local p = {}

local ordering = {
	'Main Visuals',
	'Gameplay',
	'Arcade',
	'Story',
	'BlazBlue Radio',
	'Artwork',
	'Production Art'
}

local sections = {
	['Main Visuals'] = {
		{template='Gallery Section (Cargo)',section='Main Artwork',header='plain',sort="Date"},
		{template='Gallery Section (Cargo)',section='Crests',header='h3',title='Character Crest'},
		{template='Gallery Section (Cargo)',section='Chibi',header='h3',title='Chibi'},
	},
	['Gameplay'] = {
		class = 'inline-gallery',
		{template="Header",header="h3",title="C-Series"},
		{template='Gallery Section (Cargo)',source='BlazBlue: Central Fiction',section='Lobby Avatars',widths=150,limit=100,see_all='n',header='plain'},
		{template='Gallery Section (Cargo)',source='BlazBlue: Central Fiction',section='Battle',widths=150,limit=100,see_all='n',header='plain'},
		{template="Header",header="h3",title="BlazBlue: Cross Tag Battle"},
		{template='Gallery Section (Cargo)',source='BlazBlue: Cross Tag Battle',section='Battle',widths=150,limit=100,see_all='n',header='plain'},
	},
	['Arcade'] = {
		{template='Gallery Section (Cargo)',source='BlazBlue: Calamity Trigger',section='Arcade Mode',header="h3",title="BlazBlue: Calamity Trigger"},
		{template='Gallery Section (Cargo)',source='BlazBlue: Continuum Shift',section='Arcade Mode',header="h3",title="BlazBlue: Continuum Shift"},
		{template='Gallery Section (Cargo)',source='BlazBlue: Chrono Phantasma',section='Arcade Mode',header="h3",title="BlazBlue: Chrono Phantasma"},
	},
	['Story'] = {
		{template='Gallery Section (Cargo)',source='BlazBlue: Calamity Trigger',section='Story',header="h3",title="BlazBlue: Calamity Trigger"},
	},
	['BlazBlue Radio'] = {
		{template='Gallery Section (Cargo)',section='Chibi Portraits',header='h3',title='Chibi Portraits',limit=6},
		{template='Gallery Section (BBRadio)',season='1',header='h3',title='Blazblue Radio',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='2',header='h3',title='Blazblue Radio Continued',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='W',header='h3',title='Blazblue Radio Wide',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='H',header='h3',title='Blazblue Radio Hyper',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='A',header='h3',title='Blazblue Radio Ace',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='Q',header='h3',title='Blazblue Radio Quick',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='D',header='h3',title='Blazblue Radio Dynamic',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='NEO',header='h3',title='Blazblue Radio NEO',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='R',header='h3',title='Blazblue Radio Repeat',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='R2',header='h3',title='Blazblue Radio Repeat 2',limit=5,widths=150},
		{template='Gallery Section (BBRadio)',season='K',header='h3',title='Blazblue Radio Kaze',limit=5,widths=150},
	},
	['Artwork'] = {
		{template='Gallery Section (Cargo)',section='Promotional',header='h3',title='Promotional'},
		{template='Gallery Section (Cargo)',section='Birthday Art',header='h3',title='Birthday Art',sort='date'},
		{template='Gallery Section (Cargo)',section='Staff Extras',header='h3',title='Staff Extras'},
		{template='Gallery Section (Cargo)',section='Special Artwork',header='h3',title='Guest Artwork'},
		{template='Gallery Section (Cargo)',section='Pre-order Bonuses',header='h3',title='Pre-order Bonuses'},
		{template='Gallery Section (Cargo)',section='Wallpapers',header='h3',title='Wallpapers'},
		{template='Gallery Section (Cargo)',section='Stickers',header='h3',title='Stickers'},
		{template='Gallery Section (Cargo)',section='Icons',header='h3',title='Icons'},
	},
	['Production Art'] = {
		{template='Gallery Section (Cargo)',section='Model Sheets',header='h3',title='Model Sheets'},
		{template='Gallery Section (Cargo)',section='Early Designs',header='h3',title='Early Designs'},
		{template='Gallery Section (Cargo)',section='Storyboards',header='h3',title='Storyboards'},
	},
}

p.ordering = ordering
p.sections = sections
return p