Template:Expand summary: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 2:
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>
 
Start expanded:
<pre>
{{Expand summary
|state=expanded
|text=...
}}
</pre>