• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 69: Line 69:     
function formatDifficulty(stars)
 
function formatDifficulty(stars)
     return stars > 10 and [[<span style="font-size:150%">'''☆'''</span>]] .. string.rep("☆", stars - 10) or string.rep("☆", stars) or "?"
+
     local result = stars > 10 and [[<span style="font-size:150%">'''☆'''</span>]] .. string.rep("☆", stars - 10) or string.rep("☆", stars) or "?"
 +
    return string.format("%s (%d)", result, stars)
 
end
 
end
  
cssedit, gkautomate
7,060

edits

Navigation menu