Template:Party Size: Difference between revisions
(prettify documentation, add error and remove stray br) |
(added recommended) |
||
Line 6: | Line 6: | ||
|1 = |#default = s | |1 = |#default = s | ||
}} | }} | ||
}}</includeonly><noinclude>==Purpose== | {{#if:{{{recommended|}}}|({{{recommended|}}} recom.)}} | ||
Party Size turns the the inclusive bookends of an integer range into a pretty string. Used for infoboxes and other templates. | }} </includeonly><noinclude>==Purpose== | ||
Party Size turns the the inclusive bookends of an integer range into a pretty string. Used for infoboxes and other templates. Note that the recommended size has no validation - it can be an integer or a string. | |||
==Examples== | ==Examples== | ||
===Party Size Between 1 and 6=== | ===Party Size Between 1 and 6=== | ||
<pre>{{Party Size|min=1|max=6}}</pre> | <pre>{{Party Size|min=1|max=6}}</pre> | ||
{{Party Size|min=1|max=6}} | {{Party Size|min=1|max=6}} | ||
===Party Size Between 1 and 6 With Recommended Size of 4+=== | |||
<pre>{{Party Size|min=1|max=6}}</pre> | |||
{{Party Size|min=1|max=6|recommended=4+}} | |||
===Party Size Between 1 and 1=== | ===Party Size Between 1 and 1=== | ||
Line 21: | Line 26: | ||
{{Party Size|min=2|max=2}} | {{Party Size|min=2|max=2}} | ||
===Party Size Between 6 and 1=== | ===Party Size Between 6 and 1 With Arbitrary Recommended Size=== | ||
<pre>{{Party Size|min=6|max=1}}</pre> | <pre>{{Party Size|min=6|max=1|rec=69420ayylmao}}</pre> | ||
{{Party Size|min=6|max=1}} | {{Party Size|min=6|max=1|rec=69420ayylmao}} | ||
</noinclude> | </noinclude> |
Revision as of 01:57, 20 December 2023
Purpose
Party Size turns the the inclusive bookends of an integer range into a pretty string. Used for infoboxes and other templates. Note that the recommended size has no validation - it can be an integer or a string.
Examples
Party Size Between 1 and 6
{{Party Size|min=1|max=6}}
1-6 Players
Party Size Between 1 and 6 With Recommended Size of 4+
{{Party Size|min=1|max=6}}
1-6 Players (4+ recom.)
Party Size Between 1 and 1
{{Party Size|min=1|max=1}}
1 Player
Party Size Between 2 and 2
{{Party Size|min=2|max=2}}
2 Players
Party Size Between 6 and 1 With Arbitrary Recommended Size
{{Party Size|min=6|max=1|rec=69420ayylmao}}
Error: 6 must be smaller or equal to 1