Djonni/Votes
📚 Documentation
Note the
Quick and dirty template for displaying a formatted ideabox vote summary on my (or your) user page.
Parameters can be unnamed in this order:
- yes
- no
- dupe
- er
Or named with the above names in any order. Omitted or blank parameters will be ignored. Use 0
or -
or any non-whitespace character to force a vote type to be rendered.
In addition, the |status=
parameter can be set to 'accepted, rejected, or reviewing. If not specified, |status=accepted
is the default.
|status=accepted
will highlight the ER vote total, or the yes vote total if no ER value is supplied (see examples below).
Examples:
{{:Djonni/Votes|1|2|3|4}}
|
1 2 3 4 |
{{:Djonni/Votes|1|2|3|4| status=rejected}}
|
1 2 3 4 |
{{:Djonni/Votes|1|2|3|4| status=reviewing}}
|
1 2 3 4 |
{{:Djonni/Votes|1|2|-|4}}
|
1 2 - 4 |
{{:Djonni/Votes|1|2|-}}
|
1 2 - |
{{:Djonni/Votes|1|2}}
|
1 2 |
{{:Djonni/Votes||||4}}
|
4 |
{{:Djonni/Votes|er=4}}
|
4 |
:
colon at the beginning. This is required, as this isn't in the Template
namespace.