Purpose[edit]
Performs integer division as per Java. In other words, the division result ignores any resulting decimals and will not perform rounding.
{{int div|<dividend>|<divisor>}}
Example[edit]
{{int div|25|10}}
results in 2.
{{int div|500|100}}
results in 5.