Module:MOS intro: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
todo |
||
| Line 8: | Line 8: | ||
local utils = require("Module:Utils") | local utils = require("Module:Utils") | ||
local yesno = require("Module:Yesno") | local yesno = require("Module:Yesno") | ||
-- TODO: | |||
-- - Possible cleanup/rewording | |||
-- - Possible official deprecation of other names; focus should be on what a mos | |||
-- is, not what it's called. | |||
-- Helper function | -- Helper function | ||
| Line 197: | Line 202: | ||
function p._mos_intro(input_mos, other_names) | function p._mos_intro(input_mos, other_names) | ||
local input_mos = input_mos or mos.new(5, 5, 3) | local input_mos = input_mos or mos.new(5, 5, 3) | ||
local other_names = | local other_names = "" | ||
-- Scale sig | -- Scale sig | ||