Template:Education
{{Navbox with collapsible groups
| name = Education
| title = Education
| bodyclass = hlist
| state = {{{state
| selected = {{{1|}}}
| abbr1 = overview
| list1 = {{Navbox|child
| title = Overview
| titlestyle = font-size: 90%;
| state = {{#switch: {{{1|}}} | | overview=expanded | stages | by region=collapsed }}
| group1 = General
| list1 =
| group2 = By perspective
| list2 =
- Aims and objectives
- Learning standards
- Anthropology
- Assessment
- Evaluation
- Course evaluation
- Psychometrics
- Standards-based
- Standardized test
- Teacher quality
- Economics
- Spending
- Free education
- Tuition payments
- Education sciences
- Evidence-based
- History
- Inclusion
- Leadership
- Pedagogy
- Philosophy
- Policy
- Politics
- Psychology
- Research
- Rights
- Sociology
- Technology
- Instructional
- Instructional design
| group3 = By subject
| list3 =
- Agricultural
- Art
- Bilingual
- Business
- Chemistry
- Computer science
- Death
- Design
- Economics
- Engineering
- Environmental
- Euthenics
- Health
- Language
- Legal
- Mathematics
- Medical
- Military
- Music
- Nursing
- Peace
- Performing arts
- Philosophy
- Physical
- Physics
- Reading
- Religious
- Science
- Sex
- Teacher
- Technology
- Values
- Vocational
| group4 = Alternative
| list4 =
- Adult education
- Autodidacticism
- Democratic
- Education reform
- Gifted education
- Homeschooling
- Religious education
- Special education
| group5 = Concepts
| list5 =
- 21st century skills
- Accreditation
- Bloom's taxonomy
- Cognitive load
- Classroom management
- Class arrangement
- Critical thinking
- Curriculum
- Hidden
- Studies
- Theory
- Learning theory
- Desirable difficulty
- Spacing effect
- Testing effect
- Lesson plan
- Pedagogical pattern
- School discipline
- Teacher look
- Teacher retention
- Teaching method
- Active learning
- Blended learning
- Contemplative
- Demonstration
- Dialogic learning
- Experiential
- Feedback
- Passive
- Peer instruction
- Personalized
- Phenomenon-based
- Problem-based
- Problem solving
- Project-based
- Student-centered
- Socratic
- Teaching philosophy
| group6 = Wikimedia
| list6 =
}}
| list2 = {{Education stages|border=child
| navbar = plain
| title = Stages
| titlestyle = font-size: 90%;
| state = {{#ifeq: {{{1|}}} | stages | expanded | }}
}}
| abbr3 = by region
| group3 = Education by region
| group3style = font-size: 90%;
| state3 = {{#switch: {{{1|}}} | by region | africa | asia | europe | north america | oceania | south america=uncollapsed | collapsed }}
| list3 =
{{Africa topic|Education in|border=child|navbar=plain|titlestyle=font-size:88%;|state={{#ifeq: {{{1|}}} | africa | expanded | collapsed}}}}
{{Asia topic|Education in|border=child|navbar=plain|titlestyle=font-size:88%;|state={{#ifeq: {{{1|}}} | asia | expanded | collapsed }}}}
{{Europe topic|Education in|border=child|navbar=plain|titlestyle=font-size:88%;|IE=Education in the Republic of Ireland|GE=Education in Georgia (country)|state={{#ifeq: {{{1|}}} | europe | expanded | collapsed }}}}
{{North America topic|Education in|border=child|navbar=plain|titlestyle=font-size:88%;|state={{#ifeq: {{{1|}}} | north america | expanded | collapsed }}}}
{{Oceania topic|Education in|border=child|navbar=plain|titlestyle=font-size:88%;|state={{#ifeq: {{{1|}}} | oceania | expanded | collapsed }}}}
{{South America topic|Education in|border=child|navbar=plain|titlestyle=font-size:88%;|state={{#ifeq: {{{1|}}} | south america | expanded | collapsed }}}}
|below=
- {{portal-inline|Schools|size=tiny}}
- {{Icon|Category}} Category
- {{Icon|WikiProject}} WikiProject
}}
{{Documentation|link box=off|content=
Example
::
{{Collapse|title=Example code above displays as|content={{Education|stages|state=expanded}}}}
::
{{Collapse|title=Example code above displays as|content={{Education|europe|state=collapsed}}}}
= Empty parameters =
::
Collapsible states
{{Collapsible option|default=autocollapse}}
{{Collapsible sections option
| list = {{Hlist|overview|stages|"by region"|africa|asia|europe|"north america"|oceania|"south america"}}
| example = by region
| default = overview
}}
TemplateData
{{TemplateData header}}
{
"params": {
"1": {
"label": "Subgroup expansion",
"description": "Changes the subgroup which is already open if the template is expanded when the page loads, set to one of: ['overview', 'stages', 'by region']. Can be supplied as an unnamed parameter.",
"example": "by region",
"type": "string",
"default": "overview"
},
"state": {
"label": "Collapsible state",
"description": "Controls how and when the template appears when the page is loaded, set to one of: ['expanded', 'collapsed', 'autocollapse', 'plain', 'off']",
"example": "expanded",
"type": "string",
"default": "autocollapse",
"suggested": true
}
},
"description": "Display a navigational box with a large assortment of links to important education-related articles",
"paramOrder": [
"1",
"state"
],
"format": "inline"
}
}}