Module:Keyboard vis: Difference between revisions
Tristanbay (talk | contribs) temporary test |
Tristanbay (talk | contribs) Undo revision 218590 by Tristanbay (talk) Tag: Undo |
||
| Line 40: | Line 40: | ||
line_4 = line_4 .. CORNER_BR | line_4 = line_4 .. CORNER_BR | ||
local result = '<pre>' | local result = '<pre style="' | ||
.. 'background-color: white; ' | |||
.. 'line-height: 1; ' | |||
.. 'font-family: monospace; ' | |||
.. 'font-size: 1em; ' | |||
.. 'padding: 0.1em; ' | |||
.. 'margin: 0.1em;">' | |||
.. string.format('\n%s\n%s\n%s\n%s\n', line_1, line_2, line_3, line_4) | .. string.format('\n%s\n%s\n%s\n%s\n', line_1, line_2, line_3, line_4) | ||
.. '</pre>' | .. '</pre>' | ||