Module:Infobox MOS: Difference between revisions
No edit summary |
No edit summary |
||
| Line 102: | Line 102: | ||
local ns = mos.ns | local ns = mos.ns | ||
local has_prev_y = ( | local has_prev_y = (ns > 1) | ||
local has_prev_x = ( | local has_prev_x = (nL > 1) | ||
local prev_L, next_L, prev_s,next_s, prev_L_prev_s, prev_L_next_s, next_L_prev_s, next_L_next_s = '', '', '', '', '', '', '', '' | local prev_L, next_L, prev_s,next_s, prev_L_prev_s, prev_L_next_s, next_L_prev_s, next_L_next_s = '', '', '', '', '', '', '', '' | ||
next_s = '[[' .. nL .. 'L ' .. (ns + 1) .. 's' .. equave_link .. '|↓' .. nL .. 'L ' .. (ns + 1) .. 's' .. equave_disp .. ']]' | next_s = '[[' .. nL .. 'L ' .. (ns + 1) .. 's' .. equave_link .. '|↓' .. nL .. 'L ' .. (ns + 1) .. 's' .. equave_disp .. ']]' | ||