打开主菜单
Ballance Wiki
β
搜索
查看“模板:TableLineVertical”的源代码
←
模板:TableLineVertical
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您必须确认您的电子邮件地址才能编辑页面。请通过
系统设置
设置并确认您的电子邮件地址。
您可以查看与复制此页面的源代码。
<includeonly>{{#Widget:TableLineVertical|class={{{class}}}|column={{{column}}}|style={{{style|1px dashed black}}}}}</includeonly><noinclude> To change the style of a specified vertical border line of specified table elements: <nowiki>{{</nowiki>TableLineVertical | class = ''ClassName'' | column = ''ColumnNumber'' | style = ''BorderStyle''<nowiki>}}</nowiki> == Parameters == === class === Specifies the class name. === column === Specifies changing the vertical border style of which column. Selects the border next to (at right) the column. === style === Specifies the border style. Optional. CSS must be used. Defaults to <code>1px dashed black</code>. == Example == <pre>{{TableLineVertical | class = my_table | column = 2 | style = 2px dotted #999}}</pre> {{TableLineVertical | class = my_table | column = 2 | style = 2px dotted #999}} Table: <pre style="font-size: 0.88em">{| class="wikitable my_table" |- ! Head 1 !! Head 2 !! Head 3 |- | Text 1-1 || Text 1-2 || Text 1-3 |- | Text 2-1 || Text 2-2 || Text 2-3 |- | Text 3-1 || Text 3-2 || Text 3-3 |}</pre> Result: {| class="wikitable my_table" |- ! Head 1 !! Head 2 !! Head 3 |- | Text 1-1 || Text 1-2 || Text 1-3 |- | Text 2-1 || Text 2-2 || Text 2-3 |- | Text 3-1 || Text 3-2 || Text 3-3 |} </noinclude>
该页面使用的模板:
模板:TableLineVertical
(
查看源代码
)
返回至
模板:TableLineVertical
。