Template:Col sep

From Bonkipedia
Revision as of 18:04, 12 November 2022 by ManfredoDo (talk | contribs) (1 revision imported: Template documentation pages)
(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