Module:Infobox: Difference between revisions
No edit summary |
No edit summary |
||
| Line 91: | Line 91: | ||
.. '</td>' | .. '</td>' | ||
.. '</tr>' | .. '</tr>' | ||
if next_y then | |||
s = s .. '<tr><td></td>' | |||
.. '<td style="\n' | |||
.. 'width: 15%; text-align: left; white-space: nowrap; font-size: smaller">' | |||
.. next_y | |||
.. '\n</td><td></td>' | |||
.. '</tr>' | |||
end | |||
elseif has_adjacent_x then -- no prev y, has adjacent x | elseif has_adjacent_x then -- no prev y, has adjacent x | ||
s = s .. '<table style="width: 100%; margin: 0"><tr>' | s = s .. '<table style="width: 100%; margin: 0"><tr>' | ||