No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Links this page to a parent page for breadcrumb navigation.", | "description": { | ||
"en": "Links this page to a parent page for breadcrumb navigation and handles categorization.", | |||
"nl": "Koppelt deze pagina aan een bovenliggende pagina voor broodkruimelnavigatie en beheert categorisatie." | |||
}, | |||
"params": { | "params": { | ||
"parent": { | "parent": { | ||
"label": "Parent page", | "label": { | ||
"description": "Title of the parent page", | "en": "Parent page", | ||
"nl": "Bovenliggende pagina" | |||
}, | |||
"description": { | |||
"en": "Title of the parent page.", | |||
"nl": "Titel van de bovenliggende pagina." | |||
}, | |||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true | "required": true, | ||
"suggested": true | |||
}, | |||
"start date": { | |||
"label": { | |||
"en": "Start date", | |||
"nl": "Startdatum" | |||
}, | |||
"description": { | |||
"en": "The date the event or period starts (YYYY-MM-DD).", | |||
"nl": "De datum waarop het evenement of de periode begint (JJJJ-MM-DD)." | |||
}, | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"end date": { | |||
"label": { | |||
"en": "End date", | |||
"nl": "Einddatum" | |||
}, | |||
"description": { | |||
"en": "The date the event or period ends (YYYY-MM-DD).", | |||
"nl": "De datum waarop het evenement of de periode eindigt (JJJJ-MM-DD)." | |||
}, | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"category": { | |||
"label": { | |||
"en": "General category", | |||
"nl": "Algemene categorie" | |||
}, | |||
"description": { | |||
"en": "Category to add the page to.", | |||
"nl": "Categorie waaraan de pagina moet worden toegevoegd." | |||
}, | |||
"type": "wiki-page-name" | |||
}, | |||
"category type": { | |||
"label": { | |||
"en": "Type category", | |||
"nl": "Type categorie" | |||
}, | |||
"description": { | |||
"en": "Specific type classification category.", | |||
"nl": "Specifieke type classificatie categorie." | |||
}, | |||
"type": "wiki-page-name" | |||
}, | |||
"category page": { | |||
"label": { | |||
"en": "Page category", | |||
"nl": "Pagina categorie" | |||
}, | |||
"description": { | |||
"en": "Categorization specific to the page context.", | |||
"nl": "Categorisering specifiek voor de paginacontext." | |||
}, | |||
"type": "wiki-page-name" | |||
}, | |||
"category featured": { | |||
"label": { | |||
"en": "Featured category", | |||
"nl": "Uitgelichte categorie" | |||
}, | |||
"description": { | |||
"en": "Category for featured content.", | |||
"nl": "Categorie voor uitgelichte inhoud." | |||
}, | |||
"type": "wiki-page-name" | |||
}, | |||
"category life": { | |||
"label": { | |||
"en": "Life category", | |||
"nl": "Levensloop categorie" | |||
}, | |||
"description": { | |||
"en": "Category related to life cycle or status.", | |||
"nl": "Categorie gerelateerd aan levensloop of status." | |||
}, | |||
"type": "wiki-page-name" | |||
} | } | ||
}, | }, | ||
Revision as of 11:24, 20 January 2026
Links this page to a parent page for breadcrumb navigation and handles categorization.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Parent page | parent | Title of the parent page. | Page name | required |
| Start date | start date | The date the event or period starts (YYYY-MM-DD). | Date | suggested |
| End date | end date | The date the event or period ends (YYYY-MM-DD). | Date | suggested |
| General category | category | Category to add the page to. | Page name | optional |
| Type category | category type | Specific type classification category. | Page name | optional |
| Page category | category page | Categorization specific to the page context. | Page name | optional |
| Featured category | category featured | Category for featured content. | Page name | optional |
| Life category | category life | Category related to life cycle or status. | Page name | optional |