Deadlock:Article feedback: Difference between revisionsGive feedback
Created page with "'''Article feedback''' is a feature that allows users to leave feedback about a page. Feedback should be about the '''wiki''', not the game. The feedback will be posted anonymously under a temporary account if the user is logged out, or attributed to their user account otherwise. <div class="tile" style="float: right; width: max-content"> <div style="font-weight: bold; font-size: 1.2em">Feedback statistics</div> {{#vardefine:fb_no | {{Buck..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''Article feedback''' is a feature that allows users to leave feedback about a page. Feedback should be about the '''wiki''', not the game. The feedback will be posted anonymously under a [[mw:Help:Temporary accounts|temporary account]] if the user is logged out, or attributed to their user account otherwise. | '''Article feedback''' is a feature that allows users to leave feedback about a page. Feedback should be about the '''wiki''', not the game. The feedback will be posted anonymously under a [[mw:Help:Temporary accounts|temporary account]] if the user is logged out, or attributed to their user account otherwise. | ||
<div class="tile" style="float: right; width: max-content"> | <div class="tile" style="float: right; width: max-content; padding:15px; border:1px solid var(--border-color-subtle); background-color:var(--background-color-base-2); margin:0 0 10px 10px"> | ||
<div style="font-weight: bold; font-size: 1.2em">Feedback statistics</div> | <div style="font-weight: bold; font-size: 1.2em">Feedback statistics</div> | ||
{{#vardefine:fb_no | {{BucketCount|feedback|page|status=unresolved}}}}<!-- | {{#vardefine:fb_no | {{BucketCount|feedback|page|status=unresolved}}}}<!-- | ||
-->{{#vardefine:fb_yes | {{BucketCount|feedback|page| | -->{{#vardefine:fb_yes | {{BucketCount|feedback|page|status=resolved}}}}<!-- | ||
-->{{#vardefine:fb_total | {{#var:fb_yes}} + {{#var:fb_no}}}} | -->{{#vardefine:fb_total | {{#expr: {{#var:fb_yes}} + {{#var:fb_no}}}}}} | ||
* Total: {{fe|{{#var:fb_total}}}} submissions | * Total: {{fe|{{#var:fb_total}}}} submissions | ||
* Unresolved: {{fe|{{#var:fb_no}}}} ({{#expr:100 * {{#var:fb_no}} / ({{#var:fb_total}}) round 2}}%) | * Unresolved: {{fe|{{#var:fb_no}}}} ({{#expr:100 * {{#var:fb_no}} / ({{#var:fb_total}}) round 2}}%) | ||
* Resolved | * Resolved: {{fe|{{#var:fb_yes}}}} ({{#expr:100 * {{#var:fb_yes}} / ({{#var:fb_total}}) round 2}}%) | ||
</div> | </div> | ||
| Line 14: | Line 14: | ||
To leave feedback on a mainspace page, click the '''Give feedback''' button next to the title at the top of the page. | To leave feedback on a mainspace page, click the '''Give feedback''' button next to the title at the top of the page. | ||
Once the article has been changed according to feedback (or if it does not need any changes), the | Once the article has been changed according to feedback (or if it does not need any changes), go to the feedbacks appropriate talk page, edit source and change <code>resolved=false</code> to <code>resolved=true</code>. | ||
==List of unresolved feedback== | ==List of unresolved feedback== | ||
{{#invoke:Feedback|view|status=unresolved}} | {{#invoke:Feedback|view|status=unresolved}} | ||