模板:WebsiteInfoBox:修订间差异

删除409字节 、​ 2022年11月29日 (星期二)
加参数
(修复个小错误)
(加参数)
标签2017年版源代码编辑
 
(未显示同一用户的7个中间版本)
第1行: 第1行:
<includeonly>{{Infobox
<includeonly>{{Infobox
|name={{{name|Unnamed}}}
|name=WebsiteInfoBox
|title={{{websitename|}}}
|title={{{websitename|}}}
|image={{{image|}}}
|image={{{image|}}}
第8行: 第8行:
|label2=网站类型
|label2=网站类型
|data2={{{type}}}
|data2={{{type}}}
|label3=网站持有者
|label3=网站所有者
|data3={{{owner|}}}
|data3={{{owner|}}}
|label4=推出时间
|label4=使用的语言和框架
|data4={{{opendate|}}}
|data4={{{langAndFramework|}}}
|label5=运营状态
|label5=基于
|data5={{{state}}}
|data5={{{basedOn|}}}
|label6=预计开始运营时间
|data6={{{estimateopendate|}}}
|label7=开始运营时间
|data7={{{opendate|}}}
|label8=结束运营时间
|data8={{{enddate|}}}
|label9=运营状态
|data9={{{state|未知}}}
}}</includeonly>
}}</includeonly>
<noinclude>{{WebsiteInfoBox
<noinclude>{{Documentation}}</noinclude>
|name=Sample
|websitename=WebsiteName
|image=Place Your Image Here
|caption=Caption,按需添加
|address=[https://www.azurezeng.com/ Address]
|type=主页/博客/论坛/后台/其他类型
|owner=Owner
|opendate=2020/1/1
|state=运营中
}}
用于显示一个网站的基本信息的InfoBox。
 
下面是模板代码。
<syntaxhighlight lang="text">
{{WebsiteInfoBox
|name=Sample
|websitename=WebsiteName
|image=Place Your Image Here
|caption=Caption,按需添加
|address=[https://www.azurezeng.com/ Address]
|type=主页/博客/论坛/后台/其他类型
|owner=Owner
|opendate=2020/1/1
|state=运营中
}}
</syntaxhighlight></noinclude>