模板:BirthdayEvent:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第3行: | 第3行: | ||
{ | { | ||
"params": { | "params": { | ||
" | "characterName": { | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
第20行: | 第20行: | ||
"startDate", | "startDate", | ||
"endDate", | "endDate", | ||
" | "characterName" | ||
], | ], | ||
"format": "inline" | "format": "inline" | ||
第26行: | 第26行: | ||
</templatedata> | </templatedata> | ||
{{#cargo_declare:_table=birthdayEvents | {{#cargo_declare:_table=birthdayEvents | ||
| | |characterName=String | ||
|birthday=List (;) of Date}} | |birthday=List (;) of Date}} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#time:Y年m月d日|{{{birthday}}}}}:{{{ | {{#time:Y年m月d日|{{{birthday}}}}}:{{{characterName}}}生日 | ||
{{#cargo_store :_table=birthdayEvents | {{#cargo_store :_table=birthdayEvents | ||
| | |characterName={{{characterName|}}} | ||
|birthday= | |birthday= | ||
{{ | {{ |