Open main menu

Changes

Created page with "<templatedata> { "params": { "visible_text": { "label": "Visible text", "description": "This text is not collapsible; used to \"announce\" the gory details", "type..."
<templatedata>
{
"params": {
"visible_text": {
"label": "Visible text",
"description": "This text is not collapsible; used to \"announce\" the gory details",
"type": "string",
"suggested": true
},
"collapsed_content": {
"label": "This text is collapsible and hidden by default",
"description": "Note that hidden text will not be found by in-browser search",
"type": "string",
"required": true
}
},
"description": "A simple template to apply the jQuery collapsible handlers built-in to MediaWiki core https://www.mediawiki.org/wiki/Manual:Collapsible_elements"
}
</templatedata>