Changes

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
6,996

edits