Template:Range

From A KoL Wiki

This utility template produces a range from 2 (not necessarily distinct) inputs, prefacing the range with an optional 3rd input if provided.

Usage

  • {{range|12|15}}
    12-15
  • {{range|15|12}}
    12-15
  • {{range|10|10}}
    10
  • {{range|12|15|gain}}
    gain 12-15