模板:Mechanism:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 创建页面,内容为“<noinclude> <templatestyles src=":Template:Mechanism/style.css" /> 由运营社运行的特殊机制的wiki页面专用模板。 </noinclude>” |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第2行: | 第2行: | ||
<templatestyles src=":Template:Mechanism/style.css" /> | <templatestyles src=":Template:Mechanism/style.css" /> | ||
由运营社运行的特殊机制的wiki页面专用模板。 | 由运营社运行的特殊机制的wiki页面专用模板。 | ||
</noinclude> | |||
<div class="{{{boxtype}}}"> | |||
<div class="box_before"> | |||
<div class="box_before_line"></div> | |||
<div class="box_header" >'''{{{header}}}'''</div> | |||
</div> | |||
<div class="box_content"> | |||
{{{content}}}<br> | |||
</div> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"boxtype": { | |||
"description": "值为first_box或following_box", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"header": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"content": { | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
2023年12月7日 (四) 13:20的版本
由运营社运行的特殊机制的wiki页面专用模板。
{{{header}}}
{{{content}}}
无描述。
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| boxtype | boxtype | 值为first_box或following_box | 字符串 | 必需 |
| header | header | 无描述 | 字符串 | 必需 |
| content | content | 无描述 | 字符串 | 必需 |