Vorlage:RatingColored

Aus Satisfactory Wiki
Zur Navigation springen Zur Suche springen
Template-info.svg Documentation

Displays a rating with a colored background.

Parameters

  • 1 number in the range 1-5.
    • 1 is very low and red
    • 2 is low and orange
    • 3 is medium and yellow
    • 4 is high and yellow-green
    • 5 is very high and green
  • 2(optional) name of the rating
  • redhigh(optional) if set, the colors are swapped
  • block(optional) if set, the html-element is a block (e.g. fills out a table-cell)

Examples

{{RatingColored|1}}
very low
{{RatingColored|3}}
medium
{{RatingColored|3|moderate}}
moderate
{{RatingColored|1|redhigh=1}}
very low
{{RatingColored|5|redhigh=1|block=1}}
very high