Template:Character/Criminal Conviction: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Character/styles.css" /> |
<templatestyles src="Character/styles.css" /> |
||
− | <includeonly>{{Infobox/ |
+ | <includeonly><nowiki/>{{Infobox/SectionHeader|section=Criminal Conviction}} |
− | {{Infobox/ |
+ | {{Infobox/Item|key=Status|value={{{criminal_status|}}}}} |
− | {{Infobox/Item|key= |
+ | {{Infobox/Item|key=Convictions|value={{{convictions|}}}}} |
− | {{Infobox/Item|key= |
+ | {{Infobox/Item|key=Penalty|value={{{penalty|}}}}}</includeonly> |
− | {{Infobox/Item|key=Penalty|value={{{penalty}}}}} |
||
⚫ | |||
− | <noinclude> |
+ | <noinclude> |
− | {{Infobox/ |
+ | {{Infobox/begin}} |
+ | {{Character/Criminal Conviction |
||
− | {{Infobox/Item|key=Status|value={{{criminal_status}}}}} |
||
+ | |criminal_status=[released/pardoned/executed/etc] |
||
− | {{Infobox/Item|key=Convictions|value={{{convictions}}}}} |
||
+ | |convictions=[convictions] |
||
− | {{Infobox/Item|key=Penalty|value={{{penalty}}}}} |
||
+ | |penalty=[penalty] |
||
⚫ | |||
+ | }} |
||
⚫ | |||
+ | |||
+ | |||
+ | |||
⚫ | |||
{ |
{ |
||
"params": { |
"params": { |
||
− | "criminal_status": { |
+ | "criminal_status": { |
− | " |
+ | "required": true, |
+ | "label": "Current Status", |
||
⚫ | |||
+ | "description": "Executed/Released/Serving/etc", |
||
+ | "type": "string" |
||
+ | }, |
||
+ | "convictions": { |
||
+ | "required": true, |
||
+ | "label": "Convictions", |
||
+ | "description": "Titles of the charged crimes", |
||
+ | "type": "string" |
||
+ | }, |
||
⚫ | |||
+ | "suggested": true, |
||
+ | "label": "Penalty" |
||
+ | } |
||
} |
} |
||
} |
} |
||
</templatedata> |
</templatedata> |
||
</noinclude> |
</noinclude> |
||
− | |||
− | [[Category:Infoboxes]] |
||
− | [[Category:Templates]] |
Latest revision as of 23:13, 7 November 2022
Criminal Conviction | |||||
---|---|---|---|---|---|
Status | [released/pardoned/executed/etc] | ||||
Convictions | [convictions] | ||||
Penalty | [penalty] |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Current Status | criminal_status | Executed/Released/Serving/etc | String | required |
Convictions | convictions | Titles of the charged crimes | String | required |
Penalty | penalty | no description | Unknown | suggested |