Modulo:Discendenza: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix
m fix
Riga 219:
local xx, xp
local stileDiv = { ['width'] = largo..'px', ['padding'] = '3px', ['background'] = '#FFF', ['border'] = '1px solid #C8CCD1' }
local stileTabella = { ['border-collapse'] = 'separate', ['text-align'] = 'center', ['font-size'] = '95%', ['line-height'] = '105%', ['margin'] = '8px0px auto !important', }
local xy = massimoXY(pid, {0, 0})
local lg = math.floor(100/(xy[1]+2))
Riga 227:
if (allinea == 'destra') then
bDiv:css(stileDiv):addClass('floatright')
stileTabella['margin'] = '0px10px auto'
end
local bTabella = mw.html.create('table')
Riga 328:
:node(mw.html.create('td')
:css({['border-left']='1px solid #666',['border-bottom']='1px solid #666',['width']='10px',['line-height']='3px',['height']='12px'}))
:wikitext(' ')
:node(mw.html.create('td')
:attr({['colspan']=2*a-1, ['rowspan']=2})