Back-end wiki maintenance was completed on 4/16/25. If you encounter any strange behavior, please report it in the DevTalk Discord server.
If you are using the Vector 2022 skin, dark mode has moved to Preferences > Appearance.

Template:Collsec

From VNDev Wiki
Revision as of 13:15, 15 February 2025 by Ironnori (talk | contribs) (no-invert; colors handled by specialized darkmode css)
No title supplied
Documentation icon Template documentation [view] [edit] [purge]

Usage

Creates a collapsible section. Used heavily on List of DevTalk daily message skits, but can freely be used elsewhere.

{{collsec
| title =
| content =
| width=85%
}}

Specifying 'title' and 'content' are optional. If not specified, the first and second unlabeled parameters (respectively) will be used.

If specifying a width, provide it in percentage, rather than px, to improve responsive design. As a general rule, do not set widths larger than 85% (the default) to ensure proper mobile formatting.