No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
test: {{{date}}} ({{{year}}} {{{month}}} {{{day}}}) | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "date": { | ||
"type": " | "label": "Date", | ||
" | "description": "a date goes here", | ||
"type": "date", | |||
"required": true | |||
}, | |||
"year": { | |||
"label": "Year", | |||
"type": "number" | |||
} | }, | ||
"month": { | |||
"label": "Month", | |||
"inherits": "year" | |||
}, | |||
"day": { | |||
"label": "Day", | |||
"inherits": "year" | |||
} | |||
}, | |||
"sets": [ | |||
{ | |||
"label": "Date", | |||
"params": ["year", "month", "day"] | |||
} | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 01:40, 22 July 2023
test: {{{date}}} ({{{year}}} {{{month}}} {{{day}}})
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Date | date | a date goes here | Date | required |
Year | year | no description | Number | optional |
Month | month | no description | Number | optional |
Day | day | no description | Number | optional |