Jump to content

Template:InfoBox/Section: Difference between revisions

From Detective Conan Wiki
Important note on correctly writing this template
See also: Template:InfoBox/See also links
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{content|}}}|
<includeonly>{{#if: {{{content|}}}|
<div style="margin-top: 2px;"><span style="color: #fff; font-size: small; background-color: var(--header-color); display: flex; align-items: center; justify-content: center; text-align: center; padding: 2px;">'''{{{1}}}'''</span>{{{content}}}
<div style="margin-top: 2px;"><span style="color: #fff; font-size: small; background-color: var(--header-color); color: var(--header-text-color); display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 2px; padding: 2px;">'''{{{1}}}'''</span>{{{content}}}
</div>}}</includeonly><noinclude>
</div>|<div></div>}}</includeonly><noinclude>
This template creates a section of an InfoBox and is meant to be used in conjunction with [[Template:InfoBox]].
This template creates a section of an InfoBox and is meant to be used in conjunction with [[Template:InfoBox]].


When putting multiple sections in succession, write the opening braces of the second section right after the closing braces of the first section, as follows:
== See also ==
<pre>
{{InfoBox/See also links}}
{{InfoBox/Section|Section 1|content=
...
}}{{InfoBox/Section|Section ...
 
or
 
{{InfoBox/Section|Section 1|content=
...
}}{{
InfoBox/Section|Section ...
</pre>
 
 
Writing them on separate lines (see below) can create unintentional line breaks in the output:
<pre>
{{InfoBox/Section|Section 1|content=
...
}}
{{InfoBox/Section|Section ...
</pre>
'''Do not write the templates as in this second example. Use the first example instead.'''


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

Latest revision as of 04:27, 18 March 2026