Module:Ups and downs sharpness: Difference between revisions

Tristanbay (talk | contribs)
Fixed wrong symbol, messed with symbol sizes
Tristanbay (talk | contribs)
More size changes
Line 79: Line 79:
end
end
if math.ceil((i / sharp) - 0.5) == 1 then
if math.ceil((i / sharp) - 0.5) == 1 then
tab = tab .. "[[File:Heji11.svg|12px]]"
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|12px]]"
tab = tab .. "[[File:Heji4.svg|20px]]"
end
end
tab = tab .. "}}\n"
tab = tab .. "}}\n"