|
|
第 15 行: |
第 15 行: |
| |data5={{{state}}} | | |data5={{{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>
| |