More actions
< Module:Sandbox | Chao
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