Modèle:CollapseEnd

De Deep Rock Galactic Wiki
Aller à la navigation Aller à la recherche
Template-info.svg Documentation

{{CollapseStart}} and {{CollapseEnd}} are used to make specific content collapsible.

Usage

Insert the content you want to be collapsible between the two templates:

{{CollapseStart|This is the header}}
Hidden Content
{{CollapseEnd}}
creates
This is the header
Hidden Content