Difference between revisions of "User:R0o0di/Sandbox/New InfoBox Crime"
From Detective Conan Wiki
< User:R0o0di | Sandbox
m (Will revert if it doesn't work) |
|||
| Line 9: | Line 9: | ||
</div> | </div> | ||
| − | <div style="padding-left: 10px;"> | + | <div style="padding-left: 10px;"> {{#if: |
| − | + | {{{date|}}}| | |
| − | + | <div><span style="width: 75px; display: inline-block;"> | |
| − | + | <strong>Date: </strong></span> <span> {{{date}}} </span> | |
| − | + | </div> <hr style="margin: 0;"> }}{{#if: | |
| − | + | {{{location|}}}| | |
| − | + | <div><span style="width: 75px; display: inline-block;"> | |
| − | + | <strong>Location: </strong></span> <span> {{{location}}} </span> | |
| − | + | </div> <hr style="margin: 0;"> }}{{#if: | |
| − | + | {{{people|}}}| | |
| − | + | <div><span style="width: 75px; display: inline-block;"> | |
| + | <strong>People Involved: </strong></span> <span> {{{people}}} </span> | ||
| + | </div> <hr style="margin: 0;"> }}{{#if: | ||
| + | {{{victim|}}}| | ||
| + | <div><span style="width: 75px; display: inline-block;"> | ||
| + | <strong>{{{victim-label|Victim}}} :</strong></span> <span> {{{victim}}} </span> | ||
| + | </div> <hr style="margin: 0;"> }}{{#if: | ||
| + | {{{age|}}}| | ||
| + | <div><span style="width: 75px; display: inline-block;"> | ||
| + | <strong>Age: </strong></span> <span> {{{age}}} </span> | ||
| + | </div> <hr style="margin: 0;"> }}{{#if: | ||
| + | {{{time|}}}| | ||
| + | <div><span style="width: 75px; display: inline-block;"> | ||
| + | <strong>Time: </strong></span> <span> {{{time}}} </span> | ||
| + | </div> <hr style="margin: 0;"> }}{{#if: | ||
| + | {{{cause-death|}}}| | ||
| + | <div><span style="width: 75px; display: inline-block;"> | ||
| + | <strong>{{{cause-death-label|Cause of death}}} :</strong></span> <span> {{{cause-death}}} </span> | ||
| + | </div> <hr style="margin: 0;"> }}{{#if: | ||
| + | {{{suspects|}}}| | ||
| + | <div><span style="width: 75px; display: inline-block;"> | ||
| + | <strong>{{{suspects-label|Suspects}}} :</strong></span> <span> {{{suspects}}} </span> | ||
| + | </div> <hr style="margin: 0;"> }}{{#if: | ||
| + | {{{description|}}}| | ||
| + | <div>{{{description}}}</div> <hr style="margin: 0;"> }}{{#if: | ||
| + | {{{footnotes|}}}| | ||
| + | <div>{{{footnotes}}}</div> }} | ||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 13:39, 28 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)
}}