模板:BirthdayEvent:修订间差异
跳转到导航
跳转到搜索
小 已保护“模板:BirthdayEvent”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)) |
无编辑摘要 |
||
第11行: | 第11行: | ||
"type": "date", | "type": "date", | ||
"required": true, | "required": true, | ||
"description":" | "description":"起始日期,格式为yyyy-mm-dd" | ||
}, | }, | ||
"endDate": { | "endDate": { | ||
"type": "date", | "type": "date", | ||
"description":" | "description":"结束日期,格式为yyy-mm-dd" | ||
} | } | ||
}, | }, | ||
第36行: | 第36行: | ||
|birthday= | |birthday= | ||
{{#recurring_event:start={{{startDate}}} | {{#recurring_event:start={{{startDate}}} | ||
|end={{#if:{{{endDate|}}}|{{{endDate}}}| | |end={{#if:{{{endDate|}}}|{{{endDate}}}|9999-12-31}} | ||
|unit=year | |unit=year | ||
}} | }} | ||
}} | }} | ||
</includeonly> | </includeonly> |