Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Removed generator-mossteps function, but forgot about its function call
Dummy index (talk | contribs)
mNo edit summary
Line 78: Line 78:
local vis = ""
local vis = ""
if input_mos.nL + input_mos.ns < 40 then
if input_mos.nL + input_mos.ns < 40 then
vis = string.format('<pre style="background-color: whtie; line-height: 1; font-family: monospace; font-size: 1em; padding: 0.1em; margin: 0.1em">%s\n%s\n%s\n%s</pre>', line_1, line_2, line_3, line_4)
vis = string.format('<pre style="background-color: white; line-height: 1; font-family: monospace; font-size: 1em; padding: 0.1em; margin: 0.1em">%s\n%s\n%s\n%s</pre>', line_1, line_2, line_3, line_4)
end
end