Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,193
edits
(Created page with "test: {{{date}}} <noinclude> <templatedata> { "params": { "date": { "label": "Date", "description": "a date goes here", "type": "date", "required": true } } } </templatedata> </noinclude>") |
No edit summary |
||
Line 1: | Line 1: | ||
test: {{{date}}} | test: {{{date}}} ({{{year}}} {{{month}}} {{{day}}}) | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 9: | Line 9: | ||
"type": "date", | "type": "date", | ||
"required": true | "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> |