(Created page with "{{Documentation}} ==Source== <pre><nowiki>{{CriminalRecord |Date= |Status= |Reporter= |Context= }}</nowiki></pre> ==Usage== <templatedata> { "params": { "image": { "description": "Image from this character's line-up.", "type": "wiki-file-name", "suggested": true }, "DNAStatus": { "description": "Has the DNA/Fingerprints been taken?", "type": "string", "suggestedvalues": [ "Not on file", "On file" ], "default": "Not on file",...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Documentation}} | {{Documentation}} | ||
This templates makes use of the sub-template [[Template:CriminalRecord/row|CriminalRecord/row]] for each incident the user wishes to add to the Incidents section of this template. | |||
==Source== | ==Source== | ||
<pre><nowiki>{{CriminalRecord | <pre><nowiki>{{CriminalRecord | ||
| | |image= | ||
| | |DNAStatus= | ||
| | |Incidents= | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
Line 29: | Line 29: | ||
}, | }, | ||
"Incidents": { | "Incidents": { | ||
"description": "Use CriminalRecord/row template for each incident as needed.", | "description": "Use [[CriminalRecord/row]] template for each incident as needed.", | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
"default": "{{CriminalRecord/row|Date= |Status= |Reporter= |Context= }}", | "default": "{{CriminalRecord/row|Date= |Status= |Reporter= |Context= }}", |
Latest revision as of 01:16, 19 January 2023
This is a documentation subpage for Template:CriminalRecord.It contains usage information, categories, and other content that is not part of the original template page.
This templates makes use of the sub-template CriminalRecord/row for each incident the user wishes to add to the Incidents section of this template.
Source
{{CriminalRecord |image= |DNAStatus= |Incidents= }}
Usage
A template for use under the Criminal Records section of a character's profile.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | Image from this character's line-up. | File | suggested |
DNAStatus | DNAStatus | Has the DNA/Fingerprints been taken?
| String | suggested |
Incidents | Incidents | Use [[CriminalRecord/row]] template for each incident as needed.
| Template | suggested |