Module:Infobox: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function | local function put_adjacent_x_links(s, prev_x, next_x) | ||
return s .. '<table style="width: 100%; margin: 0"><tr>' | return s .. '<table style="width: 100%; margin: 0"><tr>' | ||
.. '<td style="width: 15%; text-align: left; white-space: nowrap; font-size: smaller">' | .. '<td style="width: 15%; text-align: left; white-space: nowrap; font-size: smaller">' | ||