打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Mechanism:修订间差异

来自RIA | Wiki
LettuceIce留言 | 贡献
创建页面,内容为“<noinclude> <templatestyles src=":Template:Mechanism/style.css" /> 由运营社运行的特殊机制的wiki页面专用模板。 </noinclude>”
 
LettuceIce留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的9个中间版本)
第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" ><h2>'''{{{header}}}'''</h2></div>
</div>
<div class="box_content">
{{{content}}}
</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日 (四) 17:10的最新版本

由运营社运行的特殊机制的wiki页面专用模板。

{{{header}}}

{{{content}}}

无描述。

模板参数[编辑模板数据]

参数描述类型状态
boxtypeboxtype

值为first_box或following_box

字符串必需
headerheader

无描述

字符串必需
contentcontent

无描述

字符串必需