模板:BirthdayEvent:修订间差异

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