Module:Numlinks 2-num: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 73: | Line 73: | ||
local row = {} | local row = {} | ||
for i = 1, num_cols do | for i = 1, num_cols do | ||
local num_2 = format_number(j - row_offset, is_ordinal_2) | local num_2 = format_number(j - row_offset + curr_num_2, is_ordinal_2) | ||
local num_1 = format_number(i - col_offset, is_ordinal_1) | local num_1 = format_number(i - col_offset + curr_num_1, is_ordinal_1) | ||
if i == col_offset and j == row_offset then | if i == col_offset and j == row_offset then | ||