Module:MOS intervals: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
Do not overcomplicate by condensing multi-line strings into one line as it makes it HARDER to read
Line 39: Line 39:
-- Create table headers
-- Create table headers
result = result
result = result
.. "! colspan=\"3\" | Intervals !! rowspan=\"2\" | Steps<br />subtended !! rowspan=\"2\" | Range in cents\n"
.. "! colspan=\"3\" | Intervals"
.. "!! rowspan=\"2\" | Steps<br />subtended"
.. "!! rowspan=\"2\" | Range in cents\n"
.. "|-\n" -- Start of second row of header cells
.. "|-\n" -- Start of second row of header cells
.. "! Generic !! Specific !! Abbrev.\n"
.. "! Generic"
.. "!! Specific"
.. "!! Abbrev.\n"
-- Write each row
-- Write each row