Module:Adjacent stations: Difference between revisions

Content deleted Content added
m to avoid extremely wide tables
m wrong place
Line 5:
 
local _style = {
['3'] = 'style="width: 30%; max-width: 50em;',
['c'] = 'style="text-align: center;',
['v'] = 'vertical-align: middle;',
Line 18:
}
local style = {
['table'] = table.concat({'style="width: 55%; max-width: 50em; margin:0.5em auto; font-size:95%; clear:both;',
_style['t'], _style['0'],
'border-collapse: separate;" cellspacing="0" cellpadding="-1"'