Array

CollapseHeadersExample: Difference between revisions

(Created page with "{{CollapseHeaders | Header Title | closed | 3 = <div style="border:1px solid #ccc; padding:10px; background:#fafafa;"> <strong>This is bold text</strong> inside the collapsible block. <p style="margin-top:10px;"> This paragraph has a custom top margin to verify spacing behaves correctly. </p> <h3>Sample List</h3> <ul> <li>First item</li> <li>Second item with <span style="color:blue;">blue text</span></li> <li>Third item with longer content to test wrapping.</li> </ul>...")
 
No edit summary
Line 1: Line 1:
{{CollapseHeaders
{{CollapseHeaders
| Header Title
| Header Title
| closed
| open
| 3 =
| 3 =
<div style="border:1px solid #ccc; padding:10px; background:#fafafa;">
<div style="border:1px solid #ccc; padding:10px; background:#fafafa;">

Revision as of 13:35, 26 November 2025

Header Title

This is bold text inside the collapsible block.

This paragraph has a custom top margin to verify spacing behaves correctly.

Sample List

  • First item
  • Second item with blue text
  • Third item with longer content to test wrapping.