Module:number list: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 244: Line 244:
for _, numeral in ipairs(numerals) do
for _, numeral in ipairs(numerals) do
-- If this number is the current page, then store the key for later use
-- If this number is the current page, then store the key for later use
if not cur_type and lang:makeEntryName(numeral) == full_pagename then
if not cur_type == full_pagename then
cur_type = form_type.key
cur_type = form_type.key
end
end

Navigation menu