Difference between revisions of "Template:EFR/doc"

From blackwiki
Jump to navigation Jump to search
imported>DatGuy
(fix)
imported>Xaosflux
(→‎Examples: {{EFR/doc/examples}})
Line 6: Line 6:
  
 
== Examples ==
 
== Examples ==
 
+
{{EFR/doc/examples}}<includeonly><!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
{| class="wikitable"
 
! Output
 
! Code
 
! Usage
 
|-
 
| {{EFR|doing}}
 
| <code><nowiki>{{EFR|doing}}</nowiki></code>
 
| Request accepted and is currently being processed
 
|-
 
| {{EFR|stilldoing}}
 
| <code><nowiki>{{EFR|stilldoing}}</nowiki></code>
 
| Large requests, to let the requester know that you are still working on it or that it is taking longer than expected
 
|-
 
| {{EFR|monitoring}}
 
| <code><nowiki>{{EFR|coding}}</nowiki></code>
 
| Filter is currently being monitored/updated for the request. If you use the filter number as a second parameter, the template will provide a link to the specific filter page.  (e.g. <code><nowiki>{{EFR|monitoring|320}}</nowiki></code> generates {{EFR|monitoring|320}})
 
|-
 
| {{EFR|done}}
 
| <code><nowiki>{{EFR|done}}</nowiki></code>
 
| Request complete
 
|-
 
| {{EFR|notdone}}
 
| <code><nowiki>{{EFR|notdone}}</nowiki></code>
 
| Request not completed.
 
|-
 
| {{EFR|impossible}}
 
| <code><nowiki>{{EFR|impossible}}</nowiki></code>
 
| Request cannot be done by a filter (e.g. too complex, such as sourcing articles, or technically unfeasible)
 
|-
 
| {{EFR|confusing}}
 
| <code><nowiki>{{EFR|confusing}}</nowiki></code>
 
| Request is hard to understand or unclear; requester needs to elaborate for it to be possible
 
|-
 
| {{EFR|defer}}
 
| <code><nowiki>{{EFR|defer}}</nowiki></code>
 
| Request should be/has been deferred to another venue (e.g. to a WikiProject for tagging requests)
 
|-
 
| {{EFR|created}}
 
| <code><nowiki>{{EFR|created}}</nowiki></code>
 
| {{anchor|created}} Filter created with regard to this request.  If you use the filter number as a second parameter, the template will provide a link to the specific filter page.  (e.g. <code><nowiki>{{EFR|created|320}}</nowiki></code> generates {{EFR|created|320}})
 
|-
 
| {{EFR|redundant}}
 
| <code><nowiki>{{EFR|redundant}}</nowiki></code>
 
| Request is already covered by a filter(s) satisfactorily, another filter doing the same task would not be useful.
 
|-
 
| {{EFR|advertise}}
 
| <code><nowiki>{{EFR|advertise}}</nowiki></code>
 
| The request is likely to be controversial, and should be advertised for wider discussion.
 
|-
 
|}
 
<includeonly><!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
 
[[Category:Image with comment templates]]
 
[[Category:Image with comment templates]]
  
 
</includeonly>
 
</includeonly>

Revision as of 13:49, 8 December 2016

Usage

This template is designed to make it easier to reply to requests for filter at WP:EF/R and help users see at a glance whether a request has been successful, needs clarification, cannot be done for technical reasons, etc. It generates a comment with a corresponding image depending on the parameter used. Only one parameter should be used with each call of the template!

Examples

Output Code Usage
17px Doing... {{EFR|doing}} Request accepted and is currently being processed
17px Still doing... {{EFR|stilldoing}} Large requests, to let the requester know that you are still working on it or that it is taking longer than expected
17px Monitoring... {{EFR|monitoring}} Filter is currently being monitored/updated for the request. If you use the filter number as a second parameter, the template will provide a link to the specific filter page. (e.g. {{EFR|monitoring|320}} generates 17px Monitoring at 320)
17px Testing... {{EFR|testing}} Filter is currently being tested for the request. If you use the filter number as a second parameter, the template will provide a link to the specific filter page. (e.g. {{EFR|testing|320}} generates 17px Testing at 320)
18pxY Done {{EFR|done}} Request complete. If you use the filter number as a second parameter, the template will provide a link to the specific filter page. (e.g. {{EFR|done|320}} generates 18pxY Done at 320)
18pxN Denied {{EFR|denied}} Request denied.
17px Impossible {{EFR|impossible}} Request cannot be done by a filter (e.g. too complex, such as sourcing articles, or technically unfeasible)
17px Idea is not well explained {{EFR|confusing}} Request is hard to understand or unclear; requester needs to elaborate for it to be possible
17px Deferred {{EFR|defer}} Request should be/has been deferred to another venue (e.g. to a WikiProject for tagging requests)
18px Filter created {{EFR|created}} Filter created with regard to this request. If you use the filter number as a second parameter, the template will provide a link to the specific filter page. (e.g. {{EFR|created|320}} generates 18px Filter created)
17px Redundant {{EFR|redundant}} Request is already covered by a filter(s) satisfactorily, another filter doing the same task would not be useful.
17px Needs wider discussion {{EFR|advertise}} The request is likely to be controversial, and should be advertised for wider discussion.