Difference between revisions of "Template:Col-3/doc"

From Glitch Forever
Jump to navigation Jump to search
(Created page with "==Description== This template starts a column, as part of a three-column template. ==Syntax== Type <code>{{t|Col-begin}}</code>, then whatever you would like inside the first...")
 
 
Line 3: Line 3:
  
 
==Syntax==
 
==Syntax==
Type <code>{{t|Col-begin}}</code>, then whatever you would like inside the first column, then <code>{{t|Col-3}}</code> and whatever you want in the middle column, then <code>{{t|Col-3}} and the text for the final column, ended by <code>{{t|Col-end}}</code>.
+
Type <code>{{t|Col-begin}}</code>, then whatever you would like inside the first column, then <code>{{t|Col-3}}</code> and whatever you want in the middle column, then <code>{{t|Col-3}}</code> and the text for the final column, ended by <code>{{t|Col-end}}</code>.
  
 
For example...
 
For example...

Latest revision as of 00:41, 9 April 2019

Description

This template starts a column, as part of a three-column template.

Syntax

Type {{Col-begin}}, then whatever you would like inside the first column, then {{Col-3}} and whatever you want in the middle column, then {{Col-3}} and the text for the final column, ended by {{Col-end}}.

For example...

{{Col-begin}}
Text 1
{{Col-3}}
Text 2
{{Col-3}}
Text 3
{{Col-end}}

Results in:

Text 1

Text 2

Text 3