Jump to content

Module:Splash: Difference between revisions

No change in size ,  13 March 2023
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 = 5 -- Default width
             charWidth = 6 -- Default width
         end
         end