Difference between revisions of "Template:InfoBox Heist"

From Detective Conan Wiki
(I do not know how to modify css, adding it manually will make it look the same as the crime infobox)
Line 9: Line 9:
 
|-
 
|-
 
{{#if: {{{thief|}}} |
 
{{#if: {{{thief|}}} |
! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{thief-label|Thief}}}:
+
! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{thief-label|Thief}}}:
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{thief}}}
+
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{thief}}}
 
{{!}}- }}
 
{{!}}- }}
 
|-
 
|-
! width="102" style="border-bottom: 1px dotted #cccccc; padding: 3px;"|Target:
+
! width="102" style="border-bottom: 1px dotted #cccccc; padding: 2px;"|Target:
| style="border-bottom: 1px dotted #cccccc; padding: 3px;"|{{#if:{{{target|}}}|{{{target}}}|}}
+
| style="border-bottom: 1px dotted #cccccc; padding: 2px;"|{{#if:{{{target|}}}|{{{target}}}|}}
 
|-
 
|-
 
{{#if: {{{owner|}}} |
 
{{#if: {{{owner|}}} |
! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{owner-label|Owner}}}:
+
! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{owner-label|Owner}}}:
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{owner}}}
+
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{owner}}}
 
{{!}}- }}
 
{{!}}- }}
 
{{#if: {{{location|}}} |
 
{{#if: {{{location|}}} |
! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} Location:
+
! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} Location:
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{location}}}
+
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{location}}}
 
{{!}}- }}
 
{{!}}- }}
 
{{#if: {{{date|}}} |
 
{{#if: {{{date|}}} |
! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} Date:
+
! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} Date:
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{date}}}
+
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{date}}}
 
{{!}}- }}
 
{{!}}- }}
 
{{#if: {{{suspects|}}} |
 
{{#if: {{{suspects|}}} |
! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{suspects-label|Suspects}}}:
+
! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{suspects-label|Suspects}}}:
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{suspects}}}
+
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{suspects}}}
 
{{!}}- }}
 
{{!}}- }}
 
{{#if: {{{notice|}}} |
 
{{#if: {{{notice|}}} |
! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{notice-label|Advanced Notice}}}:
+
! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{notice-label|Advanced Notice}}}:
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{notice}}}
+
{{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{notice}}}
 
{{!}}- }}
 
{{!}}- }}
 
{{#if: {{{description|}}} |
 
{{#if: {{{description|}}} |
{{!}} colspan="2" style="padding: 3px;" {{!}} {{{description}}}
+
{{!}} colspan="2" style="padding: 2px;" {{!}} {{{description}}}
 
{{!}}- }}
 
{{!}}- }}
 
{{#if: {{{footnotes|}}} |
 
{{#if: {{{footnotes|}}} |
{{!}} colspan="2" style="font-size: smaller; border-top: 1px dotted #aaaaaa; padding: 3px;" {{!}} {{{footnotes|}}}  }}
+
{{!}} colspan="2" style="font-size: smaller; border-top: 1px dotted #aaaaaa; padding: 2px;" {{!}} {{{footnotes|}}}  }}
 
|}
 
|}
 
|}<noinclude>
 
|}<noinclude>

Revision as of 14:15, 22 January 2025

Heist
Target:

The following is a list of required or optional parameters for a case's heist:

{{InfoBox Heist
| heist               =    (Optional: defaults to "Heist" if omitted)
| image               =
| thief               =    (Optional)
| thief-label         =    (Optional)
| target              = 
| owner               =    (Optional)
| owner-label         =    (Optional)
| location            =    (Optional)
| date                =    (Optional)
| suspects            =    (Optional)
| suspects-label      =    (Optional)
| notice              =    (Optional)
| notice-label        =    (Optional)
| description         =    (Optional)
| footnotes           =    (Optional: will not show the row if omitted)
}}