Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:SortieList
(view source)
Revision as of 10:15, 19 October 2016
59 bytes added
,
8 years ago
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,064
edits