(Created page with "{{Documentation}} <templatedata> { "params": { "Date": { "description": "When did it happen?", "type": "date", "default": "YYYY-MM-DD", "suggested": true }, "Status": { "description": "What was the outcome?", "type": "string", "suggestedvalues": [ "Dropped", "Paid Off", "Time Served", "Escaped" ], "suggested": true }, "Reporter": { "description": "Who was the officer in charge of the arrest?", "type": "string",...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Documentation}} | {{Documentation}} | ||
==Source== | |||
<pre><nowiki>{{CriminalRecord/row|Date= |Status= |Reporter= |Context= }}</nowiki></pre> | |||
==Usage== | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 33: | Line 38: | ||
"suggested": true | "suggested": true | ||
} | } | ||
} | }, | ||
"description": "A row for use in the Criminal Record template.", | |||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 00:59, 19 January 2023
This is a documentation subpage for Template:CriminalRecord/row.It contains usage information, categories, and other content that is not part of the original template page.
Source
{{CriminalRecord/row|Date= |Status= |Reporter= |Context= }}
Usage
A row for use in the Criminal Record template.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Date | Date | When did it happen?
| Date | suggested |
Status | Status | What was the outcome?
| String | suggested |
Reporter | Reporter | Who was the officer in charge of the arrest?
| String | suggested |
Context | Context | What happened to lead to this incident? | String | suggested |