Add some collapsibles |
m →Basic: rephrase |
||
Line 22: | Line 22: | ||
==Collapsibles== | ==Collapsibles== | ||
===Basic=== | ===Basic=== | ||
<div class="mw-collapsible mw-collapsed" style="overflow:auto;"> <div> | <div class="mw-collapsible mw-collapsed" style="overflow:auto;"> <div>Entry A</div> | ||
<div class="mw-collapsible-content">This one starts collapsed</div></div> | <div class="mw-collapsible-content">This one starts collapsed</div></div> | ||
<div class="mw-collapsible" style="overflow:auto;"> | <div class="mw-collapsible" style="overflow:auto;">Entry B | ||
<div class="mw-collapsible-content">This one starts expanded</div></div> | <div class="mw-collapsible-content">This one starts expanded</div></div> | ||
Revision as of 20:59, 25 February 2022
here we can test how to do stuff
- bullet 2 here is detail
- bullet 3 - here is detail
+ * bullet 1 -here is detail
Header 1 | Header 2 |
---|---|
Data 1 | Data 2 |
Collapsibles
Basic
Entry A
This one starts collapsed
Entry B
This one starts expanded
In bullets
Using Wiki formatting (borken)
- Bullet A
This one starts collapsed
- Bullet B
This one starts expanded
Using manual HTML (works, but formatting CSS tweaks may be needed)
- Bullet AThis one starts collapsed
- Bullet BThis one starts expanded
In a table
Entry A
This one starts collapsed
|
Entry B This one starts expanded
|