Anonymous user
Module:Splash: Difference between revisions
m
Changed default width to 6 (5 + space on the right)
imported>Ttv pedro270707 m (Now checks the width for each character. I don't really know if this was needed but it helps make it more accurate.) |
imported>Ttv pedro270707 m (Changed default width to 6 (5 + space on the right)) |
||
Line 46: | Line 46: | ||
local charWidth = charWidths[char] | local charWidth = charWidths[char] | ||
if not charWidth then | if not charWidth then | ||
charWidth = | charWidth = 6 -- Default width | ||
end | end | ||