Difference between revisions of "User:R0o0di/Sandbox/New InfoBox Crime"

From Detective Conan Wiki
Line 26: Line 26:
 
         <div style= "padding: 3px 0; border-bottom: 1px dotted;"><span style="width: 85px; display: inline-block;"><strong>{{{suspects-label|Suspects}}}:</strong></span> <span>{{{suspects}}}</span></div> }}{{#if:
 
         <div style= "padding: 3px 0; border-bottom: 1px dotted;"><span style="width: 85px; display: inline-block;"><strong>{{{suspects-label|Suspects}}}:</strong></span> <span>{{{suspects}}}</span></div> }}{{#if:
 
     {{{description|}}}|
 
     {{{description|}}}|
         <div style= "padding: 3px 0; border-bottom: 1px dotted;">{{{description}}}</div> }}{{#if:
+
         <div style= "padding: 3px 0;">{{{description}}}</div> }}{{#if:
 
     {{{footnotes|}}}|
 
     {{{footnotes|}}}|
         <div style="font-size: 90%;">{{{footnotes}}}</div> }}
+
         <div style="font-size: 90%; border-top: 1px dotted;">{{{footnotes}}}</div> }}
 
   </div>
 
   </div>
 
   </div>
 
   </div>

Revision as of 16:22, 29 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)
}}