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