模板:BirthdayEvent:修订间差异
跳转到导航
跳转到搜索
建立内容为“<noinclude> <templatedata> { "params": { "contents": { "type": "string", "required": true }, "startDate": { "type": "date", "required": true,…”的新页面 |
无编辑摘要 |
||
第3行: | 第3行: | ||
{ | { | ||
"params": { | "params": { | ||
" | "character": { | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
第20行: | 第20行: | ||
"startDate", | "startDate", | ||
"endDate", | "endDate", | ||
" | "character" | ||
], | ], | ||
"format": "inline" | "format": "inline" | ||
第26行: | 第26行: | ||
</templatedata> | </templatedata> | ||
{{#cargo_declare:_table=birthdayEvents | {{#cargo_declare:_table=birthdayEvents | ||
| | |character=String | ||
|birthday=List (;) of Date}} | |birthday=List (;) of Date}} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#time:Y年m月d日|{{{birthday}}}}}:{{{ | {{#time:Y年m月d日|{{{birthday}}}}}:{{{character}}}生日 | ||
{{#cargo_store :_table=birthdayEvents | {{#cargo_store :_table=birthdayEvents | ||
| | |character={{{character|}}} | ||
|birthday= | |birthday= | ||
{{ | {{ |
2022年5月3日 (二) 11:43的版本
无描述。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
startDate | startDate | 格式为yyyy-mm-dd | 日期 | 必需 |
endDate | endDate | 格式为yyyy-mm-dd | 日期 | 可选 |
character | character | 无描述 | 字符串 | 必需 |
错误:“character”不能用作Cargo字段名称,因为它是SQL关键词。