User:R0o0di/Sandbox/New InfoBox Heist: Difference between revisions
Appearance
< User:R0o0di | Sandbox
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="background: #f8f9fa; border: 1px solid #c8ccd1; | {{clearleft}} | ||
<div style="background: #7CB2D4; color: white; text-align: center; font-weight: bold; padding: | <div style="background: #f8f9fa; border: 1px solid #c8ccd1; max-width: 650px; padding: 0.3em; margin: 0.5em 0; line-height: 1.3em;"> | ||
<div style="background: #7CB2D4; color: white; text-align: center; font-weight: bold; padding: 2px;">{{#if:{{{heist|}}}|{{{heist}}}|Heist}} </div> | |||
<div style="overflow: auto; font-size: 90%; | <div style="overflow: auto; padding-top: 4px; font-size: 90%; display: flex; justify-content: space-between;"> | ||
{{#if: {{{image|}}} | | |||
{{#if:{{{image|}}} | | <div> [[Image:{{{image}}}|290px]]}} </div> | ||
<div> [[Image:{{{image}}}|290px]]}} | <div style="min-width: 355px; padding-left: 5px;">{{#if: | ||
<div style="padding-left: 5px | |||
{{{thief|}}}| | {{{thief|}}}| | ||
<div style="padding: 3px 0; border-top: 1px dotted;"><span style="width: 90px; display: inline-block;"><strong>{{{thief-label|Thief}}}:</strong></span><span>{{{thief}}}</span></div>}} | <div style="padding: 3px 0; border-top: 1px dotted;"><span style="width: 90px; display: inline-block;"><strong>{{{thief-label|Thief}}}:</strong></span><span>{{{thief}}}</span></div>}} | ||
| Line 26: | Line 23: | ||
{{{footnotes|}}}| | {{{footnotes|}}}| | ||
<div style="font-size: 90%; border-top: 1px dotted; padding: 3px 0;">{{{footnotes}}}</div>}} | <div style="font-size: 90%; border-top: 1px dotted; padding: 3px 0;">{{{footnotes}}}</div>}} | ||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 23:18, 18 April 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)
}}