Template:Minutes header: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<div style="border: 1px solid silver; padding: 15px; margin-bottom: 30px;">'''Date:''' {{{year|}}}-{{{month|}}}-{{{day|}}}</div>
<div style="border: 1px solid silver; padding: 15px; margin-bottom: 30px;">'''Date:''' {{{year|}}}-{{{month|}}}-{{{day|}}}</div>
<includeonly>[[Category:{{{year|}}} minutes]] [[Category:{{{year|}}}-{{{month|}}} minutes]]</includeonly>
<includeonly>[[Category:{{{year|}}} minutes]] [[Category:{{{year|}}}-{{{month|}}} minutes]]</includeonly>
<noinclude>
<templatedata>
{
"params": {
"year": {
"label": "Year in YYYY format",
"example": "2022",
"type": "number",
"required": true
},
"month": {
"label": "Month in MM format",
"example": "01",
"type": "number",
"required": true
},
"day": {
"label": "Day in DD format",
"example": "01",
"type": "number",
"required": true
}
},
"description": "A template for generating the header of Minutes pages and categorising them.",
"format": "block"
}
</templatedata>
</noinclude>