Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
Commented out L/s sized, per request
Tags: Mobile edit Mobile web edit Advanced mobile edit
Ganaram inukshuk (talk | contribs)
Cleanup; comments; commenting out; simplifying "in steps of edt/edf/edp/q" annotation
Line 10: Line 10:
-- Add back "other names" section
-- Add back "other names" section
-- Add back xenpaper links
-- Add back xenpaper links
local common_suffix = {
['3/2'] = 'f',
['2'] = 'o',
['2/1'] = 'o',
['3'] = 't',
['3/1'] = 't',
}
local common_ratio = {
['f'] = rat.new(3, 2),
['o'] = 2,
['t'] = 3,
}


-- Helper function
-- Helper function
Line 247: Line 233:


-- Helper function
-- Helper function
-- Produces ranges small and large steps
-- Produces ranges small and large steps (currently unused)
-- Section is returned as a jagged array and return value must be merged into
-- Section is returned as a jagged array and return value must be merged into
-- a larger array.
-- a larger array.
Line 514: Line 500:
-- Interval range section
-- Interval range section
local step_sizes = p.step_sizes(tuning_parsed)
--local step_sizes = p.step_sizes(tuning_parsed)
--p.concatenate_tables(sections, step_sizes)
--p.concatenate_tables(sections, step_sizes)