Module:Tree chart/data: Difference between revisions

This should fix U to replicate familytree U. copied b to X for third and final character modify close to familytree X
(Adding U to match that in Familytree. Copied 'n' and then set three postions to a DSH SKD and DOT so I can work out what goes where)
(This should fix U to replicate familytree U. copied b to X for third and final character modify close to familytree X)
Line 148:
['U'] = {
b = { { attr = { colspan = '2' }, style = { width = '2em', height = '1em' } } },
t = { { style = { ['border-right'] = DSH, ['border-bottom'] = SLDDSH, width = '1em', height = '1em' } },
{ style = { ['border-bottom'] = DOTSLD, width = '1em', height = '1em' } } }
},
['V'] = {
Line 159:
b = { { attr = { colspan = '2' }, style = { width = '2em', height = '1em' } } },
t = { { style = { ['border-right'] = DOT, ['border-bottom'] = DOT, width = '1em', height = '1em' } },
{ style = { ['border-bottom'] = DOT, width = '1em', height = '1em' } } }
},
['X'] = {
b = { { style = { ['border-right'] = DSH, width = '1em', height = '1em' } },
{ style = { width = '1em', height = '1em' } } },
t = { { style = { ['border-right'] = DSH, ['border-bottom'] = SLD, width = '1em', height = '1em' } },
{ style = { ['border-bottom'] = DOT, width = '1em', height = '1em' } } }
},
Anonymous user