(Created page with "<includeonly> Category:Report {{#invoke:ReportHeader|main}} </includeonly> <noinclude> {{Documentation}} </noinclude>") |
No edit summary Tag: Reverted |
||
Line 4: | Line 4: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
{{Documentation}} | {{Documentation|templatedata= | ||
<templatedata> | |||
{ | |||
"description": "Identifies page as a report.", | |||
"params": { | |||
"title": { | |||
"label": "Headline", | |||
"description": "Title of report. Should distinguish from possible similar incidents. Include location if applicable.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"type": { | |||
"label": "Category", | |||
"description": "Type of report: (1)Human Rights Abuse, (2)Political Impact, or (3)Anti-Consumer Tactics. If you are unsure whether these categories apply to your report, refer to /wiki/ContentPolicy", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"timeframe": { | |||
"label": "Date(s) / Timeframe", | |||
"description": "If applicable, the approximate date or date range of the incident.", | |||
"type": "string", | |||
"suggested": true, | |||
"example": "2020 - Present" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"type", | |||
"timeframe" | |||
], | |||
"format": "{{_\n| _ = _\n}}" | |||
} | |||
</templatedata> | |||
}} | |||
</noinclude> | </noinclude> |
Revision as of 22:00, 10 January 2024
Required report information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Category | type | Type of report: Human Rights Abuse, Political Impact, or Anti-Consumer Tactics. Refer to /wiki/Content_policy if you're unsure which to use. If none of these categories apply but you believe the report is still relevant, start a discussion page.
| Line | required |
Date(s) / Timeframe | timeframe | If applicable, the approximate span of the incident.
| String | suggested |