No edit summary |
No edit summary |
||
| (37 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#ifeq:1|2||}}<!-- | <includeonly>{{#ifeq:1|2||}}<!-- {{{parent|}}} | ||
needed to show this template as puzzle icon in visual editor | needed to show this template as puzzle icon in visual editor | ||
-->{{#if:{{{category|}}}|[[category:{{{category|}}}]]}} | -->{{#if:{{{category|}}}|[[category:{{{category|}}}]]}}<!-- | ||
{{#if:{{{category type|}}}|[[category:{{{category type|}}}]]}} | -->{{#if:{{{category type|}}}|[[category:{{{category type|}}}]]}}<!-- | ||
</includeonly><noinclude> | -->{{#if:{{{category page|}}}|[[category:{{{category page|}}}]]}}<!-- | ||
-->{{#if:{{{category group|}}}|[[category:{{{category group|}}}]]}}<!-- | |||
-->{{#if:{{{category theme|}}}|[[category:{{{category theme|}}}]]}}<!-- | |||
-->{{#if:{{{category life|}}}|[[category:{{{category life|}}}]]}}<!-- | |||
-->{{#if:{{{hide title|}}}||<h1> {{PAGENAME}} </h1>|}}<!-- | |||
--><div style="display:none;">{{{start date|}}} | |||
{{{end date|}}}</div><!-- | |||
--></includeonly><noinclude> | |||
<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 | |||
}, | |||
"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 | |||
}, | |||
"start date": { | |||
"label": { | |||
"en": "Start date", | |||
"nl": "Startdatum" | |||
}, | |||
"description": { | |||
"en": "The date the event or period starts.", | |||
"nl": "De datum waarop het evenement of de periode begint." | |||
}, | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"end date": { | |||
"label": { | |||
"en": "End date", | |||
"nl": "Einddatum" | |||
}, | |||
"description": { | |||
"en": "The date the event or period ends.", | |||
"nl": "De datum waarop het evenement of de periode eindigt." | |||
}, | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"category group": { | |||
"label": { | |||
"en": "General category", | |||
"nl": "Algemene categorie" | |||
}, | |||
"description": { | |||
"en": "Category to add the page to.", | |||
"nl": "Categorie waaraan de pagina moet worden toegevoegd." | |||
}, | |||
"type": "string" | |||
}, | |||
"category type": { | |||
"label": { | |||
"en": "Type category", | |||
"nl": "Type categorie" | |||
}, | |||
"description": { | |||
"en": "Specific type classification category.", | |||
"nl": "Specifieke type classificatie categorie." | |||
}, | |||
"type": "string" | |||
}, | |||
"category": { | |||
"label": { | |||
"en": "Category", | |||
"nl": "Categorie" | |||
}, | |||
"description": { | |||
"en": "Categorization.", | |||
"nl": "Categorisering." | |||
}, | |||
"type": "string" | |||
}, | |||
"category page": { | |||
"label": { | |||
"en": "Page category", | |||
"nl": "Pagina categorie" | |||
}, | |||
"description": { | |||
"en": "Categorization specific to the page context.", | |||
"nl": "Categorisering specifiek voor de paginacontext." | |||
}, | |||
"type": "string" | |||
}, | |||
"category life": { | |||
"label": { | |||
"en": "Life cycle category", | |||
"nl": "Life cycle categorie" | |||
}, | |||
"description": { | |||
"en": "Category related to life cycle or status.", | |||
"nl": "Categorie gerelateerd aan life cycle of status." | |||
}, | |||
"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 |