Examples
{{Duration|1}} {{Duration|10}}Code
[[File:Duration Icon DOS2.png|x25px]]Duration: {{#switch:{{{1}}}|1 = 1 turn|#default = {{{1}}} turns}}#switch is a parser function from Extension:Parser Functions. If the user inputs "1", then this automatically changes their input to "1 turn". Otherwise, the default state is that whatever the user puts in (presumably a number greater than 1), their input is automatically changed to "{{{whatever their input number}}} turns".