Template:InfoBox Heist: Difference between revisions
Appearance
m word change |
I do not know how to modify css, adding it manually will make it look the same as the crime infobox |
||
| Line 1: | Line 1: | ||
{| class="infobox" style="width: 650px; text-align: left; font-size: 90%; float: none; clear: left; margin-left: 0; margin-right: 1em;" cellpadding="2" | {| class="infobox heist" style="width: 650px; text-align: left; font-size: 90%; float: none; clear: left; margin-left: 0; margin-right: 1em;" cellpadding="2" | ||
|- | |- | ||
| colspan="2" style="color: #ffffff; text-align:center; vertical-align:middle; /*height:28px;*/ font-size: small; background-color: #7CB2D4; | | colspan="2" style="color: #ffffff; text-align:center; vertical-align:middle; /*height:28px;*/ font-size: small; background-color: #7CB2D4;" | '''{{#if:{{{heist|}}}|{{{heist}}}|Heist}}''' | ||
|- | |- | ||
| width="290" class="nospacing" style="text-align:center; vertical-align:top; padding: 2px 0px 0px 0px;" | | | width="290" class="nospacing" style="text-align:center; vertical-align:top; padding: 2px 0px 0px 0px;" | | ||
| Line 9: | Line 9: | ||
|- | |- | ||
{{#if: {{{thief|}}} | | {{#if: {{{thief|}}} | | ||
! style="border-bottom: 1px dotted #cccccc;" {{!}} {{{thief-label|Thief}}}: | ! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{thief-label|Thief}}}: | ||
{{!}} style="border-bottom: 1px dotted #cccccc;" {{!}} {{{thief}}} | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{thief}}} | ||
{{!}}- }} | {{!}}- }} | ||
|- | |- | ||
! width="102" style="border-bottom: 1px dotted #cccccc;"|Target: | ! width="102" style="border-bottom: 1px dotted #cccccc; padding: 3px;"|Target: | ||
| style="border-bottom: 1px dotted #cccccc;"|{{#if:{{{target|}}}|{{{target}}}|}} | | style="border-bottom: 1px dotted #cccccc; padding: 3px;"|{{#if:{{{target|}}}|{{{target}}}|}} | ||
|- | |- | ||
{{#if: {{{owner|}}} | | {{#if: {{{owner|}}} | | ||
! style="border-bottom: 1px dotted #cccccc;" {{!}} | ! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{owner-label|Owner}}}: | ||
{{!}} style="border-bottom: 1px dotted #cccccc;" {{!}} {{{owner}}} | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{owner}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{location|}}} | | {{#if: {{{location|}}} | | ||
! style="border-bottom: 1px dotted #cccccc;" {{!}} Location: | ! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} Location: | ||
{{!}} style="border-bottom: 1px dotted #cccccc;" {{!}} {{{location}}} | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{location}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{date|}}} | | {{#if: {{{date|}}} | | ||
! style="border-bottom: 1px dotted #cccccc;" {{!}} Date: | ! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} Date: | ||
{{!}} style="border-bottom: 1px dotted #cccccc;" {{!}} {{{date}}} | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{date}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{suspects|}}} | | {{#if: {{{suspects|}}} | | ||
! style="border-bottom: 1px dotted #cccccc;" {{!}} | ! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{suspects-label|Suspects}}}: | ||
{{!}} style="border-bottom: 1px dotted #cccccc;" {{!}} {{{suspects}}} | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{suspects}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{notice|}}} | | {{#if: {{{notice|}}} | | ||
! style="border-bottom: 1px dotted #cccccc;" {{!}} | ! style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{notice-label|Advanced Notice}}}: | ||
{{!}} style="border-bottom: 1px dotted #cccccc;" {{!}} {{{notice}}} | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 3px;" {{!}} {{{notice}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{description|}}} | | {{#if: {{{description|}}} | | ||
| Line 40: | Line 40: | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{footnotes|}}} | | {{#if: {{{footnotes|}}} | | ||
{{!}} colspan="2" style="font-size: smaller; border-top: 1px dotted #aaaaaa" {{!}} {{{footnotes|}}} }} | {{!}} colspan="2" style="font-size: smaller; border-top: 1px dotted #aaaaaa; padding: 3px;" {{!}} {{{footnotes|}}} }} | ||
|} | |} | ||
|}<noinclude> | |}<noinclude> | ||
Revision as of 14:06, 22 January 2025
| Heist | |||
| |||
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)
}}