Difference between revisions of "Template:ColorSecurityRating/doc"

From EVE University Wiki
Jump to: navigation, search
m (Update for use of anonymous parameter.)
m (Add See also section.)
 
Line 8: Line 8:
 
:; Deprecated parameters
 
:; Deprecated parameters
 
:: Do <em>not</em> use for new instances of the the template. When editing a page where this parameter is used, please change to the new form. There is no need to edit a page just to change the parameter use.
 
:: Do <em>not</em> use for new instances of the the template. When editing a page where this parameter is used, please change to the new form. There is no need to edit a page just to change the parameter use.
::; rating= : Named parameter for the rating used as rating=0.5.
+
::; rating= : Named parameter for the rating used as rating= 0.5.
  
 
; Sample
 
; Sample
Line 29: Line 29:
 
:<pre><nowiki>{{ColorSecurityRating | -1.0}}</nowiki></pre>
 
:<pre><nowiki>{{ColorSecurityRating | -1.0}}</nowiki></pre>
 
::gives... {{ColorSecurityRating | -1.0}}
 
::gives... {{ColorSecurityRating | -1.0}}
 +
 +
; See also
 +
* {{T|SystemToSecurity}}
 +
* {{T|SystemToRegion}}
  
 
<includeonly>[[Category:Data templates]]</includeonly>
 
<includeonly>[[Category:Data templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 08:41, 19 August 2023

Description
This template is used to color System Security Ratings.
Syntax
{{ColorSecurityRating|<rating>}}
Parameters
rating
The System Security Rating between 1.0 and -1.0, inclusive.
Deprecated parameters
Do not use for new instances of the the template. When editing a page where this parameter is used, please change to the new form. There is no need to edit a page just to change the parameter use.
rating=
Named parameter for the rating used as rating= 0.5.
Sample
{{ColorSecurityRating | 1.0}}
gives... 1.0
{{ColorSecurityRating | 0.8}}
gives... 0.8
{{ColorSecurityRating | 0.5}}
gives... 0.5
{{ColorSecurityRating | 0.4}}
gives... 0.4
{{ColorSecurityRating | 0.1}}
gives... 0.1
{{ColorSecurityRating | 0.0}}
gives... 0.0
{{ColorSecurityRating | -0.2}}
gives... -0.2
{{ColorSecurityRating | -0.6}}
gives... -0.6
{{ColorSecurityRating | -1.0}}
gives... -1.0
See also