Difference between revisions of "Template:InfoBox Heist"
From Detective Conan Wiki
(more mobile-friendly) |
|||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {{clearleft}} |
− | + | <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; padding-top: 4px; font-size: 90%; display: flex; justify-content: space-between;"> | |
− | + | {{#if: {{{image|}}} | | |
− | {{#if: {{{image|}}} | [[Image:{{{image}}}|290px]]}} | + | <div> [[Image:{{{image}}}|290px]]}} </div> |
− | + | <div style="min-width: 355px; padding-left: 5px;">{{#if: | |
− | + | {{{thief|}}}| | |
− | + | <div style="padding: 3px 0;border-bottom: 1px dotted #ccc;display: grid;grid-template-columns: 102px auto;"><span><strong>{{{thief-label|Thief}}}:</strong></span><span>{{{thief}}}</span></div>}} | |
− | {{#if: {{{thief|}}} | | + | <div style="padding: 3px 0;border-bottom: 1px dotted #ccc;display: grid;grid-template-columns: 102px auto;"><span><strong>Target:</strong></span><span>{{{target|}}}</span></div>{{#if: |
− | + | {{{owner|}}}| | |
− | + | <div style="padding: 3px 0;border-bottom: 1px dotted #ccc;display: grid;grid-template-columns: 102px auto;"><span><strong>{{{owner-label|Owner}}}:</strong></span><span>{{{owner}}}</span></div>}}{{#if: | |
− | + | {{{location|}}}| | |
− | + | <div style="padding: 3px 0;border-bottom: 1px dotted #ccc;display: grid;grid-template-columns: 102px auto;"><span><strong>Location:</strong></span><span>{{{location}}}</span></div>}}{{#if: | |
− | + | {{{date|}}}| | |
− | + | <div style="padding: 3px 0;border-bottom: 1px dotted #ccc;display: grid;grid-template-columns: 102px auto;"><span><strong>Date:</strong></span><span>{{{date}}}</span></div>}}{{#if: | |
− | + | {{{suspects|}}}| | |
− | {{#if: {{{owner|}}} | | + | <div style="padding: 3px 0;border-bottom: 1px dotted #ccc;display: grid;grid-template-columns: 102px auto;"><span><strong>{{{suspects-label|Suspects}}}:</strong></span><span>{{{suspects}}}</span></div>}}{{#if: |
− | + | {{{notice|}}}| | |
− | + | <div style="padding: 3px 0;border-bottom: 1px dotted #ccc;display: grid;grid-template-columns: 102px auto;"><span><strong>{{{notice-label|Advanced Notice}}}:</strong></span><span>{{{notice}}}</span></div>}}{{#if: | |
− | + | {{{description|}}}| | |
− | {{#if: {{{location|}}} | | + | <div style="padding: 3px 0;">{{{description}}}</div>}}{{#if: |
− | + | {{{footnotes|}}}| | |
− | + | <div style="font-size: 90%; border-top: 1px dotted; padding: 3px 0;">{{{footnotes}}}</div>}} | |
− | + | </div> | |
− | {{#if: {{{date|}}} | | + | </div> |
− | + | </div><noinclude> | |
− | + | <p style="clear: both">The following is a list of required or optional parameters for a case's heist:</p> | |
− | |||
− | {{#if: {{{suspects|}}} | | ||
− | |||
− | |||
− | |||
− | {{#if: {{{notice|}}} | | ||
− | |||
− | |||
− | |||
− | {{#if: {{{description|}}} | | ||
− | |||
− | |||
− | {{#if: {{{footnotes|}}} | | ||
− | |||
− | |||
− | |||
− | <p style="clear: both">The following is a list of required or optional parameters for a case's | ||
<pre> | <pre> | ||
{{InfoBox Heist | {{InfoBox Heist |
Latest revision as of 23:50, 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) }}