No edit summary |
No edit summary |
||
| (31 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
-->{{#if:{{{category type|}}}|[[category:{{{category type|}}}]]}}<!-- | -->{{#if:{{{category type|}}}|[[category:{{{category type|}}}]]}}<!-- | ||
-->{{#if:{{{category page|}}}|[[category:{{{category page|}}}]]}}<!-- | -->{{#if:{{{category page|}}}|[[category:{{{category page|}}}]]}}<!-- | ||
-->{{#if:{{{category | -->{{#if:{{{category group|}}}|[[category:{{{category group|}}}]]}}<!-- | ||
-->{{#if:{{{category theme|}}}|[[category:{{{category theme|}}}]]}}<!-- | |||
-->{{#if:{{{category life|}}}|[[category:{{{category life|}}}]]}}<!-- | -->{{#if:{{{category life|}}}|[[category:{{{category life|}}}]]}}<!-- | ||
-->{{#if:{{{hide title|}}}||<h1> {{PAGENAME}} </h1>|}}<!-- | |||
--><div style="display:none;">{{{start date|}}} | --><div style="display:none;">{{{start date|}}} | ||
{{{end date|}}}</div><!-- | {{{end date|}}}</div><!-- | ||
| Line 27: | Line 29: | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true, | "required": true, | ||
"suggested": true | |||
}, | |||
"hide title": { | |||
"label": { | |||
"en": "Hide page title", | |||
"nl": "Pagina titel verbergen" | |||
}, | |||
"description": { | |||
"en": "Hide title of the page.", | |||
"nl": "Titel van de pagina verbergen." | |||
}, | |||
"type": "boolean", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
| Line 35: | Line 49: | ||
}, | }, | ||
"description": { | "description": { | ||
"en": "The date the event or period starts | "en": "The date the event or period starts.", | ||
"nl": "De datum waarop het evenement of de periode begint | "nl": "De datum waarop het evenement of de periode begint." | ||
}, | }, | ||
"type": "date", | "type": "date", | ||
| Line 47: | Line 61: | ||
}, | }, | ||
"description": { | "description": { | ||
"en": "The date the event or period ends | "en": "The date the event or period ends.", | ||
"nl": "De datum waarop het evenement of de periode eindigt | "nl": "De datum waarop het evenement of de periode eindigt." | ||
}, | }, | ||
"type": "date", | "type": "date", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"category": { | "category group": { | ||
"label": { | "label": { | ||
"en": "General category", | "en": "General category", | ||
| Line 62: | Line 76: | ||
"nl": "Categorie waaraan de pagina moet worden toegevoegd." | "nl": "Categorie waaraan de pagina moet worden toegevoegd." | ||
}, | }, | ||
"type": " | "type": "string" | ||
}, | }, | ||
"category type": { | "category type": { | ||
| Line 73: | Line 87: | ||
"nl": "Specifieke type classificatie categorie." | "nl": "Specifieke type classificatie categorie." | ||
}, | }, | ||
"type": " | "type": "string" | ||
}, | |||
"category": { | |||
"label": { | |||
"en": "Category", | |||
"nl": "Categorie" | |||
}, | |||
"description": { | |||
"en": "Categorization.", | |||
"nl": "Categorisering." | |||
}, | |||
"type": "string" | |||
}, | }, | ||
"category page": { | "category page": { | ||
| Line 84: | Line 109: | ||
"nl": "Categorisering specifiek voor de paginacontext." | "nl": "Categorisering specifiek voor de paginacontext." | ||
}, | }, | ||
"type": " | "type": "string" | ||
}, | }, | ||
"category | "category life": { | ||
"label": { | "label": { | ||
"en": " | "en": "Life cycle category", | ||
"nl": " | "nl": "Life cycle categorie" | ||
}, | }, | ||
"description": { | "description": { | ||
"en": "Category | "en": "Category related to life cycle or status.", | ||
"nl": "Categorie | "nl": "Categorie gerelateerd aan life cycle of status." | ||
}, | }, | ||
"type": " | "type": "string" | ||
}, | }, | ||
" | "image": { | ||
"label": { | "label": { | ||
" | "nl": "Afbeelding", | ||
" | "en": "Image" | ||
}, | }, | ||
" | "suggested": true, | ||
"type": "wiki-file-name" | |||
"type": "wiki- | |||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 15:34, 9 February 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 |
| Hide page title | hide title | Hide title of the page. | Boolean | suggested |
| Start date | start date | The date the event or period starts. | Date | suggested |
| End date | end date | The date the event or period ends. | Date | suggested |
| General category | category group | Category to add the page to. | String | optional |
| Type category | category type | Specific type classification category. | String | optional |
| Category | category | Categorization. | String | optional |
| Page category | category page | Categorization specific to the page context. | String | optional |
| Life cycle category | category life | Category related to life cycle or status. | String | optional |
| Image | image | no description | File | suggested |