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:11, 19 October 2016
91 bytes added
,
8 years ago
m
no edit summary
Line 16:
Line 16:
| ${difficulty}
| ${difficulty}
|-
|-
−
! Exp/
Node
+
! Exp/
node
| ${ship_exp}
| ${ship_exp}
|-
|-
Line 36:
Line 36:
| style="width:54%;" | ${strategy_name}
| style="width:54%;" | ${strategy_name}
|-
|-
−
! Exp/
Node
+
! Exp/
node
| ${ship_exp}
| ${ship_exp}
| rowspan="2" | ${strategy_info}
| rowspan="2" | ${strategy_info}
Line 69:
Line 69:
function formatDifficulty(stars)
function formatDifficulty(stars)
−
return stars and string.rep("☆", stars) or "?"
+
return stars
> 10
and
[[<span style="font-size:150%">'''☆'''</span>]] .. string.rep("☆", stars - 10) or
string.rep("☆", stars) or "?"
end
end
がか
cssedit, gkautomate
7,064
edits