Module:Sandbox/Chao/data

From BlazBlue Wiki
< Module:Sandbox‎ | Chao
Revision as of 21:08, 15 September 2019 by Chao (talk | contribs) (test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

local sections = {
	['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"
		}
	}
}

p.sections = sections
return p