Module:MOS tuning spectrum: Difference between revisions
comments; possible todo |
todo |
||
| Line 5: | Line 5: | ||
local p = {} | local p = {} | ||
-- TODO ( | -- TODO: | ||
-- - | -- - Split depth into two variables: depth (input from module, used for ratio | ||
-- search) and deepest_depth (output from search, used for making the | |||
-- wikitable). Split is to clarify which depth is which, especially for cases | |||
-- where int-limit search is used instead. | |||
-- - (Low priority): Force-add comments that lie outside searched depth. If such | |||
-- ratios are added, they're added in either the last column or their own | |||
-- column appended after the last one. | |||
-- Re-re-rewrite of tuning spectrum | -- Re-re-rewrite of tuning spectrum | ||