Difference between revisions of "Template:Col sep"

From RobotX
Jump to navigation Jump to search
Mediawiki>Zinthose
 
m (1 revision imported)
 
(No difference)

Latest revision as of 23:19, 30 November 2019

  |

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