Jump to content

Template:Expand summary

From Insurer Brain
Revision as of 22:55, 12 December 2025 by Wikilah admin (talk | contribs) (Created page with "<includeonly> <div class="mw-collapsible {{#ifeq:{{lc:{{{state|collapsed}}}}}|expanded||mw-collapsed}}" data-expandtext="{{{expandtext|Show full summary}}}" data-collapsetext="{{{collapsetext|Hide full summary}}}"> <div>'''{{{title|Full summary}}}'''</div> <div class="mw-collapsible-content"> {{{text|}}} </div> </div> </includeonly> <noinclude> == Usage == Basic: <pre> {{Expand summary | text = Your long summary here. }} </pre> With title: <pre> {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

Basic:

{{Expand summary
 | text = Your long summary here.
}}

With title:

{{Expand summary
 | title = Full summary
 | text  = Your long summary here.
}}

Start expanded:

{{Expand summary
 | state = expanded
 | text  = ...
}}

Custom button text:

{{Expand summary
 | expandtext   = Show
 | collapsetext = Hide
 | text         = ...
}}