Template:Education stages

Blank example
- <syntaxhighlight lang="wikitext" style="width: 25%; overflow: auto;">
Collapsible states
This template's initial visibility currently defaults to
autocollapse
, meaning that if there is another collapsible item on the page (a navbox, sidebar, or table with the collapsible attribute), it is hidden apart from its title bar; if not, it is fully visible.To change this template's initial visibility, the
|state=
parameter may be used:- <syntaxhighlight lang="wikitext" inline="1">{{Education stages|state=collapsed}}</syntaxhighlight> will show the template collapsed, i.e. hidden apart from its title bar.
- <syntaxhighlight lang="wikitext" inline="1">{{Education stages|state=expanded}}</syntaxhighlight> will show the template expanded, i.e. fully visible.
TemplateData
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Education stages in articles based on its TemplateData.TemplateData for Education stages
<templatedata> { "params": { "title": { "label": "Title", "description": "The text to display on the top bar, which is always visible and can include wikilinks", "example": "Educational stages", "type": "string", "default": "Stages of formal education" }, "titlestyle": { "label": "Title text style", "description": "Accepts standard CSS formatting options to control the appearance of the box's title", "example": "font-size: 95%; color: indigo;", "type": "string" }, "border": { "label": "Border spacing", "description": "Controls the appearance and spacing of the outer border, primarily for use when embedded within another navigation box. Set to one of: ['child', 'subgroup', 'none'] or no value for standard format.", "example": "child", "type": "string" }, "state": { "label": "Collapsible state", "description": "Defines when and how the box will appear expanded or collapsed initially, set to one of: ['collapsed', 'expanded', 'autocollapse', 'plain', 'off']", "example": "expanded", "type": "string", "default": "autocollapse", "suggested": true }, "navbar": { "label": "Title bar", "description": "Controls the options present in the title bar, plain removes the V•T•E links on the left side. Set to one of: ['plain', 'off'] or no value for standard format.", "example": "plain", "type": "string" } }, "description": "Displays a navigation box with links to articles on all the major stages of education", "format": "inline", "paramOrder": [ "state", "title", "titlestyle", "navbar", "border" ] } </templatedata>
</syntaxhighlight>
- <syntaxhighlight lang="wikitext" style="width: 25%; overflow: auto;">