Template:MinMax

From Wynncraft Wiki
Jump to navigation Jump to search
Template-info.svg Documentation

Description

MinMax is a template that will place a minimum and maximum value onto a page in a style that matches the rest of the wiki.

Usage

{{MinMax
| min =
| max =
| range =
}}

Examples

{{MinMax|min=2}} produces

 Min.   2 



{{MinMax|min=0|max=5}} produces

 Min.   0   Max.   5 


{{MinMax|range=0-5}} produces

 Range.   0 - 5