collapsible section
Appearance
Fragment of a discussion from User talk:WikiAdministrator
Hi Cameron,
Thanks for your question; we just enabled "collapsible tables", which should give you the functionality that you are seeking. Below is code for a simple table that might work for you. Note the header is always shown but the body is collapsed by default:
{|class="collapsible collapsed wikitable"
|-
! Solution to Problem 1
|-
| Answer would go here
|}
This code generates the following table:
| Solution to Problem 1 |
|---|
| Answer would go here |
Please let me know if this works for you or if I can answer any other questions.
Cheers,