更改

跳到导航 跳到搜索
添加6字节 、 2022年5月4日 (三) 00:32
无编辑摘要
第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>

导航菜单