User:R0o0di/Sandbox/New InfoBox Crime: Difference between revisions
Appearance
< User:R0o0di | Sandbox
mNo edit summary |
m Will revert if it doesn't work |
||
| Line 10: | Line 10: | ||
<div style="padding-left: 10px;"> | <div style="padding-left: 10px;"> | ||
{{#if: {{{date|}}} | <div><span><strong>Date:</strong></span> <span>{{{date}}}</span></div> }} | {{#if: {{{date|}}} | <div><span><strong>Date:</strong></span> <span>{{{date}}}</span></div> }}{{#if: | ||
{{{location|}}} | <div><span><strong>Location:</strong></span> <span>{{{location}}}</span></div> }}{{#if: | |||
{{{people|}}} | <div><span><strong>People Involved:</strong></span> <span>{{{people}}}</span></div> }}{{#if: | |||
{{{victim|}}} | <div><span><strong>{{{victim-label|Victim}}}:</strong></span> <span>{{{victim}}}</span></div> }}{{#if: | |||
{{{age|}}} | <div><span><strong>Age:</strong></span> <span>{{{age}}}</span></div> }}{{#if: | |||
{{{time|}}} | <div><span><strong>Time:</strong></span> <span>{{{time}}}</span></div> }}{{#if: | |||
{{{cause-death|}}} | <div><span><strong>{{{cause-death-label|Cause of death}}}:</strong></span> <span>{{{cause-death}}}</span></div> }}{{#if: | |||
{{{suspects|}}} | <div><span><strong>{{{suspects-label|Suspects}}}:</strong></span> <span>{{{suspects}}}</span></div> }}{{#if: | |||
{{{description|}}} | <div>{{{description}}}</div> }}{{#if: | |||
{{{footnotes|}}} | <div>{{{footnotes}}}</div> }} | |||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 20:22, 27 March 2025
Murder
The following is a list of required or optional parameters for a case's crime:
{{InfoBox Crime
| crime = (Optional: defaults to "Murder" if omitted)
| image =
| location = (Optional)
| victim = (Optional)
| victim-label = (Optional)
| age = (Optional)
| time = (Optional)
| cause-death = (Optional)
| cause-death-label = (Optional)
| suspects = (Optional)
| suspects-label = (Optional)
| description = (Optional)
| footnotes = (Optional: will not show the row if omitted)
}}