Module:Ups and downs sharpness: Difference between revisions

Tristanbay (talk | contribs)
change to pure XHTML
Tristanbay (talk | contribs)
forgot a </tr> before
Line 25: Line 25:
.. "<th>Step offset</th>\n"
.. "<th>Step offset</th>\n"
.. "<td>−3</td><td>−2</td><td>−1</td><td>0</td><td>+1</td><td>+2</td><td>+3</td>\n"
.. "<td>−3</td><td>−2</td><td>−1</td><td>0</td><td>+1</td><td>+2</td><td>+3</td>\n"
.. "</tr>\n<tr>"
.. "</tr>\n<tr>\n"
.. "<th>Symbol</th>\n"
.. "<th>Symbol</th>\n"
.. string.format(spanf, arrow_marg, string.rep("&#x202F;[[File:Down arrow petaluma script.svg|10px]]", 3))
.. string.format(spanf, arrow_marg, string.rep("&#x202F;[[File:Down arrow petaluma script.svg|10px]]", 3))
Line 34: Line 34:
.. string.format(spanf, arrow_marg, string.rep("&#x202F;[[File:Up arrow petaluma script.svg|10px]]", 2))
.. string.format(spanf, arrow_marg, string.rep("&#x202F;[[File:Up arrow petaluma script.svg|10px]]", 2))
.. string.format(spanf, arrow_marg, string.rep("&#x202F;[[File:Up arrow petaluma script.svg|10px]]", 3))
.. string.format(spanf, arrow_marg, string.rep("&#x202F;[[File:Up arrow petaluma script.svg|10px]]", 3))
.. "</tr>\n</table>"
.. "\n</tr>\n</table>"
elseif sharp == 1 then
elseif sharp == 1 then
tab = "{{sharpness-sharp1}}"
tab = "{{sharpness-sharp1}}"
Line 137: Line 137:
end
end
tab = tab .. "\n</table>"
tab = tab .. "\n</tr>\n</table>"
end
end