Module:MOS modes: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
No edit summary
Line 116: Line 116:
-- Add the mode's name, if given
-- Add the mode's name, if given
if mode_names[i] ~= nil then
if mode_names ~= nil then
result = result .. "|" .. mode_names[i] .. "\n"
result = result .. "|" .. mode_names[i] .. "\n"
end
end