更多操作
小无编辑摘要 |
小无编辑摘要 |
||
第52行: | 第52行: | ||
{{#if:{{{主题音乐|}}}|<tr class="infobox-header"><td>主题音乐</td></tr> | {{#if:{{{主题音乐|}}}|<tr class="infobox-header"><td>主题音乐</td></tr> | ||
<tr class="infobox-data"><td>{{{主题音乐|}}}</td></tr>}}</table><templatestyles src="模板:Infobox/shared/styles.css" /> | <tr class="infobox-data"><td>{{{主题音乐|}}}</td></tr>}}</table><templatestyles src="模板:Infobox/shared/styles.css" /> | ||
}}</div> | }}</div><script>var infoboxtitle = document.getElementById('infobox-toggleTitle'); | ||
var infoboxcontent = document.getElementById('infobox-content'); | |||
infoboxtitle.addEventListener('click', function() { | |||
if (infoboxcontent.style.display === 'table') { | |||
infoboxcontent.style.display = 'none'; | |||
} | |||
if (infoboxcontent.style.display === 'none') { | |||
infoboxcontent.style.display = 'table'; | |||
} | |||
});</script> | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
{{Doc}}</noinclude> | {{Doc}}</noinclude> |
2024年12月11日 (三) 20:55的版本
描述
- 信息栏模板用于展示页面对应信息,常用于人物或事物的信息展示,页面属性介绍等。
语法
{{信息栏 |名称= |图片= |图标= |称号= |年龄= |生日= |血型= |身高= |体重= |喜好= |厌恶= |真名= |别名= |三围= |职业= |从属= |既往从属= |信仰= |亲属= |宿主= |前宿主= |寄生虫= |活体武器= |配音= |地区= |背景角色= |主题音乐= }} * 有就有,没有的话空着就行
以上文档来自模板:信息栏/doc。(编辑 | 历史)