Template:AfC drive QC/doc
Jump to navigation
Jump to search
| This is a documentation subpage for Template:AfC drive QC. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
[edit source]This template is used for WikiProject Articles for creation's backlog drives. The template is used to mark other editors' reviews as passed or failed. This template should only be placed on the backlog drive page (i.e. a page whose title starts with "Wikipedia:WikiProject Articles for creation/Current month/Username") containing the reviews which you are reviewing.
Suggested usage, replacing PassOrFail with P or F as explained below:
{{AFCDriveQC|{{SUBST:REVISIONUSER}}|PassOrFail|Comment}}
Or, when not leaving a comment:
{{AFCDriveQC|{{SUBST:REVISIONUSER}}|PassOrFail}}
- UserName - The username of the user signing up for the drive. In "Suggested usage", replaced by
{{SUBST:REVISIONUSER}}. - PassOrFail - Marks the review as Passed or Failed. Use "P" for Pass, "F" for Failed.
- Comment - Optional comment. Can be used to explain the review.
During Articles for Creation backlog drives
[edit source]On a user's backlog drive page (i.e. a page whose title is of the form Wikipedia:WikiProject Articles for creation/Current month/Username), you would put the template like this:
=== [[User:Username|Username]] ===
{{Div col|cols=3}}
# [URL HERE article name] {{AFCDriveQC|{{SUBST:REVISIONUSER}}|P|Article was correctly marked as copyright violation}}
#: [URL HERE article name] {{AFCDriveQC|{{SUBST:REVISIONUSER}}|F|No indication of notability}} {{AFCDriveQC|{{SUBST:REVISIONUSER}}|F|Copyvio}}
# [URL HERE article name] - {{AFCDriveQC|{{SUBST:REVISIONUSER}}|P}}{{AFCDriveQC|{{SUBST:REVISIONUSER}}|F}}{{AFCDriveQC|{{SUBST:REVISIONUSER}}|F}}
{{Div col end}}
TemplateData
[edit source]<templatedata> {
"description": "A template for reviewing reviews done as part of Wikiproject Article's for Creation's backlog drives.",
"params": {
"1": {
"label": "UserName",
"description": "The username of the user who did the review",
"type": "string",
"required": true
},
"2": {
"label": "Pass or Fail?",
"description": "Did the review Pass or Fail? (Valid values: P or F)",
"type": "string",
"required": true
},
"3": {
"label": "Comment",
"description": "Optional comment. Can be used to explain the review.",
"type": "string",
"required": false
}
}
} </templatedata>