Jump to content

Template:Expand summary: Difference between revisions

From Insurer Brain
Content deleted Content added
No edit summary
No edit summary
Line 2: Line 2:
data-expandtext="{{{expandtext|Show full summary}}}"
data-expandtext="{{{expandtext|Show full summary}}}"
data-collapsetext="{{{collapsetext|Hide full summary}}}">
data-collapsetext="{{{collapsetext|Hide full summary}}}">
<div>'''{{{title|Full summary}}}'''</div>
<div class="mw-collapsible-content">{{{text|}}}</div>
<div class="mw-collapsible-content">{{{text|}}}</div>
</div></includeonly><noinclude>
</div></includeonly><noinclude>
== Usage ==
== Usage ==
Basic:
<pre>
<pre>
{{Expand summary
{{Expand summary
|text=Your long summary here.
|text=Your long summary here.
}}
</pre>

Start expanded:
<pre>
{{Expand summary
|state=expanded
|text=...
}}
}}
</pre>
</pre>

Revision as of 23:01, 12 December 2025

Usage

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