Template:Begin-foldable
From ProofWiki
Contents |
Purpose
This template makes collapsible sections possible. This finds its primary application in initially hiding proofs of technical lemmata, while still including them for the interested reader.
Usage
This should be used together with Template:End-foldable, in the style of Template:Eqn.
The following parameters are allowed:
- title
- header
title
This sets the title of your collapsible section. It defaults to 'Proof'.
header
This integer corresponds to the number of ='s you would like to use for this section. It defaults to 3 (this gives the same header as the one of this section). Only the values 2,3 and 4 are supported at the moment.
Notes
When JavaScript is disabled, the page will appear as were the to-be-collapsed section a normal one.