No edit summary |
No edit summary |
||
| (29 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 53: | Line 67: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"category": { | "category group": { | ||
"label": { | "label": { | ||
"en": "General category", | "en": "General category", | ||
| Line 75: | Line 89: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"category": { | |||
"label": { | "label": { | ||
"en": " | "en": "Category", | ||
"nl": " | "nl": "Categorie" | ||
}, | }, | ||
"description": { | "description": { | ||
"en": "Categorization | "en": "Categorization.", | ||
"nl": "Categorisering | "nl": "Categorisering." | ||
}, | }, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"category | "category page": { | ||
"label": { | "label": { | ||
"en": " | "en": "Page category", | ||
"nl": " | "nl": "Pagina categorie" | ||
}, | }, | ||
"description": { | "description": { | ||
"en": " | "en": "Categorization specific to the page context.", | ||
"nl": " | "nl": "Categorisering specifiek voor de paginacontext." | ||
}, | }, | ||
"type": "string" | "type": "string" | ||
| Line 104: | Line 118: | ||
"description": { | "description": { | ||
"en": "Category related to life cycle or status.", | "en": "Category related to life cycle or status.", | ||
"nl": "Categorie gerelateerd aan | "nl": "Categorie gerelateerd aan life cycle of status." | ||
}, | }, | ||
"type": "string" | "type": "string" | ||
}, | |||
"image": { | |||
"label": { | |||
"nl": "Afbeelding", | |||
"en": "Image" | |||
}, | |||
"suggested": true, | |||
"type": "wiki-file-name" | |||
} | } | ||
} | } | ||
} | } | ||
</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 |