“模板: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 | 无描述 | 字符串 | 必填 |
Error: "character" cannot be used as a Cargo field name, because it is an SQL keyword.