Template:InfoBox Heist: Difference between revisions
Appearance
I do not know how to modify css, adding it manually will make it look the same as the crime infobox |
No edit summary |
||
| Line 9: | Line 9: | ||
|- | |- | ||
{{#if: {{{thief|}}} | | {{#if: {{{thief|}}} | | ||
! style="border-bottom: 1px dotted #cccccc; padding: | ! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{thief-label|Thief}}}: | ||
{{!}} style="border-bottom: 1px dotted #cccccc; padding: | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{thief}}} | ||
{{!}}- }} | {{!}}- }} | ||
|- | |- | ||
! width="102" style="border-bottom: 1px dotted #cccccc; padding: | ! width="102" style="border-bottom: 1px dotted #cccccc; padding: 2px;"|Target: | ||
| style="border-bottom: 1px dotted #cccccc; padding: | | style="border-bottom: 1px dotted #cccccc; padding: 2px;"|{{#if:{{{target|}}}|{{{target}}}|}} | ||
|- | |- | ||
{{#if: {{{owner|}}} | | {{#if: {{{owner|}}} | | ||
! style="border-bottom: 1px dotted #cccccc; padding: | ! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{owner-label|Owner}}}: | ||
{{!}} style="border-bottom: 1px dotted #cccccc; padding: | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{owner}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{location|}}} | | {{#if: {{{location|}}} | | ||
! style="border-bottom: 1px dotted #cccccc; padding: | ! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} Location: | ||
{{!}} style="border-bottom: 1px dotted #cccccc; padding: | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{location}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{date|}}} | | {{#if: {{{date|}}} | | ||
! style="border-bottom: 1px dotted #cccccc; padding: | ! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} Date: | ||
{{!}} style="border-bottom: 1px dotted #cccccc; padding: | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{date}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{suspects|}}} | | {{#if: {{{suspects|}}} | | ||
! style="border-bottom: 1px dotted #cccccc; padding: | ! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{suspects-label|Suspects}}}: | ||
{{!}} style="border-bottom: 1px dotted #cccccc; padding: | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{suspects}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{notice|}}} | | {{#if: {{{notice|}}} | | ||
! style="border-bottom: 1px dotted #cccccc; padding: | ! style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{notice-label|Advanced Notice}}}: | ||
{{!}} style="border-bottom: 1px dotted #cccccc; padding: | {{!}} style="border-bottom: 1px dotted #cccccc; padding: 2px;" {{!}} {{{notice}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{description|}}} | | {{#if: {{{description|}}} | | ||
{{!}} colspan="2" style="padding: | {{!}} colspan="2" style="padding: 2px;" {{!}} {{{description}}} | ||
{{!}}- }} | {{!}}- }} | ||
{{#if: {{{footnotes|}}} | | {{#if: {{{footnotes|}}} | | ||
{{!}} colspan="2" style="font-size: smaller; border-top: 1px dotted #aaaaaa; padding: | {{!}} 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 | |||
| |||
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)
}}