Difference between revisions of "Template:InfoBox/LabeledRow"

From Detective Conan Wiki
(Some edits to flexbox)
(Make keywords case-insensitive; the label will show as "Label is empty" if the first parameter is not given)
Line 1: Line 1:
 
<includeonly>{{#if:  
 
<includeonly>{{#if:  
   {{#ifeq: {{{3|}}} | force-appear  
+
   {{#ifeq: {{lc: {{{3|}}} }} | force-appear  
   | {{#ifeq: {{{2|}}} | not-applicable || show }}  
+
   | {{#ifeq: {{lc: {{{2|}}} }} | not-applicable || show }}  
 
   | {{#if: {{{2|}}} | show }} }}  
 
   | {{#if: {{{2|}}} | show }} }}  
| <div style="display: flex; column-gap: 2px; border-top: {{#if: {{{border-top|}}} | {{{border-top}}} | 1px dotted #aaa }}; margin-top: 2px;"><div style="width:100px; flex: 0 0 auto; padding: 2px;">'''{{{1}}}'''</div><div style="flex-grow: 1; padding: 2px;">{{{2}}}</div> </div> | <div></div>}}</includeonly><noinclude>
+
| <div style="display: flex; column-gap: 2px; border-top: {{#if: {{{border-top|}}} | {{{border-top}}} | 1px dotted #aaa }}; margin-top: 2px;"><div style="width:100px; flex: 0 0 auto; padding: 2px;">'''{{#if: {{{1|}}} | {{{1}}} | Label is empty}}'''</div><div style="flex-grow: 1; padding: 2px;">{{{2}}}</div> </div> | <div></div>}}</includeonly><noinclude>
 
This template allows you to insert a labeled row and is meant to be used in conjunction with [[Template:InfoBox]].
 
This template allows you to insert a labeled row and is meant to be used in conjunction with [[Template:InfoBox]].
  

Revision as of 04:44, 21 August 2025

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

See also