Module:Ups and downs sharpness: Difference between revisions

Tristanbay (talk | contribs)
shrunk a couple of symbols
Tristanbay (talk | contribs)
Changed symbol sizes again
Line 48: Line 48:
tab = tab .. "[[File:Heji25.svg|16px]]"
tab = tab .. "[[File:Heji25.svg|16px]]"
elseif math.ceil((i / sharp) - 0.5) == 2 then
elseif math.ceil((i / sharp) - 0.5) == 2 then
tab = tab .. "[[File:Heji32.svg|20px]]"
tab = tab .. "[[File:Heji32.svg|21px]]"
end
end
tab = tab .. "}}\n"
tab = tab .. "}}\n"
Line 81: Line 81:
tab = tab .. "[[File:Heji11.svg|16px]]"
tab = tab .. "[[File:Heji11.svg|16px]]"
elseif math.ceil((i / sharp) - 0.5) == 2 then
elseif math.ceil((i / sharp) - 0.5) == 2 then
tab = tab .. "[[File:Heji4.svg|24px]]"
tab = tab .. "[[File:Heji4.svg|27px]]"
end
end
tab = tab .. "}}\n"
tab = tab .. "}}\n"