Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
Undo prev change, added todo to add back debug mode
Tag: Undo
Ganaram inukshuk (talk | contribs)
m Removed extra newlines
Line 293: Line 293:
local result = p._infobox_MOS(tuning, other_names)
local result = p._infobox_MOS(tuning, other_names)
-- Force categories
-- Force categories
result = result .. "\n\n\n" .. p.categorize(tuning)
result = result .. p.categorize(tuning)
return result
return result