Template:Col sep

From Hacksburg Wiki
Revision as of 11:36, 5 September 2019 by Webmaster (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

  |

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