Module:Ups and downs sharpness: Difference between revisions

Tristanbay (talk | contribs)
No edit summary
Tristanbay (talk | contribs)
No edit summary
Line 14: Line 14:
for i = 1, sharp * 2 + 1 do
for i = 1, sharp * 2 + 1 do
if (i % sharp == 0) then
if (i % sharp == 0) then
tab = tab .. "!!'''" .. i .. "'''\n"
tab = tab .. "{{!!}}'''" .. i .. "'''\n"
else
else
tab = tab .. "!!" .. i .. "\n"
tab = tab .. "{{!!}}" .. i .. "\n"
end
end
end
end