模板:Infobox data div/doc

来自决策链云智库
< 模板:Infobox data div
Zeroclanzhang讨论 | 贡献2023年7月18日 (二) 12:03的版本 (创建页面,内容为“{{Documentation}} {{t|Infobox data div}} creates a <code><nowiki><div></nowiki></code> container which mimics the <code><nowiki><tr class="infobox-data"></nowiki></code> element use in the infobox. == Usage == <syntaxhighlight lang="html+handlebars"> {{Infobox data div |id = <!-- Unique ID used to label the data --> |col = <!-- Column --> |label = <!-- Label text --> |value = <!-- Value text --> }} </syntaxhighlight> <includeonly>Category:Infobox utility te…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

{{Infobox data div}} creates a <div> container which mimics the <tr class="infobox-data"> element use in the infobox.

Usage

{{Infobox data div
|id = <!-- Unique ID used to label the data -->
|col = <!-- Column -->
|label = <!-- Label text -->
|value = <!-- Value text -->
}}