Module:Infobox MOS: Difference between revisions
Dummy index (talk | contribs) prefer Courier New (Japanese default font MS Gothic does not support mixing single-line and double-line box) |
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: white; line-height: 1; font-family: | vis = string.format('<pre style="background-color: white; line-height: 1; font-family: Courier New, 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 | ||