Template:Col sep

From Bonkipedia
Revision as of 12:55, 12 May 2020 by [[mw:]]>Shirayuki (doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

  |

Template documentation

Description

A table's column separator, with explicitly leading newline character.

Example

{|
|-
{{col sep}} col1 {{col sep}} col2
|-
{{col sep}} col1
{{col sep}} col2
|-
<!--
   This template will be useful in the K&R indent style
   -->{{col sep}} col1<!--
   -->{{col sep}} col2<!--
-->
|-
|}
result in,      
col1   col2
col1

 

col2
col1  col2