Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 11: | Regel 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" | |||
} | } | ||
}, | }, | ||
Versie van 20 jan 2026 12:24
Koppelt deze pagina aan een bovenliggende pagina voor broodkruimelnavigatie en beheert categorisatie.
| Parameter | Beschrijving | Type | Status | |
|---|---|---|---|---|
| Bovenliggende pagina | parent | Titel van de bovenliggende pagina. | Paginanaam | vereist |
| Startdatum | start date | De datum waarop het evenement of de periode begint (JJJJ-MM-DD). | Datum | voorgesteld |
| Einddatum | end date | De datum waarop het evenement of de periode eindigt (JJJJ-MM-DD). | Datum | voorgesteld |
| Algemene categorie | category | Categorie waaraan de pagina moet worden toegevoegd. | Paginanaam | optioneel |
| Type categorie | category type | Specifieke type classificatie categorie. | Paginanaam | optioneel |
| Pagina categorie | category page | Categorisering specifiek voor de paginacontext. | Paginanaam | optioneel |
| Uitgelichte categorie | category featured | Categorie voor uitgelichte inhoud. | Paginanaam | optioneel |
| Levensloop categorie | category life | Categorie gerelateerd aan levensloop of status. | Paginanaam | optioneel |