Jump to content

Template:InfoBox/CollapsibleRow: Difference between revisions

From Detective Conan Wiki
Test of abandoning wikitable for this
Eyacorkett (talk | contribs)
mNo edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{2|}}}
<includeonly>{{#if: {{{2|}}}
| <div class="mw-collapsible mw-collapsed" style="border-top: {{#if: {{{border-top|}}} | {{{border-top}}} | 1px dotted #aaaaaa}}; font-weight: bold;">
| <div class="mw-collapsible mw-collapsed" style="border-top: {{#ifeq: {{{border-top|}}} | y | 1px dotted #aaa | {{{border-top|0}}} }}; margin-top: 1px; padding: 1px 0 2px 2px; font-weight: bold">
    <div>{{#if: {{{1|}}} | {{{1}}} | Label is empty }}</div>
<div style="padding-top: 2px">{{#if: {{{1|}}} | {{{1}}}: | Label is empty }}</div>
    <div class="mw-collapsible-content" style="font-weight: initial;">{{{2}}}</div>
<div class="mw-collapsible-content" style="margin-top: 3px; {{#ifeq:{{{no-padding|}}} | y | margin-left: -2px }}; font-weight: initial">{{{2}}}</div>
  </div> }}</includeonly><noinclude>
</div> }}</includeonly><noinclude>
 
This template allows you to insert a collapsible row and is meant to be used in conjunction with [[Template:InfoBox]].
This template allows you to insert a collapsible row and is meant to be used in conjunction with [[Template:InfoBox]].


== See also ==
== See also ==
* [[Template:InfoBox/Chronology]]
{{InfoBox/See also links}}
* [[Template:InfoBox/MainHeader]]
* [[Template:InfoBox/Image]]
* [[Template:InfoBox/Section]]
* [[Template:InfoBox/LabeledRow]]
* [[Template:InfoBox/CollapsibleTable]]
* [[Template:InfoBox/Item]]


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 19:00, 18 July 2026


This template allows you to insert a collapsible row and is meant to be used in conjunction with Template:InfoBox.

See also