Module:Q-odd-limit intervals: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 176: | Line 176: | ||
local title = frame.args["title"] | local title = frame.args["title"] | ||
if title == nil or #title == 0 then | if title == nil or #title == 0 then | ||
title = string.format("%d- | title = string.format("%d-odd-limit intervals", limit) | ||
end | end | ||
local subgroup = table_filter(PRIME_LIST, limit) | local subgroup = table_filter(PRIME_LIST, limit) | ||