Template:Character/Criminal Conviction: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{Infobox/begin}} {{Infobox/SectionHeader|section=Criminal Conviction}} {{Infobox/Item|key=Status|value={{{criminal_status}}}}} {{Infobox/Item|key=Convictions|val...") |
No edit summary |
||
| (15 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | <templatestyles src="Character/styles.css" /> |
||
| ⚫ | |||
| ⚫ | |||
| − | {{Infobox/Item|key=Status|value={{{criminal_status}}}}} |
||
| − | {{Infobox/Item|key=Convictions|value={{{convictions}}}}} |
||
| − | {{Infobox/Item|key=Penalty|value={{{penalty}}}}} |
||
| ⚫ | |||
| ⚫ | |||
| − | <noinclude>{{Infobox/begin}} |
||
| − | {{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> |
|
| ⚫ | |||
| + | {{Character/Criminal Conviction |
||
| + | |criminal_status=[released/pardoned/executed/etc] |
||
| + | |convictions=[convictions] |
||
| + | |penalty=[penalty] |
||
| + | }} |
||
| ⚫ | |||
| + | |||
| + | [[Category:Templates]] |
||
| + | [[Category:Infobox Sections]] |
||
| + | |||
| + | <templatedata> |
||
| + | { |
||
| + | "params": { |
||
| + | "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" |
||
| + | }, |
||
| + | "penalty": { |
||
| + | "suggested": true, |
||
| + | "label": "Penalty" |
||
| + | } |
||
| + | } |
||
| + | } |
||
| + | </templatedata> |
||
| + | </noinclude> |
||
Latest revision as of 21:54, 9 February 2025
| 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 |