模板:AcgnEvent:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第3行: | 第3行: | ||
{ | { | ||
"params": { | "params": { | ||
"title": { | |||
"type": "string", | |||
"required": true, | |||
"description": "作品名称" | |||
}, | |||
"contents": { | "contents": { | ||
"type": "string", | "type": "string", | ||
第22行: | 第27行: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | |||
"startDate", | "startDate", | ||
"endDate", | "endDate", | ||
第31行: | 第37行: | ||
</templatedata> | </templatedata> | ||
{{#cargo_declare:_table=acgnEvents | {{#cargo_declare:_table=acgnEvents | ||
|title=String | |||
|contents=String | |contents=String | ||
|startDate=Start date | |startDate=Start date | ||
第37行: | 第44行: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#time:Y年m月d日|{{{startDate}}}}}{{#if:{{{endDate|}}}|{{#ifeq:{{{startDate}}}|{{{endDate}}}||-{{#time:Y年m月d日|{{{endDate}}}}}}}|}}:{{{contents}}}{{#if:{{{remark|}}}|({{{remark|}}})|}} | {{{title}}}{{#time:Y年m月d日|{{{startDate}}}}}{{#if:{{{endDate|}}}|{{#ifeq:{{{startDate}}}|{{{endDate}}}||-{{#time:Y年m月d日|{{{endDate}}}}}}}|}}:{{{contents}}}{{#if:{{{remark|}}}|({{{remark|}}})|}} | ||
{{#cargo_store:_table=acgnEvents | {{#cargo_store:_table=acgnEvents | ||
|contents={{{contents|}}} | |contents={{{contents|}}} |