模板:Infobox data div/doc:修订间差异

来自决策链云智库
(创建页面,内容为“{{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…”)
 
(没有差异)

2023年7月18日 (二) 12:03的最新版本

{{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 -->
}}